Subversion Repositories ALCASAR

Rev

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

Rev 1805 Rev 2843
Line 61... Line 61...
61
			}
61
			}
62
			else if (isset($attr_type["$key"]) && $attr_type["$key"] == 'replyItem'){
62
			else if (isset($attr_type["$key"]) && $attr_type["$key"] == 'replyItem'){
63
				$table = "$config[sql_groupreply_table]";
63
				$table = "$config[sql_groupreply_table]";
64
				$type = 2;
64
				$type = 2;
65
			}
65
			}
66
			$val = $$attrmap["$key"];
66
			$val = $_POST[$attrmap["$key"]];
67
			$val = da_sql_escape_string($link, $val);
67
			$val = da_sql_escape_string($link, $val);
68
			$op_name = $attrmap["$key"] . '_op';
68
			$op_name = $attrmap["$key"] . '_op';
69
			$op_val = $$op_name;
69
			$op_val = $$op_name;
70
			if ($op_val != ''){
70
			if ($op_val != ''){
71
				$op_val = da_sql_escape_string($link, $op_val);
71
				$op_val = da_sql_escape_string($link, $op_val);