use PMA function
This commit is contained in:
@@ -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']) {
|
||||||
|
Reference in New Issue
Block a user