Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	codebase/combo_connector.php
  • Loading branch information
Stanislav-Wolski committed Jun 16, 2015
2 parents 21af050 + 074750e commit 03c20c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebase/combo_connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function select(){
function to_xml_start(){
if ($this->skip) return "";

return "<option ".($this->selected?"selected='true'":"")."value='".$this->xmlentities($this->get_id())."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>";
return "<option ".($this->selected?"selected='true' ":"")."value='".$this->xmlentities($this->get_id())."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>";
}
/*! return self as XML string, ending part
*/
Expand Down

0 comments on commit 03c20c4

Please sign in to comment.