MDL-24058 no stripslashes any more, removing

This commit is contained in:
Petr Skoda
2010-09-02 12:49:53 +00:00
parent 30c39ac54f
commit 798b0b331b
+1 -1
View File
@@ -184,7 +184,7 @@ class data_field_checkbox extends data_field_base {
if ($key === 'xxx') {
continue;
}
if (!in_array(stripslashes($val), $options)) {
if (!in_array($val, $options)) {
continue;
}