_ >   258 258                 {       
  259 259                 if(function_exists($func))
  260 260                 {
< >   261                           if( IsDebugMode() && !$GLOBALS['FrontEnd'] )
  262                           {
  263                                   global $debugger;
  264                                   $debugger->dumpVars($this->name, $this->attributes);
  265                                   $debugger->appendTrace();
  266                           }
< _   267 261                         $ret = @$func($this->attributes);
  268 262                 }
  269 263                 else