templates/list-virtual.php:

- switch to boolconf() to avoid "undefined variable" warning


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@552 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 16 years ago
parent 9f24bef7d9
commit 8a9b6cb310

@ -296,7 +296,7 @@ if (sizeof ($tMailbox) > 0) {
}
else
{
if ($CONF['used_quotas'] == 'YES')
if (boolconf('used_quotas') == 'YES')
print divide_quota ($tMailbox[$i]['current']).'/';
print divide_quota ($tMailbox[$i]['quota']);
}

Loading…
Cancel
Save