IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 6:19:18 PM (21 years ago)
Author:
jhoblitt
Message:

fix inversion of create/delete functions

File:
1 edited

Legend:

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

    r6063 r6068  
    99
    1010    if (config.mode == P2_MODE_CREATE) {
    11         p2deleteTables (&config);
     11        p2createTables (&config);
    1212    }
    1313
    1414    if (config.mode == P2_MODE_DELETE) {
    15         p2createTables (&config);
     15        p2deleteTables (&config);
    1616    }
    1717
Note: See TracChangeset for help on using the changeset viewer.