Whitespace fixes for coding conventions

This commit is contained in:
paul 2006-11-21 16:27:42 +00:00
parent 26fbe865ec
commit d362f0c3c9

View file

@ -12,7 +12,6 @@ $Smarty->assign_by_ref ('SUBJECTS', $uiBrowser->SUBJECTS);
$Smarty->assign_by_ref('EXCHANGE', $uiBrowser->EXCHANGE); $Smarty->assign_by_ref('EXCHANGE', $uiBrowser->EXCHANGE);
$Smarty->assign_by_ref('JSCOM', $jscom); $Smarty->assign_by_ref('JSCOM', $jscom);
$Smarty->register_function('str_repeat', 'S_str_repeat'); $Smarty->register_function('str_repeat', 'S_str_repeat');
$Smarty->register_function('tra', 'S_tra'); $Smarty->register_function('tra', 'S_tra');
$Smarty->register_function('getHour', 'S_getHour'); $Smarty->register_function('getHour', 'S_getHour');