aboutsummaryrefslogtreecommitdiffstats
path: root/web/include
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-04 18:45:14 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-04 18:45:14 +0000
commita92b52b7ff3df60c0b6f118daf9338604a5f5889 (patch)
treec5c1d7e2c488cf23378d4a9b1c5d3e19e9263260 /web/include
parent0fca2e25213eaccd0179ffdac317b934c66dc22b (diff)
downloadioquake3-aero-a92b52b7ff3df60c0b6f118daf9338604a5f5889.tar.gz
ioquake3-aero-a92b52b7ff3df60c0b6f118daf9338604a5f5889.zip
This is going to litter svn.
git-svn-id: svn://svn.icculus.org/quake3/trunk@620 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include')
-rw-r--r--web/include/news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/news.php b/web/include/news.php
index a1c4c2a..92949b1 100644
--- a/web/include/news.php
+++ b/web/include/news.php
@@ -15,7 +15,7 @@ else
$digestarray[] = array( 'id' => $id );
}
- else if ($err = news_digest($sock, $digestarray, $news_index, $news_item_count))
+ else if ($err = news_digest($sock, $digestarray, false, $news_item_count))
{
$err = "Failed to get news digest: $err";
}