diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-31 06:55:54 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-31 06:55:54 +0000 |
commit | 00d74cac5a20c26017554b5e6eaef624b48f886e (patch) | |
tree | cfbe1dbf2d9759f9ebbe899728dbe199827b520e /templates/show_tv.inc.php | |
parent | 49c1cefcb9a2dc3f81d868655e64d2e357750f9d (diff) | |
download | ampache-00d74cac5a20c26017554b5e6eaef624b48f886e.tar.gz ampache-00d74cac5a20c26017554b5e6eaef624b48f886e.tar.bz2 ampache-00d74cac5a20c26017554b5e6eaef624b48f886e.zip |
fixed something I thought I had already fixed, and fiddled with democratic play a tiny bit
Diffstat (limited to 'templates/show_tv.inc.php')
-rw-r--r-- | templates/show_tv.inc.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/show_tv.inc.php b/templates/show_tv.inc.php index ddd0beea..b891a2ae 100644 --- a/templates/show_tv.inc.php +++ b/templates/show_tv.inc.php @@ -5,9 +5,8 @@ All rights reserved. This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -48,7 +47,6 @@ if ($GLOBALS['user']->has_access(100)) { else { } - ?> </div> <!-- End Control Div --> |