Diff for /loncom/publisher/lonpublisher.pm between versions 1.126.2.1 and 1.126.2.2

version 1.126.2.1, 2003/08/21 17:12:32 version 1.126.2.2, 2003/09/24 19:40:14
Line 647  sub fix_ids_and_indices { Line 647  sub fix_ids_and_indices {
     }      }
  }   }
  # probably a <randomlabel> image type <label>   # probably a <randomlabel> image type <label>
  if ($lctag eq 'label' && defined($parms{'description'})) {   # or a <image> tag inside <imageresponse>
    if (($lctag eq 'label' && defined($parms{'description'}))
       ||
       ($lctag eq 'image')) {
     my $next_token=$parser[-1]->get_token();      my $next_token=$parser[-1]->get_token();
     if ($next_token->[0] eq 'T') {      if ($next_token->[0] eq 'T') {
  $next_token->[1]=&set_allow(\%allow,$logfile,   $next_token->[1]=&set_allow(\%allow,$logfile,

Removed from v.1.126.2.1  
changed lines
  Added in v.1.126.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>