[Phpslash-commit] CVS: phpslash-ft/public_html poll.php3,1.11,1.12
Brought to you by:
joestewart,
nhruby
From: nathan h. <nh...@us...> - 2002-04-28 21:13:07
|
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']); } |