Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.436 by h677, Sat Sep 18 03:08:14 2004 UTC revision 1.437 by h677, Sat Sep 18 03:37:47 2004 UTC
# Line 2678  begin Line 2678  begin
2678                                          else                                          else
2679                                                  Item.SubItems[ idx ] := '';                                                  Item.SubItems[ idx ] := '';
2680    
2681                                  gbcLastModified:                                  gbcRoundDate://gbcLastModified:
2682                                          if (ThreadItem.LastModified = ZERO_DATE)  then begin                                          if (ThreadItem.RoundDate = ZERO_DATE)  then begin
2683                                                  Item.SubItems[ idx ] := '';                                                  Item.SubItems[ idx ] := '';
2684                                          end else                                          end else
2685                                                  Item.SubItems[ idx ] := FormatDateTime('yyyy/mm/dd hh:mm:ss', ThreadItem.LastModified);                                                  Item.SubItems[ idx ] := FormatDateTime('yyyy/mm/dd hh:mm:ss', ThreadItem.RoundDate);
2686    
2687                                  gbcCreated:                                  gbcCreated:
2688                                          if ThreadItem.CreateDate = ZERO_DATE then begin                                          if ThreadItem.CreateDate = ZERO_DATE then begin
# Line 2709  begin Line 2709  begin
2709                                  gbcAllCount:                                  gbcAllCount:
2710                                          Item.SubItems[ idx ] := IntToStr(ThreadItem.AllResCount);                                          Item.SubItems[ idx ] := IntToStr(ThreadItem.AllResCount);
2711    
2712                                  gbcLastModified:                                  gbcRoundDate://gbcLastModified:
2713                                          Item.SubItems[ idx ] := '';                                          Item.SubItems[ idx ] := '';
2714    
2715                                  gbcCreated:                                  gbcCreated:

Legend:
Removed from v.1.436  
changed lines
  Added in v.1.437

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26