[geeklog-cvs] geeklog: Notice a subgroup had null for a tab (should be 0).

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Apr 5 11:17:52 EDT 2011


changeset 8210:9a29aa3e70b7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9a29aa3e70b7
user: Tom <websitemaster at cogeco.net>
date: Tue Apr 05 11:06:12 2011 -0400
description:
Notice a subgroup had null for a tab (should be 0).

diffstat:

 public_html/admin/install/config-install.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ebc08c79b63b -r 9a29aa3e70b7 public_html/admin/install/config-install.php
--- a/public_html/admin/install/config-install.php	Tue Apr 05 11:03:10 2011 -0400
+++ b/public_html/admin/install/config-install.php	Tue Apr 05 11:06:12 2011 -0400
@@ -198,7 +198,7 @@
     $c->add('title_trim_length',20,'text',3,15,NULL,1050,TRUE, $me, 15);
 
     // Subgroup: Users and Submissions
-    $c->add('sg_users', NULL, 'subgroup', 4, 0, NULL, 0, TRUE);
+    $c->add('sg_users', NULL, 'subgroup', 4, 0, NULL, 0, TRUE, $me, 0);
 
     $c->add('tab_users', NULL, 'tab', 4, 16, NULL, 0, TRUE, $me, 16);
     $c->add('fs_users', NULL, 'fieldset', 4, 16, NULL, 0, TRUE, $me, 16);



More information about the geeklog-cvs mailing list