]> granicus.if.org Git - php/commitdiff
Remove bogus commit that made DB::DB() an alias for DB::connect()
authorSterling Hughes <sterling@php.net>
Thu, 24 Aug 2000 18:18:49 +0000 (18:18 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 24 Aug 2000 18:18:49 +0000 (18:18 +0000)
pear/DB.php

index d9b809ea69e495fec5734203ee76dc5f2893eaf5..abcdea867457b4a1a69cad0e2e0f83cae35b064c 100644 (file)
@@ -153,13 +153,6 @@ if (!defined('DB_GETMODE_DEFAULT')) {
  */
 class DB {
 
-       function DB ($dsn = false, $persistent = false)
-       {
-               if ($dsn) {
-                       return DB::connect ($dsn, $persistent);
-               }
-       }
-
     // {{{ factory()
 
        /**