[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls index.php, 1.53, 1.54

Dirk Haun dhaun at qs1489.pair.com
Sat May 17 14:53:29 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls
In directory qs1489.pair.com:/tmp/cvs-serv79504/public_html/admin/plugins/polls

Modified Files:
	index.php 
Log Message:
Quickfix: When fields are missing on a poll, don't go back to the polls editor (which will only throw a confusing access violation message when it's new poll that hasn't been saved yet).


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** index.php	17 May 2008 17:35:52 -0000	1.53
--- index.php	17 May 2008 18:53:27 -0000	1.54
***************
*** 156,160 ****
          $retval .= $LANG25[2];
          $retval .= COM_endBlock(COM_getBlockTemplate ('_msg_block', 'footer'));
-         $retval .= editpoll ($pid);
          $retval .= COM_siteFooter ();
          return $retval;
--- 156,159 ----




More information about the geeklog-cvs mailing list