fix a few error messages, follow consistancy format plugin_name: errormsg

This commit is contained in:
mohrt
2003-03-19 22:58:23 +00:00
parent d0ab44762b
commit c42fb4b2ab
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ function smarty_function_html_table($params, &$smarty)
extract($params);
if (!isset($loop)) {
$smarty->trigger_error("table: missing 'loop' parameter");
$smarty->trigger_error("html_table: missing 'loop' parameter");
return;
}