Changeset 9753 for trunk/ippTools/src/dettool.c
- Timestamp:
- Oct 26, 2006, 2:17:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9735 r9753 795 795 PS_ASSERT_PTR_NON_NULL(config, false); 796 796 797 // psArray *runs = detRunSelectRowObjects(config->dbh, config->where, 0);798 797 // XXX fix the hard coding of the table name 799 798 psArray *runs = psDBSelectRows(config->dbh, "detRun", config->where, 0); 800 799 if (!runs) { 800 psError(PS_ERR_UNKNOWN, false, "database error"); 801 return false; 802 } 803 804 if (!psArrayLength(runs)) { 801 805 psError(PS_ERR_UNKNOWN, false, "no detRun rows found"); 802 return false; 806 psFree(runs); 807 return true; 803 808 } 804 809
Note:
See TracChangeset
for help on using the changeset viewer.
