some search.php refactoring
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
$outputformat_notexist = t('The selected output format is unknown!');
|
||||
$error_query_not_found = t('The search operation could not be executed, please reenter the search data.');
|
||||
$safelink = ' [<a href="query.php?action=save&queryid={queryid}">' . t('Save') . '</a>]';
|
||||
|
||||
$caches_newstring = '<b class="newsymbol"> ' . t('NEW') . ' </b> ';
|
||||
$caches_olddays = 14; // changed from 7 to 14 -- following 2013/6/17
|
||||
@@ -95,6 +94,8 @@
|
||||
$search_in_gm = '<a href="http://maps.google.de/maps?f=q&hl=de&q=' . urlencode("http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."&output=kml") . '" title="' . $translate->t('Show in Google Maps','','',0) . '">' . $translate->t('(in GM)','','',0) . '</a>';
|
||||
$search_in_gm_zip = '<a href="http://maps.google.de/maps?f=q&hl=de&q=' . urlencode("http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."&output=kml&zip=1&count=max") . '" title="' . $translate->t('Show in Google Maps','','',0) . '">' . $translate->t('(in GM)','','',0) . '</a>';
|
||||
|
||||
$unknown_searchtype = t('unknown search type');
|
||||
|
||||
|
||||
function dateDiff($interval, $dateTimeBegin, $dateTimeEnd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user