Fixed bugs:

- #444354 (Various backslash problems),
- #450906 (Disappearing + in data | 2.2.0rc4),
- #450374 (RC4: + becomes space),
- and the one with binary data reported by Steve in the mailing-list.
This commit is contained in:
Loïc Chapeaux
2001-08-15 18:07:53 +00:00
parent 65340286de
commit 749d8a6903
26 changed files with 140 additions and 49 deletions

View File

@@ -283,8 +283,9 @@ $strAffectedRows = 'Affected rows:';
$strDisplayOrder = 'Display order:';
$strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !';
$strNoModification = 'No change';
$strQueryOnDb = 'SQL-query on database ';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strTables = ' table(s) '; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strTables=" tables "; //to translate
?>