IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2009, 2:28:57 PM (17 years ago)
Author:
Paul Price
Message:

Fixing labels for pubtool -pending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/share/pubtool_pending.sql

    r24438 r24439  
    1616        AND publishRun.state = 'new'
    1717        AND diffRun.state = 'full'
     18        -- WHERE hook %s
    1819    UNION
    1920    SELECT
     
    3031        AND publishRun.state ='new'
    3132        AND camRun.state = 'full'
     33        -- WHERE hook %s
    3234) AS publishToDo
    3335LEFT JOIN publishDone USING(pub_id)
Note: See TracChangeset for help on using the changeset viewer.