bug #1159415
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-03-06 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/relation.lib.php: Bug #1159415.
|
||||
|
||||
2005-03-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/database_interface.lib.php, libraries/relation.lib.php:
|
||||
problem with getting comments when creating a new table under MySQL 4.1.x
|
||||
|
@@ -469,7 +469,7 @@ function PMA_getComments($db, $table = '') {
|
||||
}
|
||||
|
||||
|
||||
if (PMA_DBI_num_rows($com_rs) > 0) {
|
||||
if (isset($com_rs) && PMA_DBI_num_rows($com_rs) > 0) {
|
||||
$i = 0;
|
||||
while ($row = PMA_DBI_fetch_assoc($com_rs)) {
|
||||
$i++;
|
||||
|
Reference in New Issue
Block a user