]> git.sur5r.net Git - contagged/blobdiff - entry.php
correct URL encoding on search redirects
[contagged] / entry.php
index e22452267af40da0d26eaf22ced382c8dec81c77..75c6b87c17ea2026c59c26923a68cf7e7938a6c7 100644 (file)
--- a/entry.php
+++ b/entry.php
@@ -11,6 +11,8 @@ if( $_SESSION['ldapab']['username'] &&
   $template='entry_edit.tpl';
 }elseif($_REQUEST['mode']=='vcf'){
   $template='entry_vcf.tpl';
+}elseif($_REQUEST['mode']=='map'){
+  $template='entry_map.tpl';
 }else{
   $template='entry_show.tpl';
 }