[geeklog-cvs] Geeklog-1.x/plugins/spamx install_defaults.php, 1.1, 1.2

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 10 12:09:40 EST 2008


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

Modified Files:
	install_defaults.php 
Log Message:
Decoupled config subgroup and fieldset order from the language files. Now we can reorder / regroup options simply by database updates.


Index: install_defaults.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/spamx/install_defaults.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** install_defaults.php	2 Feb 2008 20:03:06 -0000	1.1
--- install_defaults.php	10 Feb 2008 17:09:37 -0000	1.2
***************
*** 92,95 ****
--- 92,97 ----
          }
  
+         $c->add('sg_main', NULL, 'subgroup', 0, 0, NULL, 0, true, 'spamx');
+         $c->add('fs_main', NULL, 'fieldset', 0, 0, NULL, 0, true, 'spamx');
          $c->add('logging', $_SPX_DEFAULT['logging'], 'select',
                  0, 0, 1, 10, true, 'spamx');




More information about the geeklog-cvs mailing list