From 207e3413de122c2fe96817b1056311fd581bab3a Mon Sep 17 00:00:00 2001 From: jdegraeve Date: Fri, 10 Feb 2006 15:49:54 +0000 Subject: [PATCH] settype "integer" changed to "int" since 4.2.0 git-svn-id: https://svn.m0n0.ch/wall/trunk@84 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- captiveportal/radius_accounting.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captiveportal/radius_accounting.inc b/captiveportal/radius_accounting.inc index 9125835..4d23836 100644 --- a/captiveportal/radius_accounting.inc +++ b/captiveportal/radius_accounting.inc @@ -169,7 +169,7 @@ function RADIUS_ACCOUNTING_STOP($ruleno,$username,$sessionid,$start_time,$radius // Working with an array to hold the data gives problems so we change them to normal vars foreach ($volume as $var => $value) { $var = $value; - settype($var, "integer"); + settype($var, "int"); } switch($radiusvendor) { -- 2.43.0