From e4057ebcc0976110c75db9cff87c659f9e686013 Mon Sep 17 00:00:00 2001
From: Benjamin Sonntag
Date: Thu, 25 May 2006 13:14:23 +0000
Subject: [PATCH] Closes #676, quota show totals
---
bureau/admin/adm_list.php | 2 +-
bureau/admin/quota_show_all.php | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/bureau/admin/adm_list.php b/bureau/admin/adm_list.php
index 3792a167..9fe70013 100644
--- a/bureau/admin/adm_list.php
+++ b/bureau/admin/adm_list.php
@@ -220,7 +220,7 @@ if (is_array($val)) {
".__("%s accounts")."
",count($r));
+ printf(""._("%s accounts")."
",count($r));
}
?>