Changeset 2571

Show
Ignore:
Timestamp:
08/16/07 03:07:31 (1 year ago)
Author:
coling
Message:

WorkLogPlugin:

Fixes #1893 by applying a modified patch. Found another place missing a commit, but it may have been mitigated under certain circumstances. Thanks to Alfonso for spotting it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • worklogplugin/0.10/worklog/manager.py

    r2557 r2571  
    134134                       'VALUES (%s, %s, %s, %s, %s)', 
    135135                       (self.authname, ticket, self.now, self.now, 0)) 
     136        db.commit() 
    136137        return True 
    137138 
     
    161162                       'WHERE user=%s AND lastchange=%s AND endtime=0', 
    162163                       (stoptime, stoptime, comment, self.authname, active['lastchange'])) 
     164        db.commit() 
    163165 
    164166        message = ''