IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2008, 4:02:14 PM (18 years ago)
Author:
jhoblitt
Message:

MERGE from HEAD

Location:
branches/cleanup/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/ippTools/src

    • Property svn:ignore
      •  

        old new  
        2323difftool
        2424stacktool
         25faketool
        2526dettool
        2627detselect
  • branches/cleanup/ippTools/src/pzgetimfiles.c

    r17744 r18076  
    250250            "       incoming.class,"
    251251            "       incoming.class_id,"
    252             "       incoming.uri"
     252            "       incoming.uri,"
     253            "       NULL"       // epoch
    253254            "   FROM incoming";
    254255        if (!p_psDBRunQuery(config->dbh, query)) {
     
    307308            "       incoming.camera,"
    308309            "       incoming.telescope,"
    309             "       \"run\""
     310            "       \"run\","    // state
     311            "       NULL"
    310312            "   FROM incoming"
    311313            "   LEFT JOIN pzDownloadExp"
Note: See TracChangeset for help on using the changeset viewer.