Subversion Repositories ALCASAR

Rev

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

Rev 2340 Rev 2501
Line 98... Line 98...
98
			if (isset($tmp)){
98
			if (isset($tmp)){
99
				foreach(array_keys($tmp) as $val){
99
				foreach(array_keys($tmp) as $val){
100
					unset($key);
100
					unset($key);
101
					if ($val == '')
101
					if ($val == '')
102
						continue;
102
						continue;
-
 
103
					if ((isset($rev_attrmap["$val"])) && (!empty($rev_attrmap["$val"]))) {
103
					$key = $rev_attrmap["$val"];
104
						$key = $rev_attrmap["$val"];
104
					if ((!isset($key)) || (empty($key))) {
105
					} else {
105
						$key = $val;
106
						$key = $val;
106
						$attrmap["$key"] = $val;
107
						$attrmap["$key"] = $val;
107
						$attr_type["$key"] = 'replyItem';
108
						$attr_type["$key"] = 'replyItem';
108
						$rev_attrmap["$val"] = $key;
109
						$rev_attrmap["$val"] = $key;
109
					}
110
					}