Added language token for new user name.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@719 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
81c18b9f19
commit
76af22f51b
|
@ -10,7 +10,7 @@
|
||||||
if ( !($row = mysql_fetch_assoc( $result )) )
|
if ( !($row = mysql_fetch_assoc( $result )) )
|
||||||
{
|
{
|
||||||
$row = array();
|
$row = array();
|
||||||
$row[Username] = "NewUser";
|
$row[Username] = $zmSlangNewUser;
|
||||||
$row[Enabled] = 1;
|
$row[Enabled] = 1;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue