IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2006, 12:38:13 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.68

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/dbcleanup.c

    r10748 r10753  
    4646    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputImfile");
    4747    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4WarpedImfile");
    48     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PStackedImfile");
    49     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PDiffImfile");
    50     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PMagicMaskImfile");
     48    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4StackedImfile");
     49    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffImfile");
     50    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");
    5151
    5252    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.