mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 16:59:47 -05:00
remove insert id
This commit is contained in:
parent
40459c8c66
commit
01bd048bb3
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ class OC_Calendar_Repeat{
|
|||
}
|
||||
$stmt = OCP\DB::prepare('INSERT INTO *PREFIX*calendar_repeat (eventid,calid,startdate,enddate) VALUES(?,?,?,?)');
|
||||
$stmt->execute(array($id,OC_Calendar_Object::getCalendarid($id),$startdate,$enddate));
|
||||
$object_id = OCP\DB::insertid('*PREFIX*calendar_repeat');
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue