diff --git a/phpgwapi/inc/class.xslttemplates.inc.php b/phpgwapi/inc/class.xslttemplates.inc.php index dc2f77a908..210a4aba80 100644 --- a/phpgwapi/inc/class.xslttemplates.inc.php +++ b/phpgwapi/inc/class.xslttemplates.inc.php @@ -26,6 +26,12 @@ $this->set_root($root); } + function halt($msg) + { + echo $msg; + exit; + } + function set_root($rootdir) { if (!is_dir($rootdir))