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,8 +457,10 @@ 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