Skip to content
Snippets Groups Projects
Commit aaeb8ffe authored by Prasad's avatar Prasad
Browse files

Fixes #1154 unable to modify activity webservice

parents eee2e2c6 39012a0e
No related branches found
No related tags found
No related merge requests found
......@@ -746,6 +746,7 @@ function insertIntoRecurringTable(& $recurObj)
$params = array($activity_id);
}
} else {
if ( $recurid === '' || !$recurid ) { $recurid = 0; }
$query = "INSERT INTO ".$this->reminder_table." VALUES (?,?,?,?)";
$params = array($activity_id, $reminder_time, 0, $recurid);
}
......@@ -1046,7 +1047,7 @@ function insertIntoRecurringTable(& $recurObj)
}
//if secondary modules custom reference field is selected
$query .= parent::getReportsUiType10Query($secmodule, $queryPlanner);
return $query;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment