IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 24, 2010, 8:29:06 AM (16 years ago)
Author:
bills
Message:

oops in -updatelabel forgot the "WHERE label = '%s', label

File:
1 edited

Legend:

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

    r28076 r28079  
    161161        sep = ',';
    162162    }
     163
     164    psStringAppend(&query, " WHERE label = '%s'", label);
     165
    163166    if (!p_psDBRunQuery(config->dbh, query)) {
    164167        psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.