PMA_DBI_num_rows
This commit is contained in:
@@ -39,7 +39,7 @@ if (isset($db) && isset($table) && $table != '' && $db != '') {
|
||||
PMA_mysqlDie('', $local_query, '', $err_url);
|
||||
}
|
||||
else {
|
||||
$fields_cnt = mysql_num_rows($result);
|
||||
$fields_cnt = PMA_DBI_num_rows($result);
|
||||
while ($row = PMA_mysql_fetch_array($result)) {
|
||||
$fields_list[] = $row['Field'];
|
||||
} // end while
|
||||
|
Reference in New Issue
Block a user