bug 570691
This commit is contained in:
@@ -11,6 +11,7 @@ $Source$
|
|||||||
* lang/romanian updates, thanks to Valics Lehel
|
* lang/romanian updates, thanks to Valics Lehel
|
||||||
* lang/thai updates, thanks to Arthit Suriyawongkul.
|
* lang/thai updates, thanks to Arthit Suriyawongkul.
|
||||||
* lang/turkish updates, thanks to Bora Alioglu
|
* 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>
|
2002-06-18 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].
|
* lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].
|
||||||
|
@@ -55,6 +55,7 @@ if ($cfgRelation['relwork']
|
|||||||
} // end if... else....
|
} // end if... else....
|
||||||
if(isset($upd_query)){
|
if(isset($upd_query)){
|
||||||
$upd_rs = PMA_query_as_cu($upd_query);
|
$upd_rs = PMA_query_as_cu($upd_query);
|
||||||
|
unset($upd_query);
|
||||||
}
|
}
|
||||||
} // end while
|
} // end while
|
||||||
} // end if
|
} // end if
|
||||||
|
Reference in New Issue
Block a user