Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
| 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 |
|
|
|