delete old (workflow01 & ftv) tasks

This commit is contained in:
jygaulier
2012-06-13 12:43:59 +02:00
parent c6b9eea409
commit aeb1025ea6

View File

@@ -246,7 +246,7 @@ class patch_370a7 implements patchInterface
} }
if (count($taskstodel) > 0) { if (count($taskstodel) > 0) {
// $conn->exec('DELETE FROM task2 WHERE task_id IN(' . implode(',', $taskstodel) . ')'); $conn->exec('DELETE FROM task2 WHERE task_id IN(' . implode(',', $taskstodel) . ')');
} }
} }