From: Michael M Slusarz Date: Mon, 4 Oct 2010 20:19:50 +0000 (-0600) Subject: Fix variable names X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=746fd8a136b2d33195b65baff5d31b41e0f747d9;p=horde.git Fix variable names --- diff --git a/imp/search.php b/imp/search.php index f153309cc..c755083dc 100644 --- a/imp/search.php +++ b/imp/search.php @@ -208,8 +208,8 @@ if ($vars->criteria_form) { case 'older': case 'younger': $c_list[] = new IMP_Search_Element_Within( - $val->v, - $constants['within'][$val->l] + $val->v->v, + $constants['within'][$val->v->l], ($val->t == 'older') ); break;