diff options
author | thomascube <thomas@roundcube.net> | 2010-11-24 15:44:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-11-24 15:44:05 +0000 |
commit | e31afbbc9bcfe08b640123d0748f035405ee83b1 (patch) | |
tree | 15e56524a2f944c4bd364a9cf903e9fc3d1ab5e8 /program/include/iniset.php | |
parent | e0a736609ca007f44b992510f96ae51c274fab13 (diff) |
Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command
Diffstat (limited to 'program/include/iniset.php')
-rwxr-xr-x | program/include/iniset.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index c1eca54a7..5ef067f65 100755 --- a/program/include/iniset.php +++ b/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', ), |