From ad9f73b06a36a832eb88358165fa1f3644581381 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 26 Aug 2008 20:56:53 +0000 Subject: Central: Fixed a few typos/errors [15]. Refs #25 --- central/trunk/mansub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'central/trunk/mansub.php') diff --git a/central/trunk/mansub.php b/central/trunk/mansub.php index 3a2e2d0..b36966f 100644 --- a/central/trunk/mansub.php +++ b/central/trunk/mansub.php @@ -14,7 +14,7 @@ if (isset($_SESSION['username'])) $i=0; for ($i=0;$i<$subs['size'];$i++) { - $template->adds_block('SUBSCRIPTION', array( 'URL' => $subs[$i], + $template->adds_block('SUBSCRIPTIONS', array( 'URL' => $subs[$i], 'ID' => $i, 'EVEN' => (($i % 2 == 0) ? " CLASS=\"even\"" : ""))); } -- cgit 1.4.1