From: Ben Klang Date: Tue, 26 Jan 2010 22:26:41 +0000 (-0500) Subject: Operator: No need to render the form here X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4608d724ff40d03aec7422aea3d1f6204e3d9eb7;p=horde.git Operator: No need to render the form here --- diff --git a/operator/export.php b/operator/export.php index 2e74ee2b7..3a39d8eac 100644 --- a/operator/export.php +++ b/operator/export.php @@ -61,9 +61,5 @@ require OPERATOR_TEMPLATES . '/menu.inc'; $notification->notify(); $form->renderActive($renderer, $vars, Horde::applicationUrl('export.php'), 'post');; -$columns = unserialize($prefs->getValue('columns')); -if (!empty($data)) { - require OPERATOR_TEMPLATES . '/search.inc'; -} require $registry->get('templates', 'horde') . '/common-footer.inc';