IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36478 for trunk/ippMonitor


Ignore:
Timestamp:
Feb 5, 2014, 2:18:40 PM (12 years ago)
Author:
bills
Message:

missed a spot...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/Gpc1Db.pm

    r36477 r36478  
    233233        }
    234234        else {
     235            $query = $self->{_db}->prepare(<<SQL);
     236            SELECT COUNT(state)
     237                FROM $table
     238                WHERE label LIKE '$label'
     239                AND state = 'update';
     240SQL
    235241       
    236242        }
     
    254260                FROM $table
    255261                WHERE label LIKE '$label'
    256                 AND state = 'new';
     262                AND (state = 'new' OR state = 'update');
    257263SQL
    258264        }
Note: See TracChangeset for help on using the changeset viewer.