0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

templates/users_password.php:

- fix undefined variable $USERID_USERNAME by using $username instead


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@621 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2009-04-10 14:02:06 +00:00
parent 493c8dcec4
commit 1bb29c849c

View File

@ -7,7 +7,7 @@
</tr>
<tr>
<td><?php print $PALANG['pPassword_admin'] . ":"; ?></td>
<td><?php print $USERID_USERNAME; ?></td>
<td><?php print $username; ?></td>
<td><?php print $pPassword_admin_text; ?></td>
</tr>
<tr>