IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2006, 2:21:28 PM (20 years ago)
Author:
jhoblitt
Message:

restrict the scope of whereClaus in updateimfileMode()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r8495 r8661  
    3333    CREATE_TABLE(p2PendingExpCreateTable);
    3434    CREATE_TABLE(p2PendingImfileCreateTable);
    35     CREATE_TABLE(p2DoneExpCreateTable);
    36     CREATE_TABLE(p2DoneImfileCreateTable);
     35    CREATE_TABLE(p2ProcessedExpCreateTable);
     36    CREATE_TABLE(p2ProcessedImfileCreateTable);
    3737    CREATE_TABLE(p3PendingExpCreateTable);
    3838    CREATE_TABLE(detRunCreateTable);
     
    8888    DROP_TABLE(p2PendingExpDropTable);
    8989    DROP_TABLE(p2PendingImfileDropTable);
    90     DROP_TABLE(p2DoneExpDropTable);
    91     DROP_TABLE(p2DoneImfileDropTable);
     90    DROP_TABLE(p2ProcessedExpDropTable);
     91    DROP_TABLE(p2ProcessedImfileDropTable);
    9292    DROP_TABLE(p3PendingExpDropTable);
    9393    DROP_TABLE(detRunDropTable);
Note: See TracChangeset for help on using the changeset viewer.