Changes between Version 12 and Version 13 of TaiwanSettings


Ignore:
Timestamp:
11/12/10 06:34:03 (14 years ago)
Author:
marr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaiwanSettings

    v12 v13  
    7474 * Edit Gateway Setting.
    7575 * Patch `eden/modules/s3msg.py`.
     76{{{
     77    # Italy keeps 0 after country code
     78clean = str(self.default_country_code) + clean
     79elif self.default_country_code == 886:
     80    clean = clean
     81else:
     82}}}
     83{{{
     84         def dispatch_to_pe_id(pe_id):
     85             table3 = db.pr_pe_contact
     86-            query = (table3.pe_id == pe_id) & (table3.contact_method == contact_method)
     87+            query = (table3.pe_id == pe_id) & (table3.contact_method == contact_method) & (table3.deleted == False)
     88}}}
    7689 * Edit `eden/cron/crontab`.
    7790