Skip to content
Snippets Groups Projects
Commit 39a03e3d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed bug in DatabaseHandler

parent 45bf1c0c
No related branches found
No related tags found
1 merge request!142merge v1_3_0 into master
...@@ -789,10 +789,6 @@ public class DatabaseHandler ...@@ -789,10 +789,6 @@ public class DatabaseHandler
{ {
correctRepeatEndDate = "NULL"; correctRepeatEndDate = "NULL";
} }
else
{
correctRepeatEndDate = "'" + correctRepeatEndDate + "'";
}
try try
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment