projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38dcc0
)
remove debug output
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 16 Dec 2009 20:16:37 +0000
(15:16 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 16 Dec 2009 20:19:46 +0000
(15:19 -0500)
kronolith/lib/Geo/Mysql.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Geo/Mysql.php
b/kronolith/lib/Geo/Mysql.php
index
5548e93
..
5104bb9
100644
(file)
--- a/
kronolith/lib/Geo/Mysql.php
+++ b/
kronolith/lib/Geo/Mysql.php
@@
-24,8
+24,6
@@
class Kronolith_Geo_Mysql extends Kronolith_Geo_Sql
*/
public function setLocation($event_id, $point)
{
- var_dump($event_id);
- var_dump($point);
/* First make sure it doesn't already exist */
$sql = "SELECT COUNT(*) FROM kronolith_events_geo WHERE event_id = ('" . $event_id . "')";
$count = $this->_db->getOne($sql);