- Timestamp:
- 19 Oct 2009, 20:27:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r4243 r4538 714 714 err = 0 715 715 mapping = {} 716 if len(value.split()) > 1 :716 if len(value.split()) > 1 and mode != 'remove': 717 717 err = 'Invalid Id, Id contains space(s).' 718 718 elif mode == "create" and\
Note: See TracChangeset for help on using the changeset viewer.