From 2fd609195a4e872faf83231aaf9a4f11056e8cdc Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Thu, 16 Oct 2014 19:49:34 +0200 Subject: unterschieldiche kleinigkeiten --- dozentenmodulserver/src/main/java/sql/SQL.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dozentenmodulserver/src/main/java/sql') 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 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 getPermissionForUserAndImage(String userID, String imageID){ Connection con=getConnection(); Statement stm=null; @@ -1215,7 +1215,12 @@ public List getImageListPermissionLink(String userID) { e.printStackTrace(); } return list; - }//end getAllOtherSatelliteUsers() + }//end getPermissionFOrUserAndImage() + + + + + -- cgit v1.2.3-55-g7522