From 8d5f4afa2655cb83321af200daf6aba4d9b413fa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 20 Jan 2004 19:42:20 +0000 Subject: [PATCH] use PMA function --- db_datadict.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_datadict.php b/db_datadict.php index b319c7add..e9bbca448 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -60,7 +60,7 @@ if (!$rowset) { exit(); } $count = 0; -while ($row = mysql_fetch_array($rowset)) { +while ($row = PMA_mysql_fetch_array($rowset)) { $myfieldname = 'Tables_in_' . htmlspecialchars($db); $table = $row[$myfieldname]; if ($cfgRelation['commwork']) {