[geeklog-cvs] Geeklog-1.x/plugins/staticpages config.php, 1.19, 1.20

Dirk Haun dhaun at qs1489.pair.com
Mon Dec 31 06:51:30 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv35710/plugins/staticpages

Modified Files:
	config.php 
Log Message:
Set version number to '1.5.0'


Index: config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/config.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** config.php	30 Dec 2007 00:11:40 -0000	1.19
--- config.php	31 Dec 2007 11:51:28 -0000	1.20
***************
*** 11,15 ****
  if(! $sp_config->group_exists('staticpages')){
  
!     $sp_config->add('version', '1.5', 'text', 0, 0, null, 0, true, 'staticpages');
      $sp_config->add('allow_php', 1, 'text', 0, 0, null, 0, true, 'staticpages');
      $sp_config->add('sort_by', 'id',  'text', 0, 0, null, 0, true, 'staticpages');
--- 11,15 ----
  if(! $sp_config->group_exists('staticpages')){
  
!     $sp_config->add('version', '1.5.0', 'text', 0, 0, null, 0, true, 'staticpages');
      $sp_config->add('allow_php', 1, 'text', 0, 0, null, 0, true, 'staticpages');
      $sp_config->add('sort_by', 'id',  'text', 0, 0, null, 0, true, 'staticpages');
***************
*** 28,33 ****
  }
  
! $_SP_CONF &= $sp_config->get_config('staticpages');
! 
  
  ?>
--- 28,32 ----
  }
  
! $_SP_CONF = $sp_config->get_config('staticpages');
  
  ?>




More information about the geeklog-cvs mailing list