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

list-domain.php:

- only put current username in dropdown for domain admins
  (instead of a list of domains, which didn't work at this place and
  was different to the superadmin behaviour)

The issue was reported before by Dale in
https://sourceforge.net/tracker/?func=detail&aid=3305307&group_id=191583&atid=937964
Nice to see that he fixed one of his bugreports himself ;-)

And *drum roll* it is also the _last part_ of Dale's huge cleanup patch :-)
and the last time you'll see the following footer in a commit message:

This commit is part of the huge cleanup patch by Dale Blount (lnxus@SF),
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3370510&group_id=191583



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1128 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2011-07-25 22:59:39 +00:00
parent c4fd99baa7
commit 814b89baf3

View File

@ -116,7 +116,7 @@ if ($is_superadmin)
}
else
{
$smarty->assign ('select_options', select_options ($list_domains, array ($_GET['domain'])));
$smarty->assign ('select_options', select_options($list_admins, array ($fUsername)), false);
$smarty->assign ('smarty_template', 'overview-get');
}