no message

This commit is contained in:
Loïc Chapeaux
2001-08-21 14:26:23 +00:00
parent 3208e6a1e2
commit e807e4ed11

View File

@@ -20,9 +20,13 @@ $Source$
- modified the way defines.inc.php3 is loaded. - modified the way defines.inc.php3 is loaded.
- while browsing a table, ensure <cr> and <lf> in text/blob fields are - while browsing a table, ensure <cr> and <lf> in text/blob fields are
displayed (remplaced by the <br /> tag). displayed (remplaced by the <br /> tag).
- beautified the page generated by the mysql_die function.
* defines.lib.php3; db_details; tbl_properties.php3: ensures each constant * defines.lib.php3; db_details; tbl_properties.php3: ensures each constant
isn't already defined before to define it and renamed PMA_INT_VERSION to isn't already defined before to define it and renamed PMA_INT_VERSION to
PHP_INT_VERSION. PHP_INT_VERSION.
* lib.inc.php3; db_readdump.php3, line 82: restored the use of the
remove_remarks function that is required (else sql dump files starting
with comments won't be successfully splitted into single queries).
2001-08-20 Olivier M<>ller <om@omnis.ch> 2001-08-20 Olivier M<>ller <om@omnis.ch>
* db_stats.php3: new file and feature (sorry :) : simply display an * db_stats.php3: new file and feature (sorry :) : simply display an