[geeklog-cvs] Geeklog-1.x/sql/updates mssql_1.4.1_to_1.5.0.php, 1.7, 1.8 mysql_1.4.1_to_1.5.0.php, 1.43, 1.44

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 6 03:55:59 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/sql/updates
In directory qs1489.pair.com:/tmp/cvs-serv43036/sql/updates

Modified Files:
	mssql_1.4.1_to_1.5.0.php mysql_1.4.1_to_1.5.0.php 
Log Message:
Removed 'ostype' from config GUI - you shouldn't be able to change it anyway.


Index: mssql_1.4.1_to_1.5.0.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mssql_1.4.1_to_1.5.0.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mssql_1.4.1_to_1.5.0.php	30 Dec 2007 21:11:32 -0000	1.7
--- mssql_1.4.1_to_1.5.0.php	6 Jan 2008 08:55:57 -0000	1.8
***************
*** 118,122 ****
      $c->add('cookiesecure',0,'text',7,13,NULL,630,TRUE);
      $c->add('lastlogin',TRUE,'select',4,14,1,640,TRUE);
-     $c->add('ostype',PHP_OS,'text',7,7,NULL,650,TRUE);
      $c->add('pdf_enabled',0,'select',7,7,0,660,TRUE);
      $c->add('num_search_results',10,'text',0,15,NULL,670,TRUE);
--- 118,121 ----

Index: mysql_1.4.1_to_1.5.0.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.5.0.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** mysql_1.4.1_to_1.5.0.php	5 Jan 2008 16:49:18 -0000	1.43
--- mysql_1.4.1_to_1.5.0.php	6 Jan 2008 08:55:57 -0000	1.44
***************
*** 107,111 ****
      $c->add('cookiesecure',0,'text',7,13,NULL,630,TRUE);
      $c->add('lastlogin',TRUE,'select',4,14,1,640,TRUE);
-     $c->add('ostype',PHP_OS,'text',7,7,NULL,650,TRUE);
      $c->add('pdf_enabled',0,'select',7,7,0,660,TRUE);
      $c->add('num_search_results',10,'text',0,15,NULL,670,TRUE);
--- 107,110 ----




More information about the geeklog-cvs mailing list