diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/catalog.class.php | 1 | ||||
-rw-r--r-- | lib/stream.lib.php | 2 | ||||
-rw-r--r-- | lib/themes.php | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index bde17ed9..63cbaada 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -504,6 +504,7 @@ class Catalog { if (strcmp($full_file,iconv(Config::get('site_charset'),Config::get('site_charset') . '//IGNORE',$full_file)) != '0') { debug_event('read',$full_file . ' has non-' . Config::get('site_charset') . ' characters and can not be indexed','1'); Error::add('catalog_add',$full_file . ' ' . _('does not match site charset')); + continue; } } // end if iconv diff --git a/lib/stream.lib.php b/lib/stream.lib.php index 588f9251..de3adde1 100644 --- a/lib/stream.lib.php +++ b/lib/stream.lib.php @@ -1,7 +1,7 @@ <?php /* - Copyright 2001 - 2007 Ampache.org + Copyright Ampache.org All Rights Reserved This program is free software; you can redistribute it and/or diff --git a/lib/themes.php b/lib/themes.php index 164cb89a..d8af2512 100644 --- a/lib/themes.php +++ b/lib/themes.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) Ampache.org All Rights Reserved This program is free software; you can redistribute it and/or |