From: Michael M Slusarz Date: Wed, 16 Sep 2009 16:33:25 +0000 (-0600) Subject: Bug #8579: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eca28549594f2e7cb6f47246333960012bb9808f;p=horde.git Bug #8579: Fix variable name --- diff --git a/imp/config/hooks.php.dist b/imp/config/hooks.php.dist index 48417a03c..f34b69795 100644 --- a/imp/config/hooks.php.dist +++ b/imp/config/hooks.php.dist @@ -142,9 +142,9 @@ class IMP_Hooks // // the same domain. // $flags = array(); // -// $from_ob = Horde_Mime_Address::getAddressesFromObject($ob['envelope']['from']); +// $from_ob = Horde_Mime_Address::getAddressesFromObject($data['envelope']['from']); // if (!empty($from_ob) && -// (strcasecmp($from_ob[0]['hostname'], 'example.com') === 0)) { +// (strcasecmp($from_ob[0]['host'], 'example.com') === 0)) { // /* The '$indomain' flag in this example must have already been // * created in the 'msgflags' preference. */ // $flags = array('$indomain');