mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	- getAllUsers() and getAllGroups() are now methods of LetoDMЅ_DMS
This commit is contained in:
		
							parent
							
								
									181c2c7e50
								
							
						
					
					
						commit
						70762ca49e
					
				|  | @ -78,7 +78,7 @@ function checkForm() | |||
| </script> | ||||
| 
 | ||||
| <?php | ||||
| $allUsers = getAllUsers(); | ||||
| $allUsers = $dms->getAllUsers(); | ||||
| 
 | ||||
| UI::contentHeading(getMLText("edit_folder_access")); | ||||
| UI::contentContainerStart(); | ||||
|  | @ -210,7 +210,7 @@ foreach ($allUsers as $userObj) { | |||
| <select name="groupid"> | ||||
| <option value="-1"><?php printMLText("select_one");?>
 | ||||
| <?php | ||||
| $allGroups = getAllGroups(); | ||||
| $allGroups = $dms->getAllGroups(); | ||||
| foreach ($allGroups as $groupObj) { | ||||
| 	print "<option value=\"".$groupObj->getID()."\">" . $groupObj->getName() . "\n"; | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 steinm
						steinm