♥Gyakutsuki Posted January 5, 2014 Posted January 5, 2014 Hello, I have a little pb. When I write my afddress in configuration like this : rue du commerce 31 bld h2hs2n1 montreal Osc return this : name\r\nadresse1\r\nadresse2\r\ncode postal city\r\nTel: 00 000 000 000 Do you have an idea to resolve this ? regards Regards ----------------------------------------- Loïc Contact me by skype for business Contact me @gyakutsuki for an answer on the forum
♥Gyakutsuki Posted January 7, 2014 Author Posted January 7, 2014 I am bloc for one time, nobody has an idea ? function osc_cfg_textarea($text) { return osc_draw_textarea_field('configuration_value', false, 35, 5, $text); } call function osc_draw_textarea_field($name, $wrap, $width, $height, $text = '', $parameters = '', $reinsert_value = true) { .. } elseif (osc_not_null($text)) { $field .= osc_output_string_protected($text); } $field .= '</textarea>'; return $field; } Regards ----------------------------------------- Loïc Contact me by skype for business Contact me @gyakutsuki for an answer on the forum
Recommended Posts
Archived
This topic is now archived and is closed to further replies.