IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 3:20:06 PM (18 years ago)
Author:
eugene
Message:

xxSite to complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080219/ippTools/src/pxtables.c

    r16542 r16579  
    115115
    116116    // XXX use the values defined in config->dbh?
    117     psString dbName = psMetadataLookupStr(&status, config->modules->xxSite, "DBNAME");
     117    psString dbName = psMetadataLookupStr(&status, config->modules->complete, "DBNAME");
    118118
    119119    fprintf (stdout, "*** delete the chip tables from database %s? ***\n", dbName);
     
    135135    {
    136136        bool status;
    137         psString dbPassword = psMetadataLookupStr(&status, config->modules->xxSite, "DBPASSWORD");
     137        psString dbPassword = psMetadataLookupStr(&status, config->modules->complete, "DBPASSWORD");
    138138        if (strcmp (answer, dbPassword)) {
    139139            psError(PS_ERR_UNKNOWN, true, "tables NOT deleleted");
Note: See TracChangeset for help on using the changeset viewer.