Ignore:
Timestamp:
Sep 5, 2001, 3:59:03 PM (24 years ago)
Author:
bird
Message:

Some more fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/db.cpp

    r6642 r6651  
    1 /* $Id: db.cpp,v 1.23 2001-09-05 11:57:20 bird Exp $ *
     1/* $Id: db.cpp,v 1.24 2001-09-05 13:59:03 bird Exp $ *
    22 *
    33 * DB - contains all database routines.
     
    10151015            if (pres != NULL && row != NULL && mysql_num_rows(pres) == 1)
    10161016            {
     1017                #if 0 /* keep getting duplicate keys when parameter order/names are changed. */
    10171018                if (atol(row[0]) == pFnDesc->cParams)
    10181019                {   /* update parameters */
     
    10391040                }
    10401041                else
     1042                #endif
    10411043                {
    10421044                    if (atol(row[0]) != 0)
Note: See TracChangeset for help on using the changeset viewer.