From 4608d724ff40d03aec7422aea3d1f6204e3d9eb7 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Tue, 26 Jan 2010 17:26:41 -0500 Subject: [PATCH] Operator: No need to render the form here --- operator/export.php | 4 ---- 1 file changed, 4 deletions(-) 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'; -- 2.11.0