users/edit-alias.php:

- remove unused variable $USERID_DOMAIN


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1346 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 14 years ago
parent 060b101d69
commit 2f3d4bcb9c

@ -34,9 +34,6 @@ $smarty->assign ('smarty_template', 'users_edit-alias');
authentication_require_role('user');
$USERID_USERNAME = authentication_get_username();
$tmp = preg_split ('/@/', $USERID_USERNAME);
$USERID_DOMAIN = $tmp[1];
$ah = new AliasHandler();
$ah->init($USERID_USERNAME);

Loading…
Cancel
Save