Home
last modified time | relevance | path

Searched refs:charfornl (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php3054 * @param string $charfornl Char to use instead of nl2br. '' means we use a standad nl2br.
3058 function dol_print_address($address, $htmlid, $element, $id, $noprint = 0, $charfornl = '') argument
3073 if (empty($charfornl)) $out .= nl2br($address);
3074 else $out .= preg_replace('/[\r\n]+/', $charfornl, $address);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php3296 * @param string $charfornl Char to use instead of nl2br. '' means we use a standad nl2br.
3300 function dol_print_address($address, $htmlid, $element, $id, $noprint = 0, $charfornl = '') argument
3313 if (empty($charfornl)) {
3316 $out .= preg_replace('/[\r\n]+/', $charfornl, $address);