*** empty log message ***

This commit is contained in:
sebastian 2005-03-06 16:57:54 +00:00
parent 0f4a5bfd34
commit 2d5684a528
23 changed files with 841 additions and 50 deletions

View file

@ -107,6 +107,7 @@ class uiBase
$this->SEARCH =& new uiSearch($this);
$this->BROWSE =& new uiBrowse($this);
$this->PLAYLIST =& new uiPlaylist($this);
$this->SCHEDULER =& new uiScheduler($this);
}