Index: branches/5.1.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 12127) +++ branches/5.1.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 12657) @@ -1,6 +1,6 @@ savedIDs[ $master['Prefix'] ]; } - + /** * Create separate connection for locking purposes * @@ -674,7 +677,7 @@ $ses_var_name = $main_prefix.'_changes_'.$this->Application->GetTopmostWid($this->Prefix); $changes = $this->Application->RecallVar($ses_var_name); $changes = $changes ? unserialize($changes) : array(); - + foreach ($changes as $key => $rec) { if ($rec['Prefix'] == $master['Prefix']) { if ($rec['ItemId'] == $temp_id) { @@ -925,6 +928,5 @@ return true; } -} -?> \ No newline at end of file +} \ No newline at end of file