1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

Remove bogus commit that made DB::DB() an alias for DB::connect()

This commit is contained in:
Sterling Hughes
2000-08-24 18:18:49 +00:00
parent b2c2220971
commit 3f97600862

View 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()
/**