From f2c57fda48631adcaec8fa506441307a7217a590 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 27 Nov 2017 06:34:04 +0000 Subject: [PATCH] The function "template_escape" doesn't exist anymore. --- forumdirectory/forumdirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forumdirectory/forumdirectory.php b/forumdirectory/forumdirectory.php index 8e668d88..fb6b9647 100644 --- a/forumdirectory/forumdirectory.php +++ b/forumdirectory/forumdirectory.php @@ -177,7 +177,7 @@ function forumdirectory_content(&$a) { '$details' => $pdesc . $details, '$page_type' => $page_type, '$profile' => $profile, - '$location' => template_escape($location), + '$location' => $location, '$gender' => $gender, '$pdesc' => $pdesc, '$marital' => $marital,