undefined use_comments
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-03-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* lang/english: typo
|
||||||
|
* tbl_dump.php3: undefined variable $use_comments
|
||||||
|
|
||||||
2003-03-01 Michal Cihar <nijel@users.sourceforge.net>
|
2003-03-01 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* tbl_indexes.php3: Cleaner solution for showing query after changing
|
* tbl_indexes.php3: Cleaner solution for showing query after changing
|
||||||
index.
|
index.
|
||||||
|
@@ -171,7 +171,7 @@ if ($num_tables == 0) {
|
|||||||
else {
|
else {
|
||||||
// No csv or xml or latex format -> add some comments at the top
|
// No csv or xml or latex format -> add some comments at the top
|
||||||
|
|
||||||
if ($use_comments) {
|
if (isset($use_comments) && $use_comments) {
|
||||||
require('./libraries/relation.lib.php3');
|
require('./libraries/relation.lib.php3');
|
||||||
$cfgRelation = PMA_getRelationsParam();
|
$cfgRelation = PMA_getRelationsParam();
|
||||||
$use_comments_work = true;
|
$use_comments_work = true;
|
||||||
|
Reference in New Issue
Block a user