fix undefined variable warning

This commit is contained in:
Michal Čihař
2005-10-08 17:53:31 +00:00
parent e98a759924
commit 96722c24f4

View File

@@ -457,9 +457,11 @@ function PMA_getComments($db, $table = '') {
$native_comment[$tmp_col] = $field['Comment']; $native_comment[$tmp_col] = $field['Comment'];
} }
} }
} if (isset($native_comment)) {
$comment = $native_comment; $comment = $native_comment;
} }
}
}
// pmadb internal column comments // pmadb internal column comments
// (this function can be called even if $cfgRelation['commwork'] is // (this function can be called even if $cfgRelation['commwork'] is