View | Details | Raw Unified | Return to bug 16035
Collapse All | Expand All

(-)a/admin/import_export_framework.pl (-2 / +1 lines)
Lines 46-52 unless ($authenticated) { Link Here
46
    exit 0;
46
    exit 0;
47
}
47
}
48
48
49
my $frameworkcode = $input->param('frameworkcode') || '';
49
my $frameworkcode = $input->param('frameworkcode') || 'default';
50
my $action = $input->param('action') || 'export';
50
my $action = $input->param('action') || 'export';
51
51
52
## Exporting
52
## Exporting
53
- 

Return to bug 16035