Project

General

Profile

« Previous | Next » 

Revision 733

Added by thorn about 16 years ago

fixed ticket #562, applied changes from user tavitar with some own additions

View differences:

settings.php
161 161
		$flag_cursor =   'pointer';
162 162
		$flag_color =    '';
163 163
		if (in_array($group["group_id"], $admin->get_groups_id())) {
164
			$flag_disabled = ' disabled';
165
			$flag_checked =  ' checked';
164
			$flag_disabled = ''; //' disabled';
165
			$flag_checked =  ''; //' checked';
166 166
			$flag_cursor =   'default';
167 167
			$flag_color =    '000000';
168 168
		}
......
217 217
		$flag_cursor =   'pointer';
218 218
		$flag_color =    '';
219 219
		if (in_array($group["group_id"], $admin->get_groups_id())) {
220
			$flag_disabled = ' disabled';
221
			$flag_checked =  ' checked';
220
			$flag_disabled = ''; //' disabled';
221
			$flag_checked =  ''; //' checked';
222 222
			$flag_cursor =   'default';
223 223
			$flag_color =    '000000';
224 224
		}

Also available in: Unified diff