summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4bf3ec)
raw | patch | inline | side by side (parent: e4bf3ec)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Nov 2005 18:11:02 +0000 (18:11 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Nov 2005 18:11:02 +0000 (18:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1929 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/mail/class_mailAccount.inc | patch | blob | history |
diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc
index fc1cf61e3210a4c184f71d40a73837272c08f22e..0fddf5122dc6b874a19e6c47ea1b212df6e6d39d 100644 (file)
}
if (is_numeric($this->gosaMailQuota) && $this->gosaMailQuota != 0){
- $smarty->assign("quotausage", progressbar(round(($this->quotaUsage * 100)/ $this->gosaMailQuota,100,15,true)));
+ $smarty->assign("quotausage", progressbar(round(($this->quotaUsage * 100)/ $this->gosaMailQuota),100,15,true));
$smarty->assign("quotadefined", "true");
} else {
$smarty->assign("quotadefined", "false");