projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899ec72
)
Fix method name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 13 Feb 2010 14:30:06 +0000
(09:30 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 13 Feb 2010 14:30:06 +0000
(09:30 -0500)
kronolith/lib/Geo/Sql.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Geo/Sql.php
b/kronolith/lib/Geo/Sql.php
index
7741650
..
4db7031
100644
(file)
--- 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->
remov
eLocation($event_id);
+ $this->
delet
eLocation($event_id);
return;
} elseif (empty($point['lat']) || empty($point['lon'])) {
return;