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

Dirk Haun dhaun at qs1489.pair.com
Sat May 24 05:05:01 EDT 2008


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

Modified Files:
	index.php 
Log Message:
Ensure message display for all "after save" options


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** index.php	23 May 2008 20:13:30 -0000	1.56
--- index.php	24 May 2008 09:04:59 -0000	1.57
***************
*** 279,283 ****
      return PLG_afterSaveSwitch (
          $_PO_CONF['aftersave'],
!         COM_buildURL ("{$_CONF['site_url']}/polls/index.php?pid=$pid"),
          'polls',
          19
--- 279,283 ----
      return PLG_afterSaveSwitch (
          $_PO_CONF['aftersave'],
!         $_CONF['site_url'] . '/polls/index.php?pid=' . $pid,
          'polls',
          19




More information about the geeklog-cvs mailing list