Disable PHP warnings about deprecated syntax usage
This commit is contained in:
parent
3671739d83
commit
15d46fe408
2 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@ pear install horde/Log
|
||||||
pear install horde/Kolab_Format
|
pear install horde/Kolab_Format
|
||||||
pear install horde/Kolab_Storage
|
pear install horde/Kolab_Storage
|
||||||
|
|
||||||
|
WARNING: This procedure installs Horde4 sources that doesn't work with this plugin!
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
ini_set('error_reporting', E_ALL&~(E_DEPRECATED | E_NOTICE));
|
||||||
|
|
||||||
require_once 'Horde/Kolab/Storage/List.php';
|
require_once 'Horde/Kolab/Storage/List.php';
|
||||||
require_once 'Horde/Kolab/Format.php';
|
require_once 'Horde/Kolab/Format.php';
|
||||||
require_once 'Horde/Auth.php';
|
require_once 'Horde/Auth.php';
|
||||||
|
|
Loading…
Add table
Reference in a new issue