list-virtual.php:

- show links to create mailboxes or alias even on disabled domains
  https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2054502&group_id=191583
  (Only the first two lines and the last } (both removed) are real changes,
  everything else is a whitespace fix)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@447 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 16 years ago
parent d2b7bef2cd
commit 15cfd911c9

@ -190,8 +190,6 @@ if (isset ($limit)) {
$tDisplay_next = $fDisplay + $page_size;
}
$active = $limit['active'];
if($active == 't' || $active == 1) {
$backup_mx = $limit['backupmx'];
if($backup_mx == 'f' || $backup_mx == 0) {
if($limit['aliases'] == 0) {
@ -207,7 +205,6 @@ if (isset ($limit)) {
$tCanAddMailbox = true;
}
}
}
}
// this is why we need a proper template layer.

Loading…
Cancel
Save