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

Dirk Haun dhaun at qs1489.pair.com
Tue Aug 5 13:52:18 EDT 2008


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

Modified Files:
	config-install.php 
Log Message:
$_CONF['have_pear'] was initialized with an emtpy string - should be "false"


Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** config-install.php	21 Mar 2008 15:38:05 -0000	1.31
--- config-install.php	5 Aug 2008 17:52:16 -0000	1.32
***************
*** 77,81 ****
  
      $c->add('fs_pear', NULL, 'fieldset', 0, 4, NULL, 0, TRUE);
!     $c->add('have_pear','','select',0,4,1,135,TRUE);
      $c->add('path_pear','','text',0,4,NULL,140,TRUE);
  
--- 77,81 ----
  
      $c->add('fs_pear', NULL, 'fieldset', 0, 4, NULL, 0, TRUE);
!     $c->add('have_pear',FALSE,'select',0,4,1,135,TRUE);
      $c->add('path_pear','','text',0,4,NULL,140,TRUE);
  




More information about the geeklog-cvs mailing list