From f2bd7b99956982f5bef03f2682d6d6ce0e79a949 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 27 Feb 2013 15:50:53 -0500 Subject: Fix typo --- usr/local/www/status_captiveportal_voucher_rolls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/status_captiveportal_voucher_rolls.php') diff --git a/usr/local/www/status_captiveportal_voucher_rolls.php b/usr/local/www/status_captiveportal_voucher_rolls.php index 62335f2..742964d 100644 --- a/usr/local/www/status_captiveportal_voucher_rolls.php +++ b/usr/local/www/status_captiveportal_voucher_rolls.php @@ -100,7 +100,7 @@ include("fbegin.inc"); $active = count(voucher_read_active_db($rollent['number']),$rollent['minutes']); $ready = $rollent['count'] - $used; /* used also count active vouchers, remove them */ - $used = $used - $avtive; + $used = $used - $active; ?> -- cgit v1.1