--- loncom/publisher/lonretrieve.pm 2001/05/09 17:15:26 1.10 +++ loncom/publisher/lonretrieve.pm 2001/05/09 17:38:13 1.11 @@ -11,7 +11,7 @@ # 03/23 Guy Albertelli # 03/24,03/29 Gerd Kortemeyer) # -# 03/31,04/03,05/02 Gerd Kortemeyer +# 03/31,04/03,05/02,05/09 Gerd Kortemeyer package Apache::lonretrieve; @@ -59,7 +59,8 @@ sub phaseone { 'Metadata Version '.$version.''); if (&Apache::lonnet::fileembstyle($suffix) eq 'ssi') { $r->print( - '  Diffs with Version '.$version.''); } @@ -77,7 +78,8 @@ sub phaseone { 'Metadata current version'); if (&Apache::lonnet::fileembstyle($suffix) eq 'ssi') { $r->print( - '  Diffs with current Version'); }