]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/geocode.php
* update/add translator documentation.
[quix0rs-gnu-social.git] / actions / geocode.php
index e883c6ce4162950a4d0b0e23842cb78bbe015741..123a839f563a3c101d049022b1f3190d5ce88c7c 100644 (file)
@@ -37,6 +37,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  * @category Action
  * @package  StatusNet
  * @author   Craig Andrews <candrews@integralblue.com>
+ * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org
  * @license  http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
  * @link     http://status.net/
  */
@@ -67,7 +68,7 @@ class GeocodeAction extends Action
      *
      * @return nothing
      *
-     **/
+     */
     function handle($args)
     {
         header('Content-Type: application/json; charset=utf-8');
@@ -88,7 +89,6 @@ class GeocodeAction extends Action
      *
      * @return boolean true
      */
-
     function isReadOnly($args)
     {
         return true;