Changeset 13369

Show
Ignore:
Timestamp:
11/09/07 15:44:29 (1 year ago)
Author:
rambo
Message:

this breaks caching of pages that display simple forms, if we have POST data or somesuch the system drops to no_cache in any case so I don't think this is neccessary

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/formmanager.php

    r12604 r13369  
    728728     * form validation has failed. 
    729729     * 
    730      * This call ensures that MidCOM runs uncached. 
     730     * //This call ensures that MidCOM runs uncached. 
    731731     * 
    732732     * @return string One of 'editing', 'save', 'next', 'previous' and 'cancel' 
     
    744744            ) 
    745745        ); 
     746        /* breaks caching on pages that DL simple forms, and with new invalidation shouldn't be neccessary 
    746747        $_MIDCOM->cache->content->no_cache(); 
     748        */ 
    747749        $results = $this->form->getSubmitValues(true); 
    748750