[geeklog-cvs] Geeklog-1.x/public_html/admin/install config-install.php, 1.26, 1.27

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 24 11:49:53 EST 2008


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

Modified Files:
	config-install.php 
Log Message:
Fixed variable name: 'copyright' -> 'copyrightyear'


Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** config-install.php	10 Feb 2008 17:09:37 -0000	1.26
--- config-install.php	24 Feb 2008 16:49:51 -0000	1.27
***************
*** 52,56 ****
      $c->add('microsummary_short','GL: ','text',0,0,NULL,80,TRUE);
      $c->add('site_disabled_msg','Geeklog Site is down. Please come back soon.','text',0,0,NULL,510,TRUE);
!     $c->add('copyright','2007','text',0,0,NULL,1440,FALSE);
      $c->add('url_rewrite',FALSE,'select',0,0,1,1800,TRUE);
  
--- 52,56 ----
      $c->add('microsummary_short','GL: ','text',0,0,NULL,80,TRUE);
      $c->add('site_disabled_msg','Geeklog Site is down. Please come back soon.','text',0,0,NULL,510,TRUE);
!     $c->add('copyrightyear','2008','text',0,0,NULL,1440,FALSE);
      $c->add('url_rewrite',FALSE,'select',0,0,1,1800,TRUE);
  




More information about the geeklog-cvs mailing list