file: /class/canned. php
line 77
if ($this->canned['dep']) {
foreach ($this->canned['dep'] as $key => $val) {
if (isset($this->canned['dep'][$key]['message'][0])) {
$this->canned['dep'][$key]['message_js'] = addslashes($this->canned['dep'][$key]['message']);
/*foreach ($this->canned['dep'][$key]['message'] as $key2 => $val2) {
$this->canned['dep'][$key]['message'][$key2]['message_js'] = addslashes($this->canned['dep'][$key]['messages'][$key2]['message']);
}*/
}
}
}
if ($this->canned['both']) {
foreach ($this->canned['both'] as $key => $val) {
if (isset($this->canned['both'][$key]['message'][0])) {
$this->canned['both'][$key]['message_js'] = addslashes($this->canned['both'][$key]['message']);
/*foreach ($this->canned['both'][$key]['messages'] as $key2 => $val2) {
$this->canned['both'][$key]['messages'][$key2]['message_js'] = addslashes($this->canned['both'][$key]['messages'][$key2]['message']);
}*/
}
}
}
bug fixed. . .
