no message

This commit is contained in:
Loïc Chapeaux
2001-08-19 13:45:54 +00:00
parent 7bf0ee3f06
commit db21ee9a84

View File

@@ -7,12 +7,11 @@ $Source$
2001-08-19 Olivier M<>ller <om@omnis.ch>
* db_readdump.php3: if file contains mutiple queries, only show this line:
"Your SQL-query has been executed successfully: The content of your
file has been inserted. (131 Instructions)" instead of showing twice
(result + textarea) the whole file, which could be problematic with
large dumps.
* db_details: removed $sql_query_cpy stuff (was used by db_readdump.php3)
* lang/*: $strInstructions (used in db_readdump.php3)
"Your SQL-query has been executed successfully: The content of your file
has been inserted. (131 Instructions)" instead of showing twice (result +
textarea) the whole file, which could be problematic with large dumps.
* db_details: removed $sql_query_cpy stuff (was used by db_readdump.php3).
* lang/*: $strInstructions (used in db_readdump.php3).
2001-08-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_change.php3: do not modify blob/binaries if $cfgProtectBlob is true
@@ -20,9 +19,13 @@ $Source$
* main.php3; db_details.php3; tbl_properties.php3; db_readdump.php3;
lib.inc.php3: once a query has been executed phpMyAdmin now moves back
to the calling script (rather than db_details.php3 everytime) as soon as
the current database/table exists, else it moves back to a "parent"
the current database/table exists, else it moves back to a "parent"
script (the welcome page/'db_details.php3' if the current
database/table has has been dropped.
* header.inc.php3, lines 63-64; sql.php3; db_details.php3;
tbl_properties.php3: choosing not to execute a drop statement leads now
to the calling script (and not the target one used only if this statement
is executed).
2001-08-18 Robin Johnson <robbat2@orbis-terrarum.net>
* lib.inc.php3 (788, 790) : tweak size for lower resolution screens.