summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/sql/SQL.java
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodulserver/src/main/java/sql/SQL.java')
-rw-r--r--dozentenmodulserver/src/main/java/sql/SQL.java9
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 e973ba54..a9d0c029 100644
--- a/dozentenmodulserver/src/main/java/sql/SQL.java
+++ b/dozentenmodulserver/src/main/java/sql/SQL.java
@@ -1148,7 +1148,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;
@@ -1215,7 +1215,12 @@ public List<Image> getImageListPermissionLink(String userID) {
e.printStackTrace();
}
return list;
- }//end getAllOtherSatelliteUsers()
+ }//end getPermissionFOrUserAndImage()
+
+
+
+
+