projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d6941
)
Operator: No need to render the form here
author
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 22:26:41 +0000
(17:26 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 22:27:57 +0000
(17:27 -0500)
operator/export.php
patch
|
blob
|
history
diff --git
a/operator/export.php
b/operator/export.php
index
2e74ee2
..
3a39d8e
100644
(file)
--- 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';