
2 Oct
2007
2 Oct
'07
2:45 p.m.
Hi, marc, in PMA_getComments() you iterate over the result from SELECT `comment` FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\' AND table_name = \'\' AND column_name = \'(db_comment)\''; i did not get the point, cause this will always return only one row i think you just missed to correctly refactor the whole code for this function revision 6758 -- Sebastian