[geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.5.0.php, 1.39, 1.40

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 09:40:24 EST 2008


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

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Added an option to disable webservices


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.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** mysql_1.4.1_to_1.5.0.php	1 Jan 2008 18:17:58 -0000	1.39
--- mysql_1.4.1_to_1.5.0.php	2 Jan 2008 14:40:22 -0000	1.40
***************
*** 218,221 ****
--- 218,222 ----
      $c->add('allowed_protocols',array('http','ftp','https'),'%text',0,0,NULL,1740,TRUE);
      $c->add('disable_autolinks',0,'select',7,7,0,1750,TRUE);
+     $c->add('disable_webservices',0,'select',7,7,0,1755,TRUE);
      $c->add('censormode',1,'select',7,35,0,1760,TRUE);
      $c->add('censorreplace','*censormode*','text',7,35,NULL,1770,TRUE);




More information about the geeklog-cvs mailing list