Update of /cvsroot/phpslash/phpslash-ft/public_html/admin
In directory usw-pr-cvs1:/tmp/cvs-serv4830/phpslash-ft/public_html/admin
Modified Files:
pollAdmin.php3
Log Message:
removed deprecated variables
Index: pollAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/pollAdmin.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pollAdmin.php3 2002/02/01 04:23:52 1.3
--- pollAdmin.php3 2002/02/06 19:55:46 1.4
***************
*** 38,42 ****
if ($poll->savePoll($HTTP_POST_VARS)) {
echo "<center>";
! fancybox(210, "$sitename Poll", $poll->getPollBooth("$HTTP_POST_VARS[question_id]"), "r");
echo "</center>";
} else {
--- 38,42 ----
if ($poll->savePoll($HTTP_POST_VARS)) {
echo "<center>";
! fancybox(210, "$_PSL['site_name'] Poll", $poll->getPollBooth("$HTTP_POST_VARS[question_id]"), "r");
echo "</center>";
} else {
|