From: Michael J. Rubinsky Date: Sat, 13 Feb 2010 14:30:06 +0000 (-0500) Subject: Fix method name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7a402dfeb716fffa8362ce5d9a0ba4ab7d416451;p=horde.git Fix method name --- diff --git a/kronolith/lib/Geo/Sql.php b/kronolith/lib/Geo/Sql.php index 77416506e..4db7031db 100644 --- a/kronolith/lib/Geo/Sql.php +++ b/kronolith/lib/Geo/Sql.php @@ -98,7 +98,7 @@ class Kronolith_Geo_Sql extends Kronolith_Geo */ if ((empty($point['lat']) || empty($point['lon'])) && $count) { // Delete the record. - $this->removeLocation($event_id); + $this->deleteLocation($event_id); return; } elseif (empty($point['lat']) || empty($point['lon'])) { return;