Changeset 380


Ignore:
Timestamp:
07/07/08 13:40:12 (5 years ago)
Author:
aculapov
Message:
  • fixed unicode problem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/dashboardreportsplugin/dashboardreports/api.py

    r375 r380  
    148148                    if values is None : 
    149149                        values = ''  
    150                     sql += field + '=' + str(values) + join_by 
     150                    sql += field + '=' + unicode(values) + join_by 
    151151        elif type(resource) is list : 
    152152            for col in resource : 
Note: See TracChangeset for help on using the changeset viewer.