[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls install.php, 1.18, 1.19

Oliver ospiess at qs1489.pair.com
Tue Oct 9 22:00:23 EDT 2007


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

Modified Files:
	install.php 
Log Message:
use COM_showMessage

Index: install.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/install.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** install.php	11 Feb 2007 01:13:21 -0000	1.18
--- install.php	10 Oct 2007 02:00:21 -0000	1.19
***************
*** 350,359 ****
      } else {  // Plugin function returned a false
          $timestamp = strftime ($_CONF['daytime']);
!         $display .= COM_startBlock ($MESSAGE[40] . ' - ' . $timestamp, '',
!                            COM_getBlockTemplate ('_msg_block', 'header'))
!                 . '<img src="' . $_CONF['layout_url']
!                 . '/images/sysmessage.' . $_IMAGE_TYPE
!                 . '" align="top" alt="">' . $LANG08[6] . '<br><br>'
!                 . COM_endBlock (COM_getBlockTemplate ('_msg_block', 'footer'));
      }
  } else if (DB_getItem($_TABLES['plugins'],'pi_version','pi_name="polls"') !== $_PO_CONF['version']) {
--- 350,354 ----
      } else {  // Plugin function returned a false
          $timestamp = strftime ($_CONF['daytime']);
!         $display .= COM_showMessage($LANG08[6]);
      }
  } else if (DB_getItem($_TABLES['plugins'],'pi_version','pi_name="polls"') !== $_PO_CONF['version']) {




More information about the geeklog-cvs mailing list