Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php

This commit is contained in:
Marcel Tschopp
2004-04-10 19:08:51 +00:00
parent 181e1aca82
commit 572016f5a4

View File

@@ -92,7 +92,6 @@ function PMA_DBI_select_db($dbname, $link = NULL) {
}
function PMA_DBI_try_query($query, $link = NULL, $options = 0) {
//print_r(debug_backtrace());
if ($options == ($options | PMA_DBI_QUERY_STORE)) {
$method = MYSQLI_STORE_RESULT;
} elseif ($options == ($options | PMA_DBI_QUERY_UNBUFFERED)) {