Diff for /loncom/interface/Attic/lonwizard.pm between versions 1.18 and 1.19

version 1.18, 2003/03/20 18:03:14 version 1.19, 2003/03/21 18:36:40
Line 19  All classes are in the Apache::lonwizard Line 19  All classes are in the Apache::lonwizard
   
 =cut  =cut
   
 # To prevent runaway file counts, this file has lonwizard,  
 # lonwizstate, and other wizard classes.  
 use strict;  use strict;
   
 use HTML::Entities;  use HTML::Entities;
Line 945  sub render { Line 943  sub render {
     my $date;      my $date;
           
     # Default date: Now      # Default date: Now
     $date = localtime($wizvars->{$var});      $date = localtime();
       $date->min = 0;
   
     if (defined $self->{ERROR_MSG}) {      if (defined $self->{ERROR_MSG}) {
         $result .= '<font color="#FF0000">' . $self->{ERROR_MSG} . '</font><br /><br />';          $result .= '<font color="#FF0000">' . $self->{ERROR_MSG} . '</font><br /><br />';

Removed from v.1.18  
changed lines
  Added in v.1.19


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