From fd51a754c4f7df3362e6da3e90d6dba7d96a2602 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 20 May 2008 05:41:47 +0000 Subject: sync from stable branch --- lib/class/catalog.class.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/class') 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) { -- cgit