', $text); return $text; } /** * Process a string before it is saved to the database. * @param string $text html/text to be processed. * @param array $param nostrip, noencode etc. * @return string */ function toDB($text, $param=array()) { // e107::getDebug()->log($text); $text = str_replace('
', '****', $text); return $text; } } ?>