summaryrefslogtreecommitdiff
path: root/bin/quotaimg.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/quotaimg.php')
-rw-r--r--bin/quotaimg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/quotaimg.php b/bin/quotaimg.php
index fc3997a39..817d38590 100644
--- a/bin/quotaimg.php
+++ b/bin/quotaimg.php
@@ -102,7 +102,7 @@ function genQuota($used, $total, $width, $height)
***********************************/
// @todo: Set to "??" instead?
- if (ereg("^[^0-9?]*$", $used) || ereg("^[^0-9?]*$", $total)) {
+ if (preg_match('/^[^0-9?]*$/', $used) || preg_match('/^[^0-9?]*$/', $total)) {
return false;
}