Changeset 5877
- Timestamp:
- 07/02/08 00:50:34 (2 months ago)
- Files:
-
- modules/branches/2.5/pinsets/page.pinsets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/pinsets/page.pinsets.php
r3204 r5877 123 123 124 124 function edit_onsubmit() { 125 setDestinations(edit,1);126 125 127 126 defaultEmptyOK = false; 128 127 if (!isAlphanumeric(theForm.description.value)) 129 return warnInvalid(theForm.description, " Please enter a valid Description");128 return warnInvalid(theForm.description, "<?php _("Please enter a valid Description") ?>"); 130 129 131 if (!validateDestinations(edit,1,true))132 return false;133 134 130 return true; 135 131 }
