Changeset 31725
- Timestamp:
- Jun 28, 2011, 1:57:54 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Gpc1Db.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Gpc1Db.pm
r31706 r31725 140 140 JOIN $joinTable USING ($id) 141 141 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') 143 143 SQL 144 144 $query->execute;
Note:
See TracChangeset
for help on using the changeset viewer.
