Changeset 3512

Show
Ignore:
Timestamp:
04/13/08 14:07:18 (8 months ago)
Author:
tcoulter
Message:

More comment changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trashtalkplugin/0.11/trashtalk/trashtalk.py

    r3511 r3512  
    7575            Column('click_count'),             # The number of times the external url has been clicked on. 
    7676            Column('first', type='int'),       # The first time the external_url linked to the ticket. 
    77             Column('most_recent', type='int')  # The most recent time the external_url link to the ticket. 
     77            Column('most_recent', type='int')  # The most recent time the external_url linked to the ticket. 
    7878        ] 
    7979    ]