Ignore:
Timestamp:
Feb 12, 2000, 6:55:04 PM (26 years ago)
Author:
bird
Message:

Some new reports.
General bugfixes and new features.

Location:
trunk/tools/database
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database

    • Property svn:ignore set to
      *.html
      *.gif
      html/*
  • trunk/tools/database/kHtmlPC.cpp

    r830 r2765  
    1 /* $Id: kHtmlPC.cpp,v 1.1 1999-09-05 02:53:06 bird Exp $ */
     1/* $Id: kHtmlPC.cpp,v 1.2 2000-02-12 17:55:03 bird Exp $ */
    22/*
    33 * kHtmlPC - Special-purpose HTML/SQL preprocessor.
     
    14161416
    14171417    /* copy string */
    1418     while (*pszFrom != '\"' && *pszFrom != '>' && *pszFrom != '\0')
     1418    while (*pszFrom != '\"' /*&& *pszFrom != '>'*/ && *pszFrom != '\0')
    14191419        *pszTo++ = *pszFrom++;
    14201420    *pszTo = '\0';
Note: See TracChangeset for help on using the changeset viewer.