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

@@ -33,7 +33,7 @@ if (isset($table)) {
/**
* Selects the database
*/
mysql_select_db($db);
PMA_mysql_select_db($db);
/**