module = $module; } function setLimit($limit) { $this->limit = $limit; } function notify($msg = '') { if($this->dieOnError) { die($GLOBALS['app_strings']['ERROR_NOTIFY_OVERRIDE']); } else { echo($GLOBALS['app_strings']['ERROR_NOTIFY_OVERRIDE']); } } } ?>