use PMA function

This commit is contained in:
Marc Delisle
2004-01-20 19:42:20 +00:00
parent 28a5d0476e
commit 8d5f4afa26

View File

@@ -60,7 +60,7 @@ if (!$rowset) {
exit(); exit();
} }
$count = 0; $count = 0;
while ($row = mysql_fetch_array($rowset)) { while ($row = PMA_mysql_fetch_array($rowset)) {
$myfieldname = 'Tables_in_' . htmlspecialchars($db); $myfieldname = 'Tables_in_' . htmlspecialchars($db);
$table = $row[$myfieldname]; $table = $row[$myfieldname];
if ($cfgRelation['commwork']) { if ($cfgRelation['commwork']) {