Minro bug fixed in IP Lookup Link creation

This commit is contained in:
Andre Lorbach 2008-07-25 15:46:01 +02:00
parent d02044b92c
commit da75604ea2

View File

@ -874,7 +874,7 @@ function AddContextLinks(&$sourceTxt)
$replace = array $replace = array
( (
"'.' . InsertLookupLink(\"\", \"\\1.\\2\", \"\", \"\\3\")", "'.' . InsertLookupLink(\"\", \"\\1.\\2\", \"\", \"\\3\")",
"'.' . InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")", "InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")",
); );
// Replace and return! // Replace and return!