mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
remove stray whitespace
This commit is contained in:
parent
f829220ac2
commit
e50cdaa6d6
@ -24,7 +24,7 @@
|
|||||||
{
|
{
|
||||||
Header('Location: ' . $phpgw->link('/preferences/index.php/'));
|
Header('Location: ' . $phpgw->link('/preferences/index.php/'));
|
||||||
$phpgw->common->phpgw_exit();
|
$phpgw->common->phpgw_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw->template->set_file(array(
|
$phpgw->template->set_file(array(
|
||||||
'form' => 'changepassword.tpl'
|
'form' => 'changepassword.tpl'
|
||||||
@ -38,10 +38,9 @@
|
|||||||
if ($phpgw_info['server']['auth_type'] != 'ldap')
|
if ($phpgw_info['server']['auth_type'] != 'ldap')
|
||||||
{
|
{
|
||||||
$phpgw->template->set_var('sql_message',lang('note: This feature does *not* change your email password. This will '
|
$phpgw->template->set_var('sql_message',lang('note: This feature does *not* change your email password. This will '
|
||||||
. 'need to be done manually.'));
|
. 'need to be done manually.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if ($submit)
|
if ($submit)
|
||||||
{
|
{
|
||||||
if ($n_passwd != $n_passwd_2)
|
if ($n_passwd != $n_passwd_2)
|
||||||
|
Loading…
Reference in New Issue
Block a user