Index: branches/5.3.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r15981 -r16390 --- branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15981) +++ branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 16390) @@ -1,6 +1,6 @@ Conn->GetCol($sql); if ( $users ) { - $this->Application->SetVar('_simultaneous_edit_message', sprintf($this->Application->Phrase('la_record_being_edited_by'), implode(",\n", $users))); + $this->Application->SetVar('_simultaneous_edit_message', + sprintf($this->Application->Phrase('la_record_being_edited_by'), implode(",\n", $users)) + ); return false; } @@ -1637,4 +1639,4 @@ WHERE ' . $this->_foreignKey . ' = ' . $temp_foreign_key; $this->Conn->Query($this->_addConstrain($sql)); } -} \ No newline at end of file +}