This commit is contained in:
Marc Delisle
2003-06-20 19:32:33 +00:00
parent f5d035644e
commit 7f6aac7f7d

View File

@@ -1135,7 +1135,7 @@ class PMA_RT
} }
while ($curr_table = @PMA_mysql_fetch_array($tab_rs)) { while ($curr_table = @PMA_mysql_fetch_array($tab_rs)) {
$alltables[] = PMA_sqlAddslashes($curr_table['table_name']); $alltables[] = PMA_sqlAddslashes($curr_table['table_name']);
$intable = '\'' . implode('\', \'', $alltables) . '\''; //$intable = '\'' . implode('\', \'', $alltables) . '\'';
} }
// make doc // // make doc //