ezSQL mods.

git-svn-id: http://svn.automattic.com/wordpress/trunk@114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2003-05-29 14:04:30 +00:00
parent 54d1965caf
commit d37d5204a9
7 changed files with 198 additions and 314 deletions

View File

@@ -8,11 +8,6 @@
// We highly recommend it.
// We have modified the HTML it returns slightly.
define('EZSQL_DB_USER', ""); // <-- mysql db user
define('EZSQL_DB_PASSWORD', ""); // <-- mysql db password
define('EZSQL_DB_NAME', "mysql"); // <-- mysql db pname
define('EZSQL_DB_HOST', 'localhost'); // <-- mysql server host
define('EZSQL_VERSION', '1.21');
define('OBJECT', 'OBJECT', true);
define('ARRAY_A', 'ARRAY_A', true);
@@ -399,6 +394,6 @@
}
$wpdb = new wpdb(EZSQL_DB_USER, EZSQL_DB_PASSWORD, EZSQL_DB_NAME, EZSQL_DB_HOST);
$wpdb = new wpdb(DB_USER, DB_PASSWORD, DB_NAME, DB_HOST);
?>