From 9abd55c45dcbda7b3338c1e2b04785e19bb385e1 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 24 Dec 2009 12:43:27 -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 a74d845c7..8704d9649 100644 --- a/imp/config/hooks.php.dist +++ b/imp/config/hooks.php.dist @@ -39,7 +39,7 @@ class IMP_Hooks * * See horde/config/hooks.php.dist for more information. */ - function postauthenticate($userId, $credentials) +// function postauthenticate($userId, $credentials) // { // return true; // } -- 2.11.0