Project

General

Profile

« Previous | Next » 

Revision 9d3e8723

Added by Phil Davis almost 9 years ago

Code style and comments

No functional change - just making style consistent

View differences:

src/usr/local/www/system_groupmanager.php
160 160
	}
161 161

  
162 162
	/* Check the POSTed members to ensure they are valid and exist */
163
	if(is_array($_POST['members'])) {
163
	if (is_array($_POST['members'])) {
164 164
		foreach ($_POST['members'] as $newmember) {
165 165
			if (!is_numeric($newmember) || empty(getUserEntryByUID($newmember))) {
166 166
				$input_errors[] = gettext("One or more invalid group members was submitted.");
......
353 353
	$id
354 354
));
355 355

  
356
if (isset($id) && $a_group[$id]){
356
if (isset($id) && $a_group[$id]) {
357 357
	$form->addGlobal(new Form_Input(
358 358
		'id',
359 359
		null,

Also available in: Unified diff