IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6111


Ignore:
Timestamp:
Jan 20, 2006, 5:29:10 PM (20 years ago)
Author:
jhoblitt
Message:

use lowercase database field names

File:
1 edited

Legend:

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

    r6109 r6111  
    11#include <metadatadb.h>
     2
    23# include "p2tools.h"
    34
     
    1314
    1415        // find the next available version numbers
    15         psMetadataAddStr(where, PS_LIST_TAIL, "EXP_ID", PS_META_REPLACE, "==",
     16        psMetadataAddStr(where, PS_LIST_TAIL, "exp_id", PS_META_REPLACE, "==",
    1617            rawFrame->exposure->exp_id);
    1718        psArray *exposures = p2PendingExpSelectRowObjects(config->database,
Note: See TracChangeset for help on using the changeset viewer.