Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c6ea746f
authored
May 24, 2017
by
german
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Issue
#249
solucionado
parent
e6df2b6c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
android/Pictogram/commonlibrary/src/main/java/com/yottacode/pictogram/dao/PCBDBHelper.java
android/Pictogram/commonlibrary/src/main/java/com/yottacode/pictogram/dao/PCBDBHelper.java
View file @
c6ea746f
...
@@ -161,7 +161,7 @@ public class PCBDBHelper extends SQLiteOpenHelper {
...
@@ -161,7 +161,7 @@ public class PCBDBHelper extends SQLiteOpenHelper {
try
{
try
{
String
sql_scene
=
"INSERT OR REPLACE INTO scene VALUES ("
String
sql_scene
=
"INSERT OR REPLACE INTO scene VALUES ("
+
params
.
getInt
(
"id"
)
+
params
.
getInt
(
"id"
)
+
","
+
params
.
getInt
(
"supervisor"
)
+
","
+
PCBcontext
.
getPcbdb
().
getCurrentUser
().
get_id_sup
(
)
+
","
+
params
.
getInt
(
"student"
)
+
","
+
params
.
getInt
(
"student"
)
+
",'"
+
params
.
getString
(
"name"
)
+
",'"
+
params
.
getString
(
"name"
)
+
"','"
+
params
.
getBoolean
(
"active"
)
+
"','"
+
params
.
getBoolean
(
"active"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment