IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 7:10:14 PM (18 years ago)
Author:
bills
Message:

fix incorrect table name in error handling and print out.

File:
1 edited

Legend:

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

    r17654 r17700  
    143143        }
    144144
    145         // remove the pzPendingExp entry for this exp (fileset)
     145        // remove the pzDownloadExp entry for this exp (fileset)
    146146        {
    147147            char *query =
    148                 "DELETE FROM pzPendingExp"
     148                "DELETE FROM pzDownloadExp"
    149149                " WHERE"
    150150                "   exp_name = '%s'"
Note: See TracChangeset for help on using the changeset viewer.