[pLog-svn] r5669 - plog/branches/lifetype-1.2/class/gallery/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Jul 16 16:10:42 EDT 2007


Author: oscar
Date: 2007-07-16 16:10:42 -0400 (Mon, 16 Jul 2007)
New Revision: 5669

Modified:
   plog/branches/lifetype-1.2/class/gallery/dao/galleryresources.class.php
Log:
Fixed issue http://bugs.lifetype.net/view.php?id=1358 -- .m4a files not being recognized as sound files

Modified: plog/branches/lifetype-1.2/class/gallery/dao/galleryresources.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/gallery/dao/galleryresources.class.php	2007-07-16 19:40:48 UTC (rev 5668)
+++ plog/branches/lifetype-1.2/class/gallery/dao/galleryresources.class.php	2007-07-16 20:10:42 UTC (rev 5669)
@@ -45,6 +45,9 @@
         "au" => GALLERY_RESOURCE_SOUND,
 		"aac" => GALLERY_RESOURCE_SOUND,
 		"mp4" => GALLERY_RESOURCE_SOUND,
+		"m4a" => GALLERY_RESOURCE_SOUND,
+		"aac" => GALLERY_RESOURCE_SOUND,
+		"m4p" => GALLERY_RESOURCE_SOUND,
         "wma" => GALLERY_RESOURCE_SOUND,
 		"ogg" => GALLERY_RESOURCE_SOUND,
 		"mod" => GALLERY_RESOURCE_SOUND,



More information about the pLog-svn mailing list