use DB_NAME instead of $dbname

git-svn-id: https://develop.svn.wordpress.org/trunk@187 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-06-07 21:24:42 +00:00
parent 43bd6d875b
commit ed0e810ee6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ $got_row = false;
<p>Installing WP-Links.</p>
<p>Checking for tables...</p>
<?php
$result = mysql_list_tables($dbname);
$result = mysql_list_tables(DB_NAME);
if (!$result) {
print "DB Error, could not list tables\n";
print 'MySQL Error: ' . mysql_error();