From: jdegraeve Date: Fri, 10 Feb 2006 15:49:54 +0000 (+0000) Subject: settype "integer" changed to "int" since 4.2.0 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207e3413de122c2fe96817b1056311fd581bab3a;p=m0n0chwall.git settype "integer" changed to "int" since 4.2.0 git-svn-id: https://svn.m0n0.ch/wall/trunk@84 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- 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) {