no message

This commit is contained in:
Loïc Chapeaux
2001-08-15 18:09:05 +00:00
parent 7eeb5056a8
commit 9bced50f9e

View File

@@ -6,11 +6,11 @@ $Id$
$Source$ $Source$
2001-08-15 Olivier M<>ller <om@omnis.ch> 2001-08-15 Olivier M<>ller <om@omnis.ch>
* db_details.php3: feature request #451138: display # of tables, * db_details.php3: feature request #451138: display # of tables, added
added $strTables variable to all lang files. $strTables variable to all lang files.
* left.php3: added display of # of tables, for a better overview * left.php3: added display of # of tables, for a better overview.
* config.php3, lib.inc.php3, docs: feature request #451137: * config.php3, lib.inc.php3, docs: feature request #451137: limiting size
limiting size of data printed in browse view (new cfg: $cfgLimitChars) of data printed in browse view (new cfg: $cfgLimitChars).
2001-08-15 Robin Johnson <robbat2@orbis-terrarum.net> 2001-08-15 Robin Johnson <robbat2@orbis-terrarum.net>
* Bug #450374 - (RC4) + becomes space - patched in tbl_replace.php3 * Bug #450374 - (RC4) + becomes space - patched in tbl_replace.php3
@@ -25,6 +25,12 @@ $Source$
Dan Allen <bigredlinux@yahoo.com>. Dan Allen <bigredlinux@yahoo.com>.
* grab_globals.inc.php3, lines 14 & 18: Use the 'extract()' function if * grab_globals.inc.php3, lines 14 & 18: Use the 'extract()' function if
possible. possible.
* tbl_change.php3; tbl_replace.php3; lang/*: 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.
* lib.inc.php3; left.php3; db_details.php3; config.inc.php3: Fixed some
coding style inconcistencies.
2001-08-14 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-08-14 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lib.inc.php3; db_readdump.php3, lines 85-88: Fixed some coding style * lib.inc.php3; db_readdump.php3, lines 85-88: Fixed some coding style