summaryrefslogtreecommitdiffstats
path: root/modules/id3/getid3/module.archive.zip.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-19 04:26:11 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-19 04:26:11 +0000
commitd45a743f64419e590a59cb1589abde773505c7d7 (patch)
treedfd10d245bcf7afc6a180a6203c9cf1ca44e3675 /modules/id3/getid3/module.archive.zip.php
parent1c1ad6ef87a034ee6491844b1650cd6aa0cb3093 (diff)
downloadampache-d45a743f64419e590a59cb1589abde773505c7d7.tar.gz
ampache-d45a743f64419e590a59cb1589abde773505c7d7.tar.bz2
ampache-d45a743f64419e590a59cb1589abde773505c7d7.zip
improved quarantine a little more and updated to new getid3 some genre issues still unresolved
Diffstat (limited to 'modules/id3/getid3/module.archive.zip.php')
-rw-r--r--modules/id3/getid3/module.archive.zip.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}