IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31725


Ignore:
Timestamp:
Jun 28, 2011, 1:57:54 PM (15 years ago)
Author:
rhenders
Message:

fixed stupid mistake in new SQL for faults

File:
1 edited

Legend:

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

    r31706 r31725  
    140140        JOIN $joinTable USING ($id)
    141141        WHERE label LIKE '$label'
    142         AND ($faultCol != 0 AND $stateCol = '$state') OR $stateCol = 'failed_revert'
     142        AND (($faultCol != 0 AND $stateCol = '$state') OR $stateCol = 'failed_revert')
    143143SQL
    144144    $query->execute;
Note: See TracChangeset for help on using the changeset viewer.