mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 18:41:09 +03:00 
			
		
		
		
	Fix notice in setup_groups_select function
This commit is contained in:
		
							parent
							
								
									f904f05dc9
								
							
						
					
					
						commit
						037135cf71
					
				| @ -229,6 +229,7 @@ function setup_groups_select($groupid, $markoffline) | ||||
| 	$val = ""; | ||||
| 	$selectedgroupid = $groupid; | ||||
| 	$groupdescriptions = array(); | ||||
| 	$defaultdescription = ""; | ||||
| 	foreach ($allgroups as $k) { | ||||
| 		$groupname = $k['vclocalname']; | ||||
| 		if ($k['inumofagents'] == 0 || ($groupid && $k['parent'] != $groupid && $k['groupid'] != $groupid )) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user