Changeset 28369
- Timestamp:
- Jun 16, 2010, 3:23:47 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/pubtool_definerun.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pubtool_definerun.sql
r28322 r28369 21 21 AND publishClient.active = 1 22 22 AND diffRun.state IN ('full', 'cleaned', 'goto_cleaned') 23 AND (diffRun.magicked >0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0)23 AND (diffRun.magicked != 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 24 24 -- WHERE hook %s 25 25 UNION … … 36 36 AND publishClient.active = 1 37 37 AND camRun.state IN ('full', 'cleaned', 'goto_cleaned') 38 AND (camRun.magicked >0 OR publishClient.magicked = 0)38 AND (camRun.magicked != 0 OR publishClient.magicked = 0) 39 39 -- WHERE hook %s 40 40 ) AS publishToDo
Note:
See TracChangeset
for help on using the changeset viewer.
