Fixed category display not listing entirely 1.1.6
authorDan
Fri, 15 May 2009 20:23:49 -0400
changeset 997 07a26bd567a5
parent 996 914273203298
child 998 be7f9be23973
Fixed category display not listing entirely
.hgtags
includes/namespaces/default.php
--- a/.hgtags	Fri May 15 20:14:36 2009 -0400
+++ b/.hgtags	Fri May 15 20:23:49 2009 -0400
@@ -7,4 +7,3 @@
 dd0f079e3c52d5d4e7d41146e47da44374e65666 1.1.3
 3214f493c0dba43230579a1f1ec6bc7957cd2955 1.1.4
 9a0d042289014b6d6c8db7e50a4546d34e06bf5c 1.1.5
-d2061e3d6991595ce40af55ceca9c716bfd3e9e3 1.1.6
--- a/includes/namespaces/default.php	Fri May 15 20:14:36 2009 -0400
+++ b/includes/namespaces/default.php	Fri May 15 20:23:49 2009 -0400
@@ -639,7 +639,7 @@
       $counter = 0;
       $switched = false;
       $class  = 'row1';
-      while ( $row = $db->fetchrow() )
+      while ( $row = $db->fetchrow($q) )
       {
         if ( $row['is_category'] == 0 && !$switched )
         {