some mysql call were not modified

This commit is contained in:
Marc Delisle
2002-06-14 20:28:41 +00:00
parent 707430045a
commit 591d2972f2
6 changed files with 6 additions and 6 deletions

View File

@@ -242,7 +242,7 @@ else {
* Executes the sql query and get the result, then move back to the calling
* page
*/
mysql_select_db($db);
PMA_mysql_select_db($db);
$sql_query = $query . ';';
$result = PMA_mysql_query($query);