Changeset 13369
- Timestamp:
- 11/09/07 15:44:29 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/formmanager.php
r12604 r13369 728 728 * form validation has failed. 729 729 * 730 * This call ensures that MidCOM runs uncached.730 * //This call ensures that MidCOM runs uncached. 731 731 * 732 732 * @return string One of 'editing', 'save', 'next', 'previous' and 'cancel' … … 744 744 ) 745 745 ); 746 /* breaks caching on pages that DL simple forms, and with new invalidation shouldn't be neccessary 746 747 $_MIDCOM->cache->content->no_cache(); 748 */ 747 749 $results = $this->form->getSubmitValues(true); 748 750
