bug 570691

This commit is contained in:
Marc Delisle
2002-06-19 00:52:46 +00:00
parent c0d015fc59
commit 422f87b0d4
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ $Source$
* lang/romanian updates, thanks to Valics Lehel
* lang/thai updates, thanks to Arthit Suriyawongkul.
* lang/turkish updates, thanks to Bora Alioglu
* tbl_relation.php3, bug 570691: query was executed too many times
2002-06-18 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].

View File

@@ -55,6 +55,7 @@ if ($cfgRelation['relwork']
} // end if... else....
if(isset($upd_query)){
$upd_rs = PMA_query_as_cu($upd_query);
unset($upd_query);
}
} // end while
} // end if