[geeklog-cvs] geeklog: Missed updating Links plugin config option for tab with...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Mar 7 10:00:35 EST 2011


changeset 8146:72865743beb7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/72865743beb7
user: Tom <websitemaster at cogeco.net>
date: Mon Mar 07 09:59:51 2011 -0500
description:
Missed updating Links plugin config option for tab with new Configuration GUI

diffstat:

 plugins/links/install_defaults.php |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r db69046fcfae -r 72865743beb7 plugins/links/install_defaults.php
--- a/plugins/links/install_defaults.php	Sat Mar 05 23:11:38 2011 +0000
+++ b/plugins/links/install_defaults.php	Mon Mar 07 09:59:51 2011 -0500
@@ -211,9 +211,10 @@
                 0, 0, 0, 30, true, 'links', 0);
         $c->add('show_top10', $_LI_DEFAULT['show_top10'], 'select',
                 0, 0, 1, 40, true, 'links', 0);
-        $c->add('show_category_descriptions', $_LI_DEFAULT['show_category_descriptions'], 'select', 0, 0, 1, 50, true, 'links', 0);
+        $c->add('show_category_descriptions', $_LI_DEFAULT['show_category_descriptions'], 
+                'select', 0, 0, 1, 50, true, 'links', 0);
         $c->add('new_window', $_LI_DEFAULT['new_window'], 'select',
-                0, 0, 1, 55, true, 'links');
+                0, 0, 1, 55, true, 'links',0);
 
         $c->add('tab_admin', NULL, 'tab', 0, 1, NULL, 0, true, 'links', 1);
         $c->add('fs_admin', NULL, 'fieldset', 0, 1, NULL, 0, true, 'links', 1);



More information about the geeklog-cvs mailing list