Now compatible with Enano 1.1.6. default tip
authorDan
Tue, 05 May 2009 20:08:09 -0400
changeset 2 a63e0337a68e
parent 1 133e54e4f21d
Now compatible with Enano 1.1.6.
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 .= '<div class="tblholder" style="max-height: 100px; clip: rect(0px,auto,auto,0px); overflow: auto;">
                    <table border="0" cellspacing="1" cellpadding="2">';
       $class = 'row3';
-      while ( $row = $db->fetchrow() )
+      while ( $row = $db->fetchrow($q) )
       {
         $class = ( $class == 'row1' ) ? 'row3' : 'row1';
         $preview = substr($row['comment_data'], 0, 100);