- 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.
4.2.x
Dries Buytaert 2003-06-23 07:24:56 +00:00
parent e86cc797fb
commit e756213b33
1 changed files with 1 additions and 1 deletions

View File

@ -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) {