From: Evan Prodromou Date: Sat, 30 Jan 2010 17:47:21 +0000 (-0500) Subject: add lat, lon, location and remove closing tag from geocode.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=def5d56ce1582c785cbff7d49103493b293838bb;p=quix0rs-gnu-social.git add lat, lon, location and remove closing tag from geocode.php --- diff --git a/actions/geocode.php b/actions/geocode.php index 7fd696baf9..e883c6ce41 100644 --- a/actions/geocode.php +++ b/actions/geocode.php @@ -42,6 +42,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { */ class GeocodeAction extends Action { + var $lat = null; + var $lon = null; + var $location = null; + function prepare($args) { parent::prepare($args); @@ -90,4 +94,3 @@ class GeocodeAction extends Action return true; } } -?>