Changeset 28373 for trunk/ippTools/share/pubtool_pending.sql
- Timestamp:
- Jun 16, 2010, 4:08:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/pubtool_pending.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pubtool_pending.sql
r28319 r28373 27 27 AND publishRun.state = 'new' 28 28 AND diffRun.state IN ('full', 'cleaned', 'goto_cleaned') 29 AND (diffRun.magicked >0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0)29 AND (diffRun.magicked != 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 30 30 -- WHERE hook %s 31 31 UNION … … 48 48 AND publishRun.state ='new' 49 49 AND camRun.state IN ('full', 'cleaned', 'goto_cleaned') 50 AND (camRun.magicked >0 OR publishClient.magicked = 0)50 AND (camRun.magicked != 0 OR publishClient.magicked = 0) 51 51 -- WHERE hook %s 52 52 ) AS publishToDo
Note:
See TracChangeset
for help on using the changeset viewer.
