IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 10:36:15 AM (20 years ago)
Author:
jhoblitt
Message:

rename pxConfig database -> dbh

File:
1 edited

Legend:

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

    r6221 r6341  
    55    PS_ASSERT_PTR_NON_NULL(config, NULL);
    66
    7     psArray *exposures = p2DoneExpSelectRowObjects(config->database,
     7    psArray *exposures = p2DoneExpSelectRowObjects(config->dbh,
    88        config->where, MAX_ROWS);
    99    if (!exposures) {
     
    2525            exposure->exp_id);
    2626
    27         psArray *images = p2DoneImfileSelectRowObjects(config->database, where,
     27        psArray *images = p2DoneImfileSelectRowObjects(config->dbh, where,
    2828            MAX_ROWS);
    2929        psFree(where);
    3030        if (!images) {
    31             psError(PS_ERR_UNKNOWN, false, "database access failed");
     31            psError(PS_ERR_UNKNOWN, false, "dbh access failed");
    3232
    3333            return NULL;
Note: See TracChangeset for help on using the changeset viewer.