From b3655d2937d02c6943143550056e1221487b19ae Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Mon, 6 Sep 2010 07:38:30 -0400
Subject: Make poll question a link to poll page

---
 includes/functions.php | 1 +
 1 file changed, 1 insertion(+)

(limited to 'includes/functions.php')

diff --git a/includes/functions.php b/includes/functions.php
index f0dad53..516b0ee 100755
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -331,6 +331,7 @@ function getPollOfTheWeek($id = -1)
 	$getpoll2 = mysql_query($getpoll);
 	$getpoll3 = mysql_fetch_array($getpoll2);
 
+	$potw->add('ID', $getpoll3['id']);
 	$potw->add('QUESTION', doAprilFoolsDay(stripslashes(htmlentities($getpoll3['question']))));
 	$potw->add('OPTION1', doAprilFoolsDay(stripslashes(htmlentities($getpoll3['option1']))));
 	$potw->add('OPTION2', doAprilFoolsDay(stripslashes(htmlentities($getpoll3['option2']))));
-- 
cgit 1.4.1