diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-24 15:44:05 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-24 15:44:05 +0000 |
| commit | 252bfe3bcad5a5940023abf316ff516872f4df41 (patch) | |
| tree | b6b3e7b619014315cb80ec428a7446c9a0b86023 /roundcubemail/program/include/iniset.php | |
| parent | 7936cf7d5580526e666d6d71531589135eb01886 (diff) | |
Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command
git-svn-id: https://svn.roundcube.net/trunk@4263 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/iniset.php')
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index c1eca54a7..5ef067f65 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -91,6 +91,7 @@ function rcube_autoload($classname) '/MDB2_(.+)/', '/Mail_(.+)/', '/Net_(.+)/', + '/Auth_(.+)/', '/^html_.+/', '/^utf8$/', ), @@ -98,6 +99,7 @@ function rcube_autoload($classname) 'MDB2/\\1', 'Mail/\\1', 'Net/\\1', + 'Auth/\\1', 'html', 'utf8.class', ), |
