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:
@@ -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()
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user