From 21ea8abc66da542fa0cb58d436afe569ef02bfe7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 25 May 2001 17:24:46 +0000 Subject: - Wrapped the test URLs in urlencode() --- modules/index.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/index.module b/modules/index.module index fd244d884..0cc858c61 100644 --- a/modules/index.module +++ b/modules/index.module @@ -87,7 +87,7 @@ function index_test_2($edit) { foreach (explode(";", $value1) as $data) { $entry = explode(":", $data); - if ($entry[1]) $foo[] = "$entry[1]"; + if ($entry[1]) $foo[] = "$entry[1]"; } $value2 = implode(" - ", $foo); -- cgit v1.2.3