Merge from CVS HEAD: 1.73
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 15 Dec 2008 18:51:15 +0000 (11:51 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 15 Dec 2008 18:51:15 +0000 (11:51 -0700)
framework/Mime/lib/Horde/Mime/Magic.php

index 0b6b633..9e9e516 100644 (file)
@@ -245,7 +245,7 @@ class Horde_Mime_Magic
         /* Use a built-in magic file. */
         $mime_magic = self::_getMimeMagicFile();
         reset($mime_magic);
-        while (list($offset, $odate) = each($mime_magic)) {
+        while (list($offset, $odata) = each($mime_magic)) {
             reset($odata);
             while (list($length, $ldata) = each($odata)) {
                 $lookup = substr($data, $offset, $length);