r1009 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 2 18:33:55 EST 2006


Author: floam
Date: 2006-12-02 18:33:55 -0500 (Sat, 02 Dec 2006)
New Revision: 1009

Modified:
   webspace/include/news.php
Log:
Maybe make history work again.


Modified: webspace/include/news.php
===================================================================
--- webspace/include/news.php	2006-12-01 23:04:47 UTC (rev 1008)
+++ webspace/include/news.php	2006-12-02 23:33:55 UTC (rev 1009)
@@ -54,7 +54,7 @@
 		if ($show_nav)
 		{
 			echo "<p id=\"newsnav\">";
-			if ($news_item_count == ($news_item_max + 1))
+			if ($news_item_count == $news_item_max)
 				echo "<a class=\"left\" href=\"?page=news&amp;news_index=$lastid\">&larr;Backpedal</a>";
 			if ($news_index != false)
 				echo "<a class=\"right\" href=\"?page=news\">To Newest&rarr;</a>";




More information about the quake3-commits mailing list