Disable PHP warnings about deprecated syntax usage

This commit is contained in:
Aleksander Machniak 2011-05-24 13:28:29 +02:00
parent 3671739d83
commit 15d46fe408
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,8 @@ pear install horde/Log
pear install horde/Kolab_Format
pear install horde/Kolab_Storage
WARNING: This procedure installs Horde4 sources that doesn't work with this plugin!
Configuration
-------------

View file

@ -1,5 +1,7 @@
<?php
ini_set('error_reporting', E_ALL&~(E_DEPRECATED | E_NOTICE));
require_once 'Horde/Kolab/Storage/List.php';
require_once 'Horde/Kolab/Format.php';
require_once 'Horde/Auth.php';