Changeset 55

Show
Ignore:
Timestamp:
03/12/07 22:53:30 (2 years ago)
Author:
pragma
Message:

Micro update to help a few minor bugs along

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tracforums/models/avatar.py

    r54 r55  
    244244           
    245245    def validateSave(self,context): 
    246         reasons = self._validate(
     246        reasons = self._validate(context
    247247        cursor = self.db.cursor()      
    248248         
  • trunk/tracforums/models/main.py

    r53 r55  
    137137        inClause = ",".join(self.getIDList(selectedForums)) 
    138138         
     139        print inClause 
     140        print targetProjectId 
     141        print context.getProjectId() 
     142         
    139143        cursor.execute(""" 
    140144            UPDATE forum