Vylepseni zamku
[mirrors/SokoMan.git] / assistants / lock.inc.php
index c042ee9bbcdea8f4cde356f5c7393e155fb8ceb0..b94386453f6b45748c1ae005180bafd066a04c88 100644 (file)
@@ -7,7 +7,7 @@ switch($SUBPATH[0]) {
                        $user=$this->db->auth->get_user_id();
                        $username=$this->db->auth->get_username_by_id($user);
                        echo $this->html->form("$URL/2", 'POST', array(
-                               array('reason',$username,'textarea',false,'autofocus','reason:'),
+                               array('reason',"$username: ",'textarea',false,'autofocus','reason:'),
                                array('lock','lock','submit')
                        ));
                } else {
This page took 0.131484 seconds and 4 git commands to generate.