diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-20 05:41:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-20 05:41:47 +0000 |
commit | fd51a754c4f7df3362e6da3e90d6dba7d96a2602 (patch) | |
tree | 495666d24e0163afe359471fa02ecfb094d4fc6f /lib/class/catalog.class.php | |
parent | d22c6ea78f635f4486820a3c8e058b909c111475 (diff) | |
download | ampache-fd51a754c4f7df3362e6da3e90d6dba7d96a2602.tar.gz ampache-fd51a754c4f7df3362e6da3e90d6dba7d96a2602.tar.bz2 ampache-fd51a754c4f7df3362e6da3e90d6dba7d96a2602.zip |
sync from stable branch
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r-- | lib/class/catalog.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index e9ecc100..7c7fe355 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -1017,6 +1017,9 @@ class Catalog { */ public static function update_single_item($type,$id) { + // Because single items are large numbers of things too + set_time_limit(0); + $songs = array(); switch ($type) { |