Subversion Repositories ALCASAR

Rev

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

Rev 2333 Rev 2340
Line 83... Line 83...
83
					foreach(array_keys($tmp) as $val){
83
					foreach(array_keys($tmp) as $val){
84
						unset($key);
84
						unset($key);
85
						if ($val == '')
85
						if ($val == '')
86
							continue;
86
							continue;
87
						$key = $rev_attrmap["$val"];
87
						$key = $rev_attrmap["$val"];
88
						if ($key == ''){
88
						if ((!isset($key)) || (empty($key))) {
89
							$key = $val;
89
							$key = $val;
90
							$attrmap["$key"] = $val;
90
							$attrmap["$key"] = $val;
91
							$attr_type["$key"] = 'replyItem';
91
							$attr_type["$key"] = 'replyItem';
92
							$rev_attrmap["$val"] = $key;
92
							$rev_attrmap["$val"] = $key;
93
						}
93
						}