Subversion Repositories ALCASAR

Rev

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

Rev 1091 Rev 1377
Line 77... Line 77...
77
			if ($Fgroup != '')
77
			if ($Fgroup != '')
78
				require('../lib/defaults.php');
78
				require('../lib/defaults.php');
79
			foreach($show_attrs as $key => $attr){
79
			foreach($show_attrs as $key => $attr){
80
				if ($attrmap["$key"] == 'none')
80
				if ($attrmap["$key"] == 'none')
81
					continue;
81
					continue;
-
 
82
				if ($key == "Filter-Id" && $$attrmap["$key"] == "None")
-
 
83
					continue;
82
				if ($attrmap["$key"] == ''){
84
				if ($attrmap["$key"] == ''){
83
					$attrmap["$key"] = $key;
85
					$attrmap["$key"] = $key;
84
					$attr_type["$key"] = 'replyItem';
86
					$attr_type["$key"] = 'replyItem';
85
					$rev_attrmap["$key"] = $key;
87
					$rev_attrmap["$key"] = $key;
86
				}
88
				}