IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17589


Ignore:
Timestamp:
May 8, 2008, 11:54:39 AM (18 years ago)
Author:
eugene
Message:

ok, got it right this time

File:
1 edited

Legend:

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

    r17588 r17589  
    558558    }
    559559
     560    // close subquery (left open for limit supplied to pendingexpMode (regtool.c:104)
     561    psStringAppend(&query, "\n    ) as Foo\n");
     562
    560563    {
    561564        // build a query to search by exp_id
     
    575578        }
    576579    }
    577 
    578     // close subquery (left open for limit supplied to pendingexpMode (regtool.c:104)
    579     psStringAppend(&query, "\n    ) as Foo\n");
    580580
    581581    if (!p_psDBRunQuery(config->dbh, query)) {
Note: See TracChangeset for help on using the changeset viewer.