Ignore:
Timestamp:
Aug 2, 2000, 4:43:26 PM (25 years ago)
Author:
bird
Message:

Corrected the making of apigroup history. (used dll instead of apigroup refcode)

File:
1 edited

Legend:

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

    r3917 r3920  
    1 /* $Id: db.cpp,v 1.18 2000-08-02 02:18:04 bird Exp $ *
     1/* $Id: db.cpp,v 1.19 2000-08-02 14:43:26 bird Exp $ *
    22 *
    33 * DB - contains all database routines.
    44 *
    5  * Copyright (c) 1999 knut st. osmundsen
     5 * Copyright (c) 1999-2000 knut st. osmundsen
    66 *
    77 */
     
    12861286
    12871287            sprintf(pszQuery, "INSERT INTO historyapigroup(apigroup, state, date, count) "
    1288                     "SELECT dll, state, '%s', count(*) FROM function WHERE apigroup IS NOT NULL "
     1288                    "SELECT apigroup, state, '%s', count(*) FROM function WHERE apigroup IS NOT NULL "
    12891289                    "GROUP BY apigroup, state",
    12901290                    &szCurDt[0]);
Note: See TracChangeset for help on using the changeset viewer.