Changeset 3505

Show
Ignore:
Timestamp:
04/12/08 10:32:51 (4 months ago)
Author:
bselby
Message:

Issues with Postgres and MySQL fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peerreviewplugin/branches/2.1-toddler/codereview/peerReviewNew.py

    r3455 r3505  
    176176        struct.Notes = req.args.get('Notes') 
    177177        id = struct.save(self.env.get_db_cnx()) 
    178          
     178        self.log.debug('BEN %s', id)        
    179179        # loop here through all the reviewers 
    180180        # and create new reviewer structs based on them 
     
    186186                struct.IDReview = id 
    187187                struct.Reviewer = token 
    188                 struct.Status = 'Not Reviewed' 
     188                struct.Status = 0 
    189189                struct.Vote = "-1" 
    190190                struct.save(self.env.get_db_cnx())