[geeklog-cvs] Geeklog-1.x/public_html/admin plugins.php,1.75,1.76

Oliver ospiess at qs1489.pair.com
Tue Oct 9 21:09:31 EDT 2007


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

Modified Files:
	plugins.php 
Log Message:
use COM_showMessage

Index: plugins.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins.php,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** plugins.php	29 Aug 2007 09:33:54 -0000	1.75
--- plugins.php	10 Oct 2007 01:09:29 -0000	1.76
***************
*** 331,341 ****
          }
      } else {  // Plugin function returned a false
!         $timestamp = strftime ($_CONF['daytime']);
!         $retval .= 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'));
      }
  
--- 331,335 ----
          }
      } else {  // Plugin function returned a false
!         $retval .= COM_showMessage(40);
      }
  
***************
*** 374,384 ****
          $retval .= COM_showMessage (45);
      } else {
!         $timestamp = strftime ($_CONF['daytime']);
!         $retval .= 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'));
      }
  
--- 368,372 ----
          $retval .= COM_showMessage (45);
      } else {
!         $retval .= COM_showMessage (40);
      }
  




More information about the geeklog-cvs mailing list