Index: branches/5.3.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r15810 -r15902 --- branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15810) +++ branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15902) @@ -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; }