Bugfixing tbl_qbe:

array with tablenames should be unique
SQL without a select will not work
This commit is contained in:
Mike Beck
2002-06-14 11:35:52 +00:00
parent f5e2b34491
commit ea0f5f5a9a
48 changed files with 72 additions and 6 deletions

View File

@@ -396,4 +396,5 @@ $strZip = '"Dikompress dengan Zip"';
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strMissingBracket = 'Missing Bracket'; //to translate
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
?>