From: Sterling Hughes Date: Thu, 24 Aug 2000 18:18:49 +0000 (+0000) Subject: Remove bogus commit that made DB::DB() an alias for DB::connect() X-Git-Tag: php-4.0.2~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f976008627655a5ffbf95e413d78cb4618ed915;p=php Remove bogus commit that made DB::DB() an alias for DB::connect() --- diff --git a/pear/DB.php b/pear/DB.php index d9b809ea69..abcdea8674 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -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() /**