- 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
parent
e86cc797fb
commit
e756213b33
|
@ -503,7 +503,7 @@ function check_url($uri) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_form($text) {
|
function check_form($text) {
|
||||||
return drupal_specialchars($text, 0);
|
return drupal_specialchars($text, ENT_QUOTES);
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_query($text) {
|
function check_query($text) {
|
||||||
|
|
Loading…
Reference in New Issue