[geeklog-cvs] geeklog: Fixed handling of indirect rights

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jan 31 04:21:25 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/b047a9ee59aa
changeset: 6733:b047a9ee59aa
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jan 31 09:43:54 2009 +0100
description:
Fixed handling of indirect rights

diffstat:

1 file changed, 3 insertions(+), 4 deletions(-)
public_html/admin/group.php |    7 +++----

diffs (17 lines):

diff -r cda48754a713 -r b047a9ee59aa public_html/admin/group.php
--- a/public_html/admin/group.php	Sat Jan 31 09:22:00 2009 +0100
+++ b/public_html/admin/group.php	Sat Jan 31 09:43:54 2009 +0100
@@ -428,10 +428,9 @@
                 $ftcount++;
 
                 $retval .= '<td class="' . $pluginRow . '">'
-                        . '<input type="checkbox" name="features[]" '
-                        . 'value="' . $A['ft_id']
-                        . '" disabled="disabled" checked="checked"' . XHTML
-                        . '>(<i title="' . $A['ft_descr'] . '">' . $A['ft_name']                        . '</i>)</td>';
+                        . '<input type="checkbox" checked="checked" '
+                        . 'disabled="disabled"' . XHTML . '>(<i title="'
+                        . $A['ft_descr'] . '">' . $A['ft_name'] . '</i>)</td>';
             }
         }
     }



More information about the geeklog-cvs mailing list