Changeset 713 for stable

Show
Ignore:
Timestamp:
12/19/09 17:21:41 (2 years ago)
Author:
winfried
Message:

- fix bug with not showing answers to all questions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • stable/HelpIM/chatdb.py

    r539 r713  
    132132        DELETE FROM chatproperty 
    133133        WHERE property = """, 
    134         c.p(prop), 
     134        c.p(prop[:64]), 
    135135        """ 
    136136        AND chat_id = """, c.p(id)] 
     
    147147        FROM chatproperty, chat 
    148148        WHERE chatproperty.property = """, 
    149         c.p(prop), 
     149        c.p(prop[:64]), 
    150150        """ 
    151151        AND chatproperty.chat_id = chat.id