Gleichsetzung GIT auf Basis des Produktivsystems Teil 1
This commit is contained in:
@@ -75,13 +75,12 @@
|
||||
`cache_location`.`adm3`,
|
||||
`cache_location`.`adm4`
|
||||
FROM `caches`
|
||||
INNER JOIN `cache_status` ON `caches`.`status`=`cache_status`.`id`
|
||||
INNER JOIN `user` ON `user`.`user_id`=`caches`.`user_id`
|
||||
LEFT JOIN `cache_location` ON `caches`.`cache_id`=`cache_location`.`cache_id`
|
||||
WHERE `caches`.`country`='&1' AND
|
||||
`caches`.`date_hidden` >= curdate() AND
|
||||
`caches`.`type` = 6 AND
|
||||
`cache_status`.`allow_user_view`=1
|
||||
`caches`.`status`=1
|
||||
ORDER BY `date_hidden` ASC LIMIT 0, 10",
|
||||
$sUserCountry);
|
||||
$tpl->assign_rs('events', $rs);
|
||||
|
@@ -225,7 +225,6 @@
|
||||
<a href="http://www.opencaching.de" target="_blank"><img src="resource2/ocstyle/images/nodes/oc-de.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencachingspain.es" target="_blank"><img src="resource2/ocstyle/images/nodes/oc-es.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.it" target="_blank"><img src="resource2/ocstyle/images/nodes/oc-it.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.jp" target="_blank"><img src="resource2/ocstyle/images/nodes/oc-jp.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.no" target="_blank"><img src="resource2/ocstyle/images/nodes/oc-no.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.pl" target="_blank"><img src="resource2/ocstyle/images/nodes/oc-pl.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.se" target="_blank"><img src="resource2/ocstyle/images/nodes/oc-se.png" width="100" height="22" /></a><br />
|
||||
|
@@ -61,7 +61,7 @@
|
||||
$absolute_server_URI = 'http://www.opencaching.de/';
|
||||
|
||||
// EMail address of the sender
|
||||
if (!isset($emailaddr)) $emailaddr = 'contact@mail.opencaching.de';
|
||||
if (!isset($emailaddr)) $emailaddr = 'contact@opencaching.de';
|
||||
|
||||
// location of cache images
|
||||
if (!isset($picdir)) $picdir = $rootpath . 'images/uploads';
|
||||
@@ -304,4 +304,4 @@ function post_config()
|
||||
'filename' => 'http://geokrety.org/index.php?lang=de_DE.UTF-8'
|
||||
);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
@@ -208,7 +208,6 @@
|
||||
<a href="http://www.opencaching.de" target="_blank"><img src="resource2/{$opt.template.style}/images/nodes/oc-de.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencachingspain.es" target="_blank"><img src="resource2/{$opt.template.style}/images/nodes/oc-es.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.it" target="_blank"><img src="resource2/{$opt.template.style}/images/nodes/oc-it.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.jp" target="_blank"><img src="resource2/{$opt.template.style}/images/nodes/oc-jp.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.no" target="_blank"><img src="resource2/{$opt.template.style}/images/nodes/oc-no.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.nl" target="_blank"><img src="resource2/{$opt.template.style}/images/nodes/oc-nl.png" width="100" height="22" /></a><br />
|
||||
<a href="http://www.opencaching.pl" target="_blank"><img src="resource2/{$opt.template.style}/images/nodes/oc-pl.png" width="100" height="22" /></a><br />
|
||||
|
Reference in New Issue
Block a user