Coding standards

This commit is contained in:
Loïc Chapeaux
2002-07-11 21:27:16 +00:00
parent 81d7dd5c71
commit 91833f2deb
10 changed files with 202 additions and 158 deletions

View File

@@ -296,7 +296,7 @@ if ($cfgRelation['relwork']) {
// and $db is not the last of the list, because PMA_availableDatabases()
// has made a PMA_mysql_select_db() on the last one
PMA_mysql_select_db($db);
$foreign = getForeigners($db, $table);
$foreign = PMA_getForeigners($db, $table);
if ($foreign) {
?>