mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
format and fix Id string
This commit is contained in:
parent
f61e52640f
commit
32b2d29415
@ -18,11 +18,11 @@
|
|||||||
* published by the Free Software Foundation; either version 2 of *
|
* published by the Free Software Foundation; either version 2 of *
|
||||||
* the License, or (at your option) any later version. *
|
* the License, or (at your option) any later version. *
|
||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
/* $id */
|
|
||||||
|
/* $Id */
|
||||||
|
|
||||||
class mime_magic
|
class mime_magic
|
||||||
{
|
{
|
||||||
|
|
||||||
//extension to mime type map
|
//extension to mime type map
|
||||||
var $mime_extension_map;
|
var $mime_extension_map;
|
||||||
|
|
||||||
@ -127,7 +127,6 @@
|
|||||||
*
|
*
|
||||||
* @return string The file extension of the MIME type.
|
* @return string The file extension of the MIME type.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function mime2ext($type)
|
function mime2ext($type)
|
||||||
{
|
{
|
||||||
$key = array_search($type, $this->mime_extension_map);
|
$key = array_search($type, $this->mime_extension_map);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user