no message

This commit is contained in:
Loïc Chapeaux
2001-07-13 14:53:23 +00:00
parent d8ecd3f3e4
commit 18f3a14292

View File

@@ -8,6 +8,17 @@ $Source$
2001-07-13 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* left.php3: no DHTML if there is only one table to display
(feature #440420)
* lib.inc.php3, lines 785-847: rewritten the 'show_message' function in
order it generates a valid xhtml1.0 code and the programatically added
'LIMIT' clause is displayed only if it has been trully used.
* tbl_properties.php3: cosmetic changes (added some more 'nowrap').
* sql.php3:
- lines 40-43: fixed a bug with '<', '>' and '"' characters and put a new
fix for bug #439565;
- line 73: $reload value must be a string (not a boolean);
- lines 83-89: fixed a bug if the sql query contains a 'limit' clause
typed by the user.
* db_readdump.php3.php3, line 64: removed a faulty fix for bug #439565.
2001-07-12 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: added a FAQ entry about upload errors