*** empty log message ***

This commit is contained in:
sebastian 2005-03-18 13:01:33 +00:00
parent 81662c2b41
commit 9dd294a34d
30 changed files with 457 additions and 183 deletions

View file

@ -2,7 +2,7 @@
$Smarty->register_object('UIBROWSER', $uiBrowser);
$Smarty->register_object('BROWSE', $uiBrowser->BROWSE);
$Smarty->register_object('SEARCH', $uiBrowser->SEARCH);
$Smarty->assign_by_ref ('PL', $uiBrowser->PLAYLIST);
$Smarty->assign_by_ref ('PL', $uiBrowser->PLAYLIST);
$Smarty->assign_by_ref ('SCHEDULER', $uiBrowser->SCHEDULER);
$Smarty->register_function('str_repeat', 'S_str_repeat');