Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv630/public_html
Modified Files:
poll.php3
Log Message:
Poll Cleanups
Index: poll.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/poll.php3,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** poll.php3 6 Mar 2002 04:29:54 -0000 1.11
--- poll.php3 28 Apr 2002 01:55:08 -0000 1.12
***************
*** 71,74 ****
--- 71,75 ----
$poll->resultPage($cmtary);
} else {
+ // Umm min isn't defined anywhere for a default
$poll->listPolls ($ary['min']);
}
|