Avoid displaying message twice in some cases (fixes bug #722378).
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
|||||||
|
|
||||||
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
|
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
|
* libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
|
||||||
|
* tbl_properties_common.php3: Avoid displaying message twice in some cases
|
||||||
|
(fixes bug #722378).
|
||||||
|
|
||||||
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
|
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* tbl_query_box.php3: Only display charset selection when a DB is
|
* tbl_query_box.php3: Only display charset selection when a DB is
|
||||||
|
@@ -38,6 +38,7 @@ if (!isset($message)) {
|
|||||||
include('./header.inc.php3');
|
include('./header.inc.php3');
|
||||||
} else {
|
} else {
|
||||||
PMA_showMessage($message);
|
PMA_showMessage($message);
|
||||||
|
unset($message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user