bug #2814109 [search] Right frame is blank

This commit is contained in:
Marc Delisle
2009-07-06 12:05:06 +00:00
parent 90279bacd2
commit ab91034de2
2 changed files with 5 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
thanks to Sven Vetsch/Disenchant for informing us in a responsible manner
- bug #2634827 [import] Using DELIMITER produces infinite cycle
+ new language files: uzbek_cyrillic and urbek_latin
- bug #2814109 [search] Right frame is blank
3.2.0.1 (2009-06-30)
- [security] XSS: Insufficient output sanitizing in bookmarks

View File

@@ -338,8 +338,11 @@ else {
} else {
$param = PMA_backquote($param);
$sql_query .= implode(', ', $param);
unset($param);
} // end if
// avoid a loop, for example when $cfg['DefaultTabTable'] is set
// to 'tbl_select.php'
unset($param);
$sql_query .= ' FROM ' . PMA_backquote($table);