[dev] Re: [cvs] cvs commit: imp/config conf.php.dist
Chuck Hagenbuch
chuck@horde.org
Sun, 23 Dec 2001 15:21:24 -0500
Quoting Jan Schneider <jan@horde.org>:
> Can someone please try this patch:
I don't have quota stuff configured, but...
> -if (!empty($conf['hooks']['quota']) && function_exists($conf['hooks']
> ['quota'])) {
> - $quota_info = call_user_func($conf['hooks']['quota'], $imp);
> -}
> -
> +
> +if (!empty($conf['hooks']['quota']) && function_exists($conf['hooks']
> ['quota'])) {
> + call_user_func($conf['hooks']['quota'], $imp);
> +}
The result of the quota hook used to be assigned to a variable, and isn't
anymore. Is that right?
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin