diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-08 08:21:45 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-08 08:21:45 +0200 |
commit | de56ea1909d515d3e4807a04a6c4644b8226d08d (patch) | |
tree | c8ad7166af152fe14887022e64b8a0de896cdfda /installer/utils.php | |
parent | d55c02ba0334192103344dd54701cec066aa65b5 (diff) | |
parent | c2b20fc0b4c6c1271fff9a85cb977d23de0a3421 (diff) |
Merge branch 'pdo'
Conflicts:
CHANGELOG
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', |