Subversion Repositories ALCASAR

Rev

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

Rev 1831 Rev 1882
Line 51... Line 51...
51
						if ($use_op){
51
						if ($use_op){
52
							$oper = $row['op'];
52
							$oper = $row['op'];
53
							$tmp["$attr"]['operator'][]="$oper";
53
							$tmp["$attr"]['operator'][]="$oper";
54
						}
54
						}
55
						$tmp["$attr"][]="$val";
55
						$tmp["$attr"][]="$val";
-
 
56
						if(isset($tmp["$attr"]['count']))
56
						$tmp["$attr"]['count']++;
57
							$tmp["$attr"]['count']++;
57
					}
58
					}
58
					$res = da_sql_query($link,$config,
59
					$res = da_sql_query($link,$config,
59
					"SELECT attribute,value $op FROM $config[sql_groupreply_table]
60
					"SELECT attribute,value $op FROM $config[sql_groupreply_table]
60
					WHERE groupname IN $in;");
61
					WHERE groupname IN $in;");
61
					if ($res){
62
					if ($res){