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:
@@ -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
|
||||
?>
|
||||
|
Reference in New Issue
Block a user