diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 05:20:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 05:20:26 +0000 |
commit | cf2e2488779f60251d66f375273d9b2583528f64 (patch) | |
tree | aeea65e98b0d7df40a2ed294a53dd254b2e61dd2 /lib/class/vainfo.class.php | |
parent | f13037cc5466cf09bf1535acfea8809137927591 (diff) | |
download | ampache-cf2e2488779f60251d66f375273d9b2583528f64.tar.gz ampache-cf2e2488779f60251d66f375273d9b2583528f64.tar.bz2 ampache-cf2e2488779f60251d66f375273d9b2583528f64.zip |
moved search to upper right, removed the playlists from the left menubar, fixed a potential uncaught exception on id3 tags
Diffstat (limited to 'lib/class/vainfo.class.php')
-rwxr-xr-x | lib/class/vainfo.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index c7197054..7e3904c0 100755 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -98,7 +98,7 @@ class vainfo { /* Figure out what type of file we are dealing with */ $this->type = $this->_get_type(); - /* This is very important, figure out th encoding of the + /* This is very important, figure out the encoding of the * file */ $this->_set_encoding(); |