- replaced most hard errors (exceptions) by softerrors(trigger_error) in plugins

This commit is contained in:
Uwe.Tews
2009-12-01 20:34:32 +00:00
parent e5cd6c8a17
commit 7e45bcf527
14 changed files with 35 additions and 34 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ function smarty_function_html_select_time($params, $smarty, $template)
break;
default:
throw new Exception ("[html_select_time] unknown parameter $_key", E_USER_WARNING);
trigger_error("[html_select_time] unknown parameter $_key", E_USER_WARNING);
}
}