Operator: No need to render the form here
authorBen Klang <ben@alkaloid.net>
Tue, 26 Jan 2010 22:26:41 +0000 (17:26 -0500)
committerBen Klang <ben@alkaloid.net>
Tue, 26 Jan 2010 22:27:57 +0000 (17:27 -0500)
operator/export.php

index 2e74ee2..3a39d8e 100644 (file)
@@ -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';