[Phpbbkb-checkins] SF.net SVN: phpbbkb: [52] main/trunk/kb.php
Status: Alpha
Brought to you by:
markthedaemon
From: <mar...@us...> - 2007-02-15 00:48:37
|
Revision: 52 http://svn.sourceforge.net/phpbbkb/?rev=52&view=rev Author: markthedaemon Date: 2007-02-14 16:48:38 -0800 (Wed, 14 Feb 2007) Log Message: ----------- /me slaps self. Lets try again... Modified Paths: -------------- main/trunk/kb.php Modified: main/trunk/kb.php =================================================================== --- main/trunk/kb.php 2007-02-15 00:38:22 UTC (rev 51) +++ main/trunk/kb.php 2007-02-15 00:48:38 UTC (rev 52) @@ -193,8 +193,6 @@ $subcats[] = $row; } - if( ( $total_subcats = count($subcats) ) ) - { // Now articles, the LIKE handles multiple cats // First handle the sorting @@ -352,14 +350,14 @@ ); } } - - }// if ... total_categories else { message_die(GENERAL_MESSAGE, $lang['No_articles']); } + // if ... total_categories + // // Generate the page // This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |