From 44abaca047e5920636c324da845a8be2212dcc91 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 2 Oct 2006 17:09:18 +0000 Subject: [PATCH] Added another s() to the query strings. Thanks Petr! --- admin/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/search.php b/admin/search.php index 275e494a9a..6c91d82ff4 100644 --- a/admin/search.php +++ b/admin/search.php @@ -53,7 +53,7 @@ admin_externalpage_print_header($adminroot); echo '
'; echo ''; -echo ''; +echo ''; echo '
'; echo '
'; if ($resultshtml != '') { -- 2.39.5