[pLog-svn] r4636 - plog/trunk/class/template/smarty/plugins

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 30 18:05:30 EST 2007


Author: oscar
Date: 2007-01-30 18:05:30 -0500 (Tue, 30 Jan 2007)
New Revision: 4636

Modified:
   plog/trunk/class/template/smarty/plugins/function.location_chooser.php
Log:
small fix


Modified: plog/trunk/class/template/smarty/plugins/function.location_chooser.php
===================================================================
--- plog/trunk/class/template/smarty/plugins/function.location_chooser.php	2007-01-30 22:36:18 UTC (rev 4635)
+++ plog/trunk/class/template/smarty/plugins/function.location_chooser.php	2007-01-30 23:05:30 UTC (rev 4636)
@@ -46,6 +46,7 @@
 			$code .= "(".$loc->getLatitude().",".$loc->getLongitude().")";
 		$code .= "</option>";
 	}
+    $code .= "<option value=\"0\">-- Select --</option>";
 	$code .= "<option value=\"-1\">$addNewString</option>";
     $code .= " </select>";
 



More information about the pLog-svn mailing list