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

Dirk Haun dhaun at qs1489.pair.com
Fri May 23 09:36:14 EDT 2008


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

Modified Files:
	install.php 
Log Message:
All the bundled plugins now require the SEC_createToken function


Index: install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/install.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** install.php	14 May 2008 10:04:29 -0000	1.23
--- install.php	23 May 2008 13:36:12 -0000	1.24
***************
*** 81,87 ****
  *
  */
! function plugin_compatible_with_this_geeklog_version ()
  {
!     if (function_exists ('COM_showPoll') || function_exists ('COM_pollVote')) {
          // if these functions exist, then someone's trying to install the
          // plugin on Geeklog 1.3.11 or older - sorry, but that won't work
--- 81,87 ----
  *
  */
! function plugin_compatible_with_this_geeklog_version()
  {
!     if (function_exists('COM_showPoll') || function_exists('COM_pollVote')) {
          // if these functions exist, then someone's trying to install the
          // plugin on Geeklog 1.3.11 or older - sorry, but that won't work
***************
*** 89,93 ****
      }
  
!     if (!function_exists ('SEC_getGroupDropdown')) {
          return false;
      }
--- 89,97 ----
      }
  
!     if (!function_exists('SEC_getGroupDropdown')) {
!         return false;
!     }
! 
!     if (!function_exists('SEC_createToken')) {
          return false;
      }




More information about the geeklog-cvs mailing list