Changeset 2367

Show
Ignore:
Timestamp:
11/11/08 11:36:08 (2 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r2366 r2367  
     12008-11-11  Taher Shihadeh  <taher@unixwars.com> 
     2        * admin/ModuleErrorRedir.py: Fixes problem where error handler 
     3        could not be set. 
     4 
    152008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com> 
    26 
  • cherokee/trunk/admin/ModuleErrorRedir.py

    r2282 r2367  
    3838        table += ('Error', 'URL', '') 
    3939 
    40         options = EntryOptions ('new_error_code', ERROR_CODES
     40        options = EntryOptions ('new_error_code', ERROR_CODES, noautosubmit=True
    4141        entry = self.InstanceEntry('new_error_url', 'text', size=30) 
    4242        table += (options, entry, SUBMIT_ADD)