https://src.bluestatic.org
/
isso.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f84da
)
Changes for evil magic quotes
author
Robert Sesek <rsesek@bluestatic.org>
Mon, 13 Mar 2006 08:23:43 +0000
(08:23 +0000)
committer
Robert Sesek <rsesek@bluestatic.org>
Mon, 13 Mar 2006 08:23:43 +0000
(08:23 +0000)
kernel.php
patch
|
blob
|
history
diff --git
a/kernel.php
b/kernel.php
index 246a18d41ad4893ef5a8ce916d6f280a06dbc82a..a6391a2e774c34af2c311728b273b8d380afcdff 100644
(file)
--- a/
kernel.php
+++ b/
kernel.php
@@
-887,6
+887,10
@@
class ISSO
}
else
{
+ if ($this->magicquotes)
+ {
+ $value = str_replace("\'", "'", $value);
+ }
$data["$key"] = $this->sanitize($value);
}
}