Changeset 107


Ignore:
Timestamp:
12/24/04 14:12:34 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix error reporting in allocateBlock() to return the SQL error
string as well as the "Can't do that" message on static IP allocations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r106 r107  
    202202    };
    203203    if ($@) {
     204      $msg .= ": '".$sth->errstr."'";
    204205      eval { $dbh->rollback; };
    205206      return ('FAIL',$msg);
Note: See TracChangeset for help on using the changeset viewer.