Commit 31b0cd18 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Write hint to check this in future.

parent 671e0a07
...@@ -196,6 +196,8 @@ class CTimesheet extends CDpObject { ...@@ -196,6 +196,8 @@ class CTimesheet extends CDpObject {
if (!$q->exec()) { if (!$q->exec()) {
return db_error(); return db_error();
} }
// Why is this needed ??
echo $q;
if ($stat>0) { if ($stat>0) {
$this->project_purge(); $this->project_purge();
$this->project_store(); $this->project_store();
......
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 to comment