summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/sql
diff options
context:
space:
mode:
authorNino Breuer2014-10-16 21:01:22 +0200
committerNino Breuer2014-10-16 21:01:22 +0200
commitefb2147878a96336ea0e5fc4e371132808d569ba (patch)
tree4899496107b52bf0c945b4bf03a6aec5e9811531 /dozentenmodulserver/src/main/java/sql
parent- (diff)
parentunterschieldiche kleinigkeiten (diff)
downloadtutor-module-efb2147878a96336ea0e5fc4e371132808d569ba.tar.gz
tutor-module-efb2147878a96336ea0e5fc4e371132808d569ba.tar.xz
tutor-module-efb2147878a96336ea0e5fc4e371132808d569ba.zip
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'dozentenmodulserver/src/main/java/sql')
-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 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()
+
+
+
+
+