Show
Ignore:
Timestamp:
09/30/08 15:02:56 (2 months ago)
Author:
rambo
Message:

metadata timestamp juggling (this should have been killed in the crib...), fixes #302

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.replicator/midcom/interfaces.php

    r17358 r17805  
    9797             * depend on the wrong behaviour 
    9898             */ 
     99            // FIXME: This should be copy/clone not reference, but clone() complains about uncloneable objects... 
    99100            $copy = $object; 
    100101            $fresh_object = false;