IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6667


Ignore:
Timestamp:
Mar 21, 2006, 2:08:40 PM (20 years ago)
Author:
jhoblitt
Message:

rename pzPendingImfiles -> pzPendingImfile

File:
1 edited

Legend:

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

    r6658 r6667  
    2020    CREATE_TABLE(summitExpCreateTable);
    2121    CREATE_TABLE(pzPendingExpCreateTable);
    22     CREATE_TABLE(pzPendingImfilesCreateTable);
     22    CREATE_TABLE(pzPendingImfileCreateTable);
    2323    CREATE_TABLE(newExpCreateTable);
    2424    CREATE_TABLE(newImfileCreateTable);
     
    6666    DROP_TABLE(summitExpDropTable);
    6767    DROP_TABLE(pzPendingExpDropTable);
    68     DROP_TABLE(pzPendingImfilesDropTable);
     68    DROP_TABLE(pzPendingImfileDropTable);
    6969    DROP_TABLE(newExpDropTable);
    7070    DROP_TABLE(newImfileDropTable);
Note: See TracChangeset for help on using the changeset viewer.