Subversion Repositories ALCASAR

Rev

Rev 683 | Rev 1805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 683 Rev 901
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
				/*Ajout en vue de l'impression des données (thank's to Geoffroy MUSITELLI)*/
50
				/*Ajout en vue de l'impression des données (thank's to Geoffroy MUSITELLI)*/
-
 
51
				if($attr == "Max-All-Session") $mas_imp = $val;
51
				if($attr == "Max-Daily-Session") $mds_imp = $val;
52
				if($attr == "Max-Daily-Session") $mds_imp = $val;
52
				if($attr == "Max-Monthly-Session") $mms_imp = $val;
53
				if($attr == "Max-Monthly-Session") $mms_imp = $val;
53
				if($attr == "Expiration") $Expiration = $val;
54
				if($attr == "Expiration") $Expiration = $val;
54
				/*Fin Ajout*/
55
				/*Fin Ajout*/
55
				if ($use_op){
56
				if ($use_op){