Changeset 27052
- Timestamp:
- Feb 24, 2010, 11:03:47 AM (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
r25929 r27052 27 27 AND publishRun.state = 'new' 28 28 AND diffRun.state = 'full' 29 AND (diffRun.magicked > 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 29 30 -- WHERE hook %s 30 31 UNION … … 47 48 AND publishRun.state ='new' 48 49 AND camRun.state = 'full' 50 AND (camRun.magicked > 0 OR publishClient.magicked = 0) 49 51 -- WHERE hook %s 50 52 ) AS publishToDo
Note:
See TracChangeset
for help on using the changeset viewer.
