From d45a743f64419e590a59cb1589abde773505c7d7 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 19 Oct 2006 04:26:11 +0000 Subject: improved quarantine a little more and updated to new getid3 some genre issues still unresolved --- modules/id3/getid3/module.archive.zip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/id3/getid3/module.archive.zip.php') diff --git a/modules/id3/getid3/module.archive.zip.php b/modules/id3/getid3/module.archive.zip.php index 285dfd9e..da6fb72f 100644 --- a/modules/id3/getid3/module.archive.zip.php +++ b/modules/id3/getid3/module.archive.zip.php @@ -406,7 +406,7 @@ class getid3_zip $UNIXminute = (($DOStime & 0x07E0) >> 5); $UNIXhour = (($DOStime & 0xF800) >> 11); - return mktime($UNIXhour, $UNIXminute, $UNIXsecond, $UNIXmonth, $UNIXday, $UNIXyear); + return gmmktime($UNIXhour, $UNIXminute, $UNIXsecond, $UNIXmonth, $UNIXday, $UNIXyear); } } -- cgit