From 069bf1120bdd629f761d1110ab073c07513d992a Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Wed, 29 Oct 2014 11:28:10 +0100 Subject: Radiobutton "Lecture is active" holt jetzt korrekte Werte aus Model --- dozentenmodulserver/src/main/java/sql/SQL.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dozentenmodulserver/src/main/java/sql/SQL.java') diff --git a/dozentenmodulserver/src/main/java/sql/SQL.java b/dozentenmodulserver/src/main/java/sql/SQL.java index 80b97623..a7ac4a8c 100644 --- a/dozentenmodulserver/src/main/java/sql/SQL.java +++ b/dozentenmodulserver/src/main/java/sql/SQL.java @@ -1492,13 +1492,13 @@ public class SQL { try { stm = con.createStatement(); - log.info(new Date() + " - INSERT INTO pm_VLData_image (" + "GUID, " + log.info("INSERT INTO pm_VLData_image (" + "GUID, " + "GUID_imageID, " + "roleID, " + "userID, " + "image_read, " + "image_write, " + "Image_admin, " + "link_allowed)" + "VALUES(" + "'" + uid + "'," + "'" + imageID + "'," + "1," + "'" + userID + "'," + isRead - + "," + isWrite + "," + isLinkAllowed + "," + isAdmin + "" - + ")"); + + "," + isWrite + "," + isAdmin + "," + isLinkAllowed + "" + + ");"); stm.executeUpdate("INSERT INTO pm_VLData_image (" + "GUID, " + "GUID_imageID, " + "roleID, " + "userID, " -- cgit v1.2.3-55-g7522