[geeklog-cvs] Geeklog-1.x/plugins/spamx/language english.php, 1.20, 1.21 english_utf-8.php, 1.8, 1.9

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


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

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


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/spamx/language/english.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** english.php 27 Jan 2008 09:02:15 -0000 1.20
--- english.php 10 Feb 2008 17:09:38 -0000 1.21
***************
*** 151,159 ****

$LANG_configsubgroups['spamx'] = array(
! 0 => 'Main Settings'
);

$LANG_fs['spamx'] = array(
! 0 => 'Spam-X Main Settings'
);

--- 151,159 ----

$LANG_configsubgroups['spamx'] = array(
! 'sg_main' => 'Main Settings'
);

$LANG_fs['spamx'] = array(
! 'fs_main' => 'Spam-X Main Settings'
);


Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/spamx/language/english_utf-8.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** english_utf-8.php 27 Jan 2008 09:02:15 -0000 1.8
--- english_utf-8.php 10 Feb 2008 17:09:38 -0000 1.9
***************
*** 151,159 ****

$LANG_configsubgroups['spamx'] = array(
! 0 => 'Main Settings'
);

$LANG_fs['spamx'] = array(
! 0 => 'Spam-X Main Settings'
);

--- 151,159 ----

$LANG_configsubgroups['spamx'] = array(
! 'sg_main' => 'Main Settings'
);

$LANG_fs['spamx'] = array(
! 'fs_main' => 'Spam-X Main Settings'
);





More information about the geeklog-cvs mailing list