# HG changeset patch # User Dan # Date 1241568489 14400 # Node ID a63e0337a68e52ae6572aee151f66431917c4ecf # Parent 133e54e4f21d42a20d7d1adc564b3462a1952514 Now compatible with Enano 1.1.6. 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);