Changeset 250 for branches


Ignore:
Timestamp:
05/25/05 10:25:17 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fixed error message passback problem with allocating a piece of
a larger block. Errors should now return the local $@ error
as well as the generic error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

    r248 r250  
    384384      }; # end eval
    385385      if ($@) {
     386        $msg .= ": ".$@;
    386387        eval { $dbh->rollback; };
    387388        return ('FAIL',$msg);
Note: See TracChangeset for help on using the changeset viewer.