Subversion Repositories ALCASAR

Rev

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

Rev 2333 Rev 2340
Line 103... Line 103...
103
				if ($val == '')
103
				if ($val == '')
104
					continue;
104
					continue;
105
				if(isset($rev_attrmap["$val"])) {
105
				if(isset($rev_attrmap["$val"])) {
106
					$key = $rev_attrmap["$val"];
106
					$key = $rev_attrmap["$val"];
107
				}
107
				}
108
				if ($key == ''){
108
				if ((!isset($key)) || (empty($key))) {
109
					$key = $val;
109
					$key = $val;
110
					$attrmap["$key"] = $val;
110
					$attrmap["$key"] = $val;
111
					$attr_type["$key"] = 'replyItem';
111
					$attr_type["$key"] = 'replyItem';
112
					$rev_attrmap["$val"] = $key;
112
					$rev_attrmap["$val"] = $key;
113
				}
113
				}