diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-02 00:25:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-02 00:25:07 +0000 |
commit | 6a335845ccd2650e2444080a5faa5dc6151ab993 (patch) | |
tree | 29bb4c54b00e24f13db2fe38adc002492c7d151b /lib/ui.lib.php | |
parent | 362610c13217a9ee364f97262c2fc878d97c335a (diff) | |
download | ampache-6a335845ccd2650e2444080a5faa5dc6151ab993.tar.gz ampache-6a335845ccd2650e2444080a5faa5dc6151ab993.tar.bz2 ampache-6a335845ccd2650e2444080a5faa5dc6151ab993.zip |
fixed democratic play ordering along with some misc play isues with it, limited object on rightbar to 100 also started fixing the user registration, which I had forgotten about
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index f8696655..2f50256b 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -225,19 +225,6 @@ function show_footer() { } // show_footer /** - * show_user_registration - * this function is called for a new user - * registration - * @author Terry - * @todo Fix so that it recieves an array of values for the user reg rather than seperate - */ -function show_user_registration ($values=array()) { - - require (conf('prefix') . "/templates/show_user_registration.inc.php"); - -} // show_user_registration - -/** * show_play_selected * this shows the playselected/add to playlist * box, which includes a little javascript |