diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-10-13 07:15:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-10-13 07:15:20 +0000 |
commit | 3e12fccb243a8cfdd6e90ee04627672c0cc8b894 (patch) | |
tree | 919b5b72c86d09b394a3402dd5f324508a515f92 /templates/show_preferences.inc | |
parent | f011ec33913765de57e7e24ec479f2c9f42d3da0 (diff) | |
download | ampache-3e12fccb243a8cfdd6e90ee04627672c0cc8b894.tar.gz ampache-3e12fccb243a8cfdd6e90ee04627672c0cc8b894.tar.bz2 ampache-3e12fccb243a8cfdd6e90ee04627672c0cc8b894.zip |
I need a vacation... or some beer... maybe both at the same time
Diffstat (limited to 'templates/show_preferences.inc')
-rw-r--r-- | templates/show_preferences.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_preferences.inc b/templates/show_preferences.inc index bf04c980..4b3944a2 100644 --- a/templates/show_preferences.inc +++ b/templates/show_preferences.inc @@ -26,7 +26,7 @@ */ -/* I'm cheating a little hear, check to see if we want to show the +/* I'm cheating a little here, check to see if we want to show the * Apply to All button on this page */ if ($GLOBALS['user']->has_access(100) AND $user_id == '-1' AND conf('use_auth')) { |