Subversion Repositories ALCASAR

Rev

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

Rev 2333 Rev 2340
Line 99... Line 99...
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
					$key = $rev_attrmap["$val"];
103
					$key = $rev_attrmap["$val"];
104
					if ($key == ''){
104
					if ((!isset($key)) || (empty($key))) {
105
						$key = $val;
105
						$key = $val;
106
						$attrmap["$key"] = $val;
106
						$attrmap["$key"] = $val;
107
						$attr_type["$key"] = 'replyItem';
107
						$attr_type["$key"] = 'replyItem';
108
						$rev_attrmap["$val"] = $key;
108
						$rev_attrmap["$val"] = $key;
109
					}
109
					}