diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-19 11:33:23 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-19 11:33:23 +0200 |
commit | 398bff59254590cbaebec7d62b1f000f271648aa (patch) | |
tree | bf19440568e83a8cab1171532a549b7f56d87094 /installer/utils.php | |
parent | 0d94fd45f422fe0d0460f5db7a7761f56bc18236 (diff) |
Replace rcube_mdb2/PEAR::MDB2 with rcube_db
Diffstat (limited to 'installer/utils.php')
-rw-r--r-- | installer/utils.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installer/utils.php b/installer/utils.php index 6c67d25c2..0e6cfecf3 100644 --- a/installer/utils.php +++ b/installer/utils.php @@ -23,7 +23,6 @@ function __autoload($classname) { $filename = preg_replace( array( - '/MDB2_(.+)/', '/Mail_(.+)/', '/Net_(.+)/', '/Auth_(.+)/', @@ -31,7 +30,6 @@ function __autoload($classname) '/^utf8$/' ), array( - 'MDB2/\\1', 'Mail/\\1', 'Net/\\1', 'Auth/\\1', |