Return to londocs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.525, 2012/12/29 17:37:21 | version 1.526, 2013/01/03 23:47:51 |
---|---|
Line 4234 sub generate_edit_table { | Line 4234 sub generate_edit_table { |
my $form; | my $form; |
my $activetab; | my $activetab; |
my $active; | my $active; |
if($env{'form.active'} ne ''){ | if (($env{'form.active'} ne '') && ($env{'form.active'} ne 'aa')) { |
$activetab = $env{'form.active'}; | $activetab = $env{'form.active'}; |
} | } |
my $backicon = $iconpath.'clickhere.gif'; | my $backicon = $iconpath.'clickhere.gif'; |