summaryrefslogtreecommitdiffstats
path: root/tv.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-08 01:22:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-08 01:22:24 +0000
commit2b12112868cce750e83a015cb581d376f08a873b (patch)
treeaf2fb5cc9d41fee539937aa0dd7f470d0f456359 /tv.php
parenta17b1ac49b469c4adf5214599d2f6b4f819d5a7a (diff)
downloadampache-2b12112868cce750e83a015cb581d376f08a873b.tar.gz
ampache-2b12112868cce750e83a015cb581d376f08a873b.tar.bz2
ampache-2b12112868cce750e83a015cb581d376f08a873b.zip
fixed the last short tags I can find, and improved log file error message
Diffstat (limited to 'tv.php')
-rw-r--r--tv.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv.php b/tv.php
index c6d34bae..58c674bf 100644
--- a/tv.php
+++ b/tv.php
@@ -106,5 +106,5 @@ foreach($results as $item) {
} // while we're getting songs
?>
</table>
-<? } ?>
+<?php } ?>