diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-03 19:51:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-03 19:51:01 +0000 |
commit | 93e8513b5be87aa7cc3db26d7e0c37be938efb07 (patch) | |
tree | 26f6cb50b3856a6609027c09096f38fa992226e7 /update.php | |
parent | a99e3e58ad038893ab2ce61d6a79afbac13bad78 (diff) | |
download | ampache-93e8513b5be87aa7cc3db26d7e0c37be938efb07.tar.gz ampache-93e8513b5be87aa7cc3db26d7e0c37be938efb07.tar.bz2 ampache-93e8513b5be87aa7cc3db26d7e0c37be938efb07.zip |
fixed typo on update.php, fixed filtering on genre view and added match to display of items
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - +*/ // We need this stuff define('NO_SESSION','1'); require 'lib/init.php'; |