Changeset 833 for trunk


Ignore:
Timestamp:
04/08/16 16:37:32 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Remove minor debugging warning that snuck through in r832

File:
1 edited

Legend:

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

    r832 r833  
    33263326# order by so that we get the narrowest entry
    33273327    ($rpcargs{location}) = $dbh->selectrow_array("SELECT d.location FROM dnsavail d".
    3328         " WHERE d.parent_alloc = ? ORDER BY zone DESC", undef, $mid) or print "foo? ".$dbh->errstr;
     3328        " WHERE d.parent_alloc = ? ORDER BY zone DESC", undef, $mid);
    33293329
    33303330    $errstr = '';
Note: See TracChangeset for help on using the changeset viewer.