IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20815


Ignore:
Timestamp:
Nov 21, 2008, 11:55:57 AM (17 years ago)
Author:
Paul Price
Message:

Need to quote string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/chip_outputs.pl

    r20814 r20815  
    5151    " FROM chipProcessedImfile " .
    5252    " WHERE chip_id = $chip_id";
    53 $sql .= " AND class_id = $class_id" if defined $class_id;
     53$sql .= " AND class_id = \'$class_id\'" if defined $class_id;
    5454
    5555# List of chips
Note: See TracChangeset for help on using the changeset viewer.