[Linpha-cvs] SF.net SVN: linpha: [4843] trunk/linpha2/lib/plugins/maps/settings.maps.php
Status: Inactive
Brought to you by:
bzrudi
From: <bz...@us...> - 2008-01-31 13:01:25
|
Revision: 4843 http://linpha.svn.sourceforge.net/linpha/?rev=4843&view=rev Author: bzrudi Date: 2008-01-31 05:01:02 -0800 (Thu, 31 Jan 2008) Log Message: ----------- add auto import hint Modified Paths: -------------- trunk/linpha2/lib/plugins/maps/settings.maps.php Modified: trunk/linpha2/lib/plugins/maps/settings.maps.php =================================================================== --- trunk/linpha2/lib/plugins/maps/settings.maps.php 2008-01-31 12:27:25 UTC (rev 4842) +++ trunk/linpha2/lib/plugins/maps/settings.maps.php 2008-01-31 13:01:02 UTC (rev 4843) @@ -94,7 +94,15 @@ i18n("Auto Import Geotagged Images"), 'plugins_maps_geotagged_autoimport', $LinAdmin->option_value_system['plugins_maps_geotagged_autoimport'] - ); +); } +if($GLOBALS['linpha']->sql->config->value['plugins_maps_enable_geotagged'] +&& !$GLOBALS['linpha']->sql->config->value['plugins_maps_geotagged_autoimport']) +{ + echo i18n("Auto import of geotagged images is disabled, so remember to import them"); + echo ' <a href="./?cat=maintenance">'.i18n("manually").'</a>.'; +}; + +/* vi: set ts=4 sw=4 sts=4 */ ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |