Project

General

Profile

« Previous | Next » 

Revision 1069

Added by Matthias almost 15 years ago

Fixed some validiation bugs in core and different modules (Thanks to luisehahne)

View differences:

index.php
335 335
									'LINK_COLOR' => '000000',
336 336
									'CURSOR' => 'default',
337 337
									'NAME' => $admin_group_name['name'],
338
									'CHECKED' => ' checked'
338
									'CHECKED' => ' checked="checked"'
339 339
									)
340 340
							);
341 341
	$template->parse('group_list', 'group_list_block', true);
......
384 384
									'LINK_COLOR' => '000000',
385 385
									'CURSOR' => 'default',
386 386
									'NAME' => $admin_group_name['name'],
387
									'CHECKED' => ' checked'
387
									'CHECKED' => ' checked="checked"'
388 388
									)
389 389
							);
390 390
	$template->parse('group_list2', 'group_list_block2', true);

Also available in: Unified diff