Changeset 833
- Timestamp:
- 04/08/16 16:37:32 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r832 r833 3326 3326 # order by so that we get the narrowest entry 3327 3327 ($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); 3329 3329 3330 3330 $errstr = '';
Note:
See TracChangeset
for help on using the changeset viewer.