improved db error recursion handling; use new logo in garmin download and printouts

This commit is contained in:
following
2013-03-23 12:18:28 +01:00
parent 75891a2f02
commit 40f324b779
9 changed files with 81 additions and 11 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
$absolute_server_URI = $dev_baseurl . '/';
// EMail address of the sender
if (!isset($emailaddr)) $emailaddr = 'noreply@opencaching.de';
if (!isset($emailaddr)) $emailaddr = 'contact@opencaching.de';
// location of cache images
if (!isset($picdir)) $picdir = $rootpath . 'images/uploads';