From e8a23b4023af0b28d30404ab1ab98044c459da0b Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 22 Jan 2010 10:31:51 -0500 Subject: [PATCH] fix parse error --- imp/config/hooks.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/config/hooks.php.dist b/imp/config/hooks.php.dist index c6c65448f..62db1cbc2 100644 --- a/imp/config/hooks.php.dist +++ b/imp/config/hooks.php.dist @@ -136,7 +136,7 @@ class IMP_Hooks * @param string $type The MIME type as reported by the browser. * * @return string The MIME type of the file. - / + */ function attachmimetype($filename, $tempfile, $type) { /* By default, we trust the MIME type reported by the browser if it is -- 2.11.0