]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove insert id
authorGeorg Ehrke <dev@georgswebsite.de>
Mon, 11 Jun 2012 13:01:48 +0000 (15:01 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Mon, 11 Jun 2012 13:01:48 +0000 (15:01 +0200)
apps/calendar/lib/repeat.php

index e85d04b93f298bed5a2403281e43d02677c1e3d3..36e56a2f7090a6d2b4b7adcf22bf62eb81d184ef 100644 (file)
@@ -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;
        }