Subversion Repositories ALCASAR

Rev

Rev 2501 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2501 Rev 2698
Line 46... Line 46...
46
				$group_exists = 'yes';
46
				$group_exists = 'yes';
47
			while(($row = da_sql_fetch_array($res,$config))){
47
			while(($row = da_sql_fetch_array($res,$config))){
48
				$attr = $row['attribute'];
48
				$attr = $row['attribute'];
49
				$val = $row['value'];
49
				$val = $row['value'];
50
				if(!isset($tmp["$attr"]['count'])) $tmp["$attr"]['count'] = 0;
50
				if(!isset($tmp["$attr"]['count'])) $tmp["$attr"]['count'] = 0;
51
				/*Ajout en vue de l'impression des données (thank's to Geoffroy MUSITELLI)*/
-
 
52
				if($attr == "Max-All-Session") $mas_imp = $val;
-
 
53
				if($attr == "Max-Daily-Session") $mds_imp = $val;
-
 
54
				if($attr == "Max-Monthly-Session") $mms_imp = $val;
-
 
55
				if($attr == "Expiration") $Expiration = $val;
-
 
56
				/*Fin Ajout*/
-
 
57
				if ($use_op){
51
				if ($use_op){
58
					$oper = $row['op'];
52
					$oper = $row['op'];
59
					$tmp["$attr"]['operator'][]="$oper";
53
					$tmp["$attr"]['operator'][]="$oper";
60
				}
54
				}
61
				$tmp["$attr"][]="$val";
55
				$tmp["$attr"][]="$val";