IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20204


Ignore:
Timestamp:
Oct 16, 2008, 12:29:03 PM (18 years ago)
Author:
jhoblitt
Message:

silence uncommited warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-voladm

    r20203 r20204  
    33# Copyright (C) 2008  Joshua Hoblitt
    44#
    5 # $Id: neb-voladm,v 1.11 2008-10-16 22:25:47 jhoblitt Exp $
     5# $Id: neb-voladm,v 1.12 2008-10-16 22:29:03 jhoblitt Exp $
    66
    77use strict;
     
    111111my $query = $dbh->prepare($q);
    112112$query->execute(@bind);
     113$dbh->commit;
    113114
    114115my $format  = "%-15s %-15s %-10s %-10s %-10s %-10s\n";
Note: See TracChangeset for help on using the changeset viewer.