diff options
Diffstat (limited to 'dozentenmodulserver/src/main/java/sql/SQL.java')
| -rw-r--r-- | dozentenmodulserver/src/main/java/sql/SQL.java | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dozentenmodulserver/src/main/java/sql/SQL.java b/dozentenmodulserver/src/main/java/sql/SQL.java index 3649a34f..c16f451b 100644 --- a/dozentenmodulserver/src/main/java/sql/SQL.java +++ b/dozentenmodulserver/src/main/java/sql/SQL.java @@ -1184,7 +1184,7 @@ public List<Image> getImageListPermissionLink(String userID) { }//end getAllOtherSatelliteUsers()
- // get the permissions of an image or a lecture for all other registered users -EXCEPT- the logged on user
+ // get the permissions of an image for all other registered users -EXCEPT- the logged on user
public List<Person> getPermissionForUserAndImage(String userID, String imageID){
Connection con=getConnection();
Statement stm=null;
@@ -1251,7 +1251,12 @@ public List<Image> getImageListPermissionLink(String userID) { e.printStackTrace();
}
return list;
- }//end getAllOtherSatelliteUsers()
+ }//end getPermissionFOrUserAndImage()
+
+
+
+
+
|
