Changeset 6308
- Timestamp:
- 08/09/08 13:57:46 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/timeconditions/install.php
r6277 r6308 118 118 119 119 /* Upgrade to 2.5 120 * Migrate time cond tions to new time condtions groups120 * Migrate time conditions to new time condtions groups 121 121 */ 122 122 timeconditions_updatedb(); modules/branches/2.5/timeconditions/page.timeconditions.php
r5978 r6308 150 150 function edit_onsubmit() { 151 151 var msgInvalidTimeCondName = "<?php echo _('Please enter a valid Time Conditions Name'); ?>"; 152 var msgInvalidTimeGroup = "<?php echo _('You have not selected a time group to associate with this timecond tion. It will got to the un-matching destination until you update it with a valid grop'); ?>";152 var msgInvalidTimeGroup = "<?php echo _('You have not selected a time group to associate with this timecondition. It will got to the un-matching destination until you update it with a valid grop'); ?>"; 153 153 154 154 defaultEmptyOK = false;
