]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
File handling changes for better logic
[quix0rs-gnu-social.git] / lib / util.php
index a5acd8d86b38e54f9c8d4ea1d1f02e0d77d6b000..edada03864a37d1781f0a6b47ca0e2780210b08b 100644 (file)
@@ -1868,6 +1868,7 @@ function common_get_mime_media($type)
     return strtolower($tmp[0]);
 }
 
+// Get only the mimetype and not additional info (separated from bare mime with semi-colon)
 function common_bare_mime($mimetype)
 {
     $mimetype = mb_strtolower($mimetype);