Changeset 319 for CMESS/captcha/trunk/com/zms/captcha/c_handler_captcha.py
- Timestamp:
- 26.11.2008 14:51:54 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMESS/captcha/trunk/com/zms/captcha/c_handler_captcha.py
r318 r319 24 24 temp_result = self.captcha_obj.IsCodeValid() 25 25 else: 26 temp_result = False26 temp_result = (True, '') 27 27 28 28 return temp_result
Note: See TracChangeset
for help on using the changeset viewer.
