# HG changeset patch # User Dan # Date 1242433429 14400 # Node ID 07a26bd567a50ecfa831eed8ccfeb2f014d93938 # Parent 91427320329812879f57d46a57393f686e365e7a Fixed category display not listing entirely diff -r 914273203298 -r 07a26bd567a5 .hgtags --- 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 diff -r 914273203298 -r 07a26bd567a5 includes/namespaces/default.php --- 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 ) {