bug #1721002 db rename -> undefined cfgRelation

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

View File

@@ -474,7 +474,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) {