Changeset 3003

Show
Ignore:
Timestamp:
01/08/08 19:09:24 (11 months ago)
Author:
athomas
Message:

Fix for non-SQLite databases.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • voteplugin/0.11/tracvote/__init__.py

    r2998 r3003  
    170170                           'install by clicking the up-vote/down-vote arrows ' 
    171171                           'in the context navigation bar.') 
    172                 req.session['shown_vote_message'] = True 
     172                req.session['shown_vote_message'] = '1' 
    173173        body, title = self.format_votes(resource) 
    174174        votes = tag.span(body, id='votes')