IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28787


Ignore:
Timestamp:
Jul 29, 2010, 9:25:48 PM (16 years ago)
Author:
rhenders
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/CzarDb.pm

    r28784 r28787  
    9595
    9696    my $size = scalar @{$labels};
    97     if ($size < 1) {return;}
     97    if ($size < 1) { return; }
    9898
    9999    my $query = $self->{_db}->prepare(<<SQL);
     
    137137###########################################################################
    138138#
    139 # Gets time series data and store to temp file
     139# Gets time series data and stores it to temp file
    140140#
    141141###########################################################################
     
    158158SQL
    159159
     160
     161
    160162    if (!$query->execute) {return undef;}
    161163
Note: See TracChangeset for help on using the changeset viewer.