Lines 20-26
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
Link Here
|
20 |
my $op = $query->param("op"); |
20 |
my $op = $query->param("op"); |
21 |
my $format = $query->param("format"); |
21 |
my $format = $query->param("format"); |
22 |
my $error = ''; |
22 |
my $error = ''; |
23 |
if ( $op eq "cud-export" ) { |
23 |
if ( $op eq "export" ) { |
24 |
my $authid = $query->param("authid"); |
24 |
my $authid = $query->param("authid"); |
25 |
if ($authid) { |
25 |
if ($authid) { |
26 |
|
26 |
|
27 |
- |
|
|