IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2009, 4:35:26 PM (17 years ago)
Author:
Paul Price
Message:

Fixing GROUP BY

File:
1 edited

Legend:

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

    r23502 r23503  
    13521352        psTrace("difftool", 1, "no rows found");
    13531353        psFree(results);
     1354        if (!psDBCommit(config->dbh)) {
     1355            psError(PS_ERR_UNKNOWN, false, "database error");
     1356            return false;
     1357        }
    13541358        return true;
    13551359    }
Note: See TracChangeset for help on using the changeset viewer.