|
@@ 1625-1627 (lines=3) @@
|
| 1622 |
|
if (is_bool($options)) { |
| 1623 |
|
$options = array('echappe_span' => $options); |
| 1624 |
|
} |
| 1625 |
|
if (!isset($options['echappe_span'])) { |
| 1626 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1627 |
|
} |
| 1628 |
|
|
| 1629 |
|
foreach ($regs as $reg) { |
| 1630 |
|
$cle = ($reg[1] ? $reg[1] . ':' : '') . $reg[2]; |
|
@@ 1712-1714 (lines=3) @@
|
| 1709 |
|
if (is_bool($options)) { |
| 1710 |
|
$options = array('echappe_span' => $options, 'lang_defaut' => _LANGUE_PAR_DEFAUT); |
| 1711 |
|
} |
| 1712 |
|
if (!isset($options['echappe_span'])) { |
| 1713 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1714 |
|
} |
| 1715 |
|
if (!isset($options['lang_defaut'])) { |
| 1716 |
|
$options = array_merge($options, array('lang_defaut' => _LANGUE_PAR_DEFAUT)); |
| 1717 |
|
} |