Subversion Repositories ALCASAR

Rev

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

Rev 325 Rev 1377
Line 46... Line 46...
46
	if (!$da_abort)
46
	if (!$da_abort)
47
		{
47
		{
48
		foreach($show_attrs as $key => $attr){
48
		foreach($show_attrs as $key => $attr){
49
			if ($attrmap["$key"] == 'none')
49
			if ($attrmap["$key"] == 'none')
50
				continue;
50
				continue;
-
 
51
			if ($key == "Filter-Id" && $$attrmap["$key"] == "None")
-
 
52
				continue;
51
			if ($attrmap["$key"] == ''){
53
			if ($attrmap["$key"] == ''){
52
				$attrmap["$key"] = $key;
54
				$attrmap["$key"] = $key;
53
				$attr_type["$key"] = 'replyItem';
55
				$attr_type["$key"] = 'replyItem';
54
				$rev_attrmap["$key"] = $key;
56
				$rev_attrmap["$key"] = $key;
55
			}
57
			}