Commit c6ea746f by german

Issue #249 solucionado

parent e6df2b6c
......@@ -161,7 +161,7 @@ public class PCBDBHelper extends SQLiteOpenHelper {
try {
String sql_scene="INSERT OR REPLACE INTO scene VALUES ("
+params.getInt("id")
+","+params.getInt("supervisor")
+","+PCBcontext.getPcbdb().getCurrentUser().get_id_sup()
+","+params.getInt("student")
+",'"+params.getString("name")
+"','"+params.getBoolean("active")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment