View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005819 | JEDI VCL | 00 JVCL Components | public | 2012-03-02 15:45 | 2012-09-10 14:15 |
Reporter | KorneySan | Assigned To | obones | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.46 | |||
Summary | 0005819: TJvLogFile.Add(const Time, Title, Description: string); - mistyped code inside | ||||
Description | 154 procedure TJvLogFile.Add(const Time, Title, Description: string); 155 begin 156 Add(DateTimeToStr(Now), Title, FDefaultSeverity, Description); 157 end; So custom time is not added. Must be 156 Add(Time, Title, FDefaultSeverity, Description); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-02 15:45 | KorneySan | New Issue | |
2012-03-02 15:49 | obones | Note Added: 0019640 | |
2012-03-02 15:49 | obones | Status | new => resolved |
2012-03-02 15:49 | obones | Fixed in Version | => Daily / SVN |
2012-03-02 15:49 | obones | Resolution | open => fixed |
2012-03-02 15:49 | obones | Assigned To | => obones |
2012-09-10 14:15 | obones | Fixed in Version | Daily / SVN => 3.46 |