Return to londocs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.628, 2017/05/10 13:49:14 | version 1.629, 2017/05/10 20:32:27 |
---|---|
Line 1349 sub print_paste_buffer { | Line 1349 sub print_paste_buffer { |
} else { | } else { |
$canpaste = 0; | $canpaste = 0; |
$nopaste = &mt('Paste from another course unavailable.'); | $nopaste = &mt('Paste from another course unavailable.'); |
} | } |
} | } |
} | } |
if ($canpaste) { | if ($canpaste) { |
push(@pasteable,$suffix); | push(@pasteable,$suffix); |
} | } |
} | } |
my $buffer; | my $buffer; |
if ($is_external) { | if ($is_external) { |