As for the sanitation thing, maybe it could be useful to other users:
Line 18 of codebase.php
[code] function char_convert($str_a) { // convert some characters if sanitized in db entry
$str_a = str_replace(array('&', '"', '<', '>', '&#...
Line 18 of codebase.php
[code] function char_convert($str_a) { // convert some characters if sanitized in db entry
$str_a = str_replace(array('&', '"', '<', '>', '&#...