diff -r 133e54e4f21d -r a63e0337a68e plugins/AdminAlerts.php --- a/plugins/AdminAlerts.php Sat Nov 29 01:21:21 2008 -0500 +++ b/plugins/AdminAlerts.php Tue May 05 20:08:09 2009 -0400 @@ -52,7 +52,7 @@ $content .= '
'; $class = 'row3'; - while ( $row = $db->fetchrow() ) + while ( $row = $db->fetchrow($q) ) { $class = ( $class == 'row1' ) ? 'row3' : 'row1'; $preview = substr($row['comment_data'], 0, 100);