|
@@ 1583-1585 (lines=3) @@
|
| 1580 |
|
if (is_bool($options)) { |
| 1581 |
|
$options = array('echappe_span' => $options); |
| 1582 |
|
} |
| 1583 |
|
if (!isset($options['echappe_span'])) { |
| 1584 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1585 |
|
} |
| 1586 |
|
|
| 1587 |
|
foreach ($regs as $reg) { |
| 1588 |
|
$cle = ($reg[1] ? $reg[1] . ':' : '') . $reg[2]; |
|
@@ 1670-1672 (lines=3) @@
|
| 1667 |
|
if (is_bool($options)) { |
| 1668 |
|
$options = array('echappe_span' => $options, 'lang_defaut' => _LANGUE_PAR_DEFAUT); |
| 1669 |
|
} |
| 1670 |
|
if (!isset($options['echappe_span'])) { |
| 1671 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1672 |
|
} |
| 1673 |
|
if (!isset($options['lang_defaut'])) { |
| 1674 |
|
$options = array_merge($options, array('lang_defaut' => _LANGUE_PAR_DEFAUT)); |
| 1675 |
|
} |