Changeset 2367
- Timestamp:
- 11/11/08 11:36:08 (2 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/admin/ModuleErrorRedir.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r2366 r2367 1 2008-11-11 Taher Shihadeh <taher@unixwars.com> 2 * admin/ModuleErrorRedir.py: Fixes problem where error handler 3 could not be set. 4 1 5 2008-11-11 Alvaro Lopez Ortega <alvaro@octality.com> 2 6 cherokee/trunk/admin/ModuleErrorRedir.py
r2282 r2367 38 38 table += ('Error', 'URL', '') 39 39 40 options = EntryOptions ('new_error_code', ERROR_CODES )40 options = EntryOptions ('new_error_code', ERROR_CODES, noautosubmit=True) 41 41 entry = self.InstanceEntry('new_error_url', 'text', size=30) 42 42 table += (options, entry, SUBMIT_ADD)