Diff for /loncom/interface/lonmysql.pm between versions 1.11 and 1.12

version 1.11, 2003/03/17 18:35:51 version 1.12, 2003/03/21 16:04:42
Line 981  sub remove_from_table { Line 981  sub remove_from_table {
         $errorstring = "ERROR on execution of ".$command."\n".$sth->errstr;          $errorstring = "ERROR on execution of ".$command."\n".$sth->errstr;
         return undef;          return undef;
     }      }
       $debugstring = $command;
     my $rows = $sth->rows;      my $rows = $sth->rows;
     return $rows;      return $rows;
 }  }

Removed from v.1.11  
changed lines
  Added in v.1.12


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