From da75604ea2bff60343a0713807f54a1c29b90026 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 25 Jul 2008 15:46:01 +0200 Subject: [PATCH] Minro bug fixed in IP Lookup Link creation --- src/include/functions_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/functions_common.php b/src/include/functions_common.php index c8039df..7a56881 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -874,7 +874,7 @@ function AddContextLinks(&$sourceTxt) $replace = array ( "'.' . InsertLookupLink(\"\", \"\\1.\\2\", \"\", \"\\3\")", - "'.' . InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")", + "InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")", ); // Replace and return!