bug #1721002 db rename -> undefined cfgRelation

This commit is contained in:
Marc Delisle
2007-05-17 21:57:15 +00:00
parent 1d8bbb8269
commit d16da0e73c
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ $HeadURL$
- bug #1717339 Missing header when deleting a checked column,
thanks to Michael Keck
- bug #1717477 Warning on Query page when db is empty
- bug #1721002 db rename -> undefined cfgRelation, thanks to Juergen Wind
2.10.1.0 (2007-04-23)
=====================

View File

@@ -466,7 +466,7 @@ class PMA_Table {
{
$last_id = -1;
if ($GLOBALS['cfgRelation'][$work]) {
if (isset($GLOBALS['cfgRelation']) && $GLOBALS['cfgRelation'][$work]) {
$select_parts = array();
$row_fields = array();
foreach ($get_fields as $get_field) {