]> git.gsnw.org Git - m0n0chwall.git/commitdiff
settype "integer" changed to "int" since 4.2.0
authorjdegraeve <jdegraeve@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Fri, 10 Feb 2006 15:49:54 +0000 (15:49 +0000)
committerjdegraeve <jdegraeve@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Fri, 10 Feb 2006 15:49:54 +0000 (15:49 +0000)
git-svn-id: https://svn.m0n0.ch/wall/trunk@84 e36fee2c-cc09-0410-a7cc-ebac5c6737de

captiveportal/radius_accounting.inc

index 9125835d98e67afb06ab8c31b7ae6ab82cccec7d..4d2383634b5ec769e47bbf734220b1c94c723a75 100644 (file)
@@ -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) {