Changeset 7391


Ignore:
Timestamp:
2004-05-24T16:50:26+12:00 (20 years ago)
Author:
davidb
Message:

Fixed a couple of indentations of statements to be more consistent with
programming style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/querytools.cpp

    r7383 r7391  
    240240       else
    241241         querystring.appendint(startdate);
    242        querystring.appendcstr("]:CO");
     242       querystring.appendcstr("]:CV");
    243243     }
    244244       else{
     
    257257         else
    258258           querystring.appendint(nextdate);
    259          querystring.appendcstr("]:CO");
     259         querystring.appendcstr("]:CV");
    260260           }
    261261         nextdate++;
Note: See TracChangeset for help on using the changeset viewer.