From e756213b332727ed5725c081be32bb4af755e001 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 23 Jun 2003 07:24:56 +0000 Subject: - Bugfix: fixed the "variables not set" problem (bug #2014). Patch by Slavica. Sorry for the confusion guys - I had it applied on my tree for a couple of days now but forgot to commit it. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 7e7e106bb..d00c04f2f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -503,7 +503,7 @@ function check_url($uri) { } function check_form($text) { - return drupal_specialchars($text, 0); + return drupal_specialchars($text, ENT_QUOTES); } function check_query($text) { -- cgit v1.2.3