[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/staticpages install.php, 1.32, 1.33

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/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv40569/staticpages

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/staticpages/install.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** install.php	19 Apr 2008 15:14:42 -0000	1.32
--- install.php	23 May 2008 13:36:12 -0000	1.33
***************
*** 84,90 ****
  *
  */
! function plugin_compatible_with_this_geeklog_version ()
  {
!     if (!function_exists ('SEC_getGroupDropdown')) {
          return false;
      }
--- 84,94 ----
  *
  */
! function plugin_compatible_with_this_geeklog_version()
  {
!     if (!function_exists('SEC_getGroupDropdown')) {
!         return false;
!     }
! 
!     if (!function_exists('SEC_createToken')) {
          return false;
      }




More information about the geeklog-cvs mailing list