IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 10:30:59 AM (18 years ago)
Author:
eugene
Message:

completely deprecate config->where; make all command-line handling consistent; move nearly all sql into share/*.sql; ensure consistency between args supplied and used

File:
1 edited

Legend:

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

    r17015 r18561  
    4343    config->dbh             = NULL;
    4444    config->modules         = NULL;
    45     config->where           = NULL;
     45    // XXX config->where           = NULL;
    4646    config->args            = NULL;
    4747
     
    5454    psFree(config->dbh);
    5555    psFree(config->modules);
    56     psFree(config->where);
     56    // XXX psFree(config->where);
    5757    psFree(config->args);
    5858}
Note: See TracChangeset for help on using the changeset viewer.