|
@@ 1596-1598 (lines=3) @@
|
| 1593 |
|
if (is_bool($options)) { |
| 1594 |
|
$options = array('echappe_span' => $options); |
| 1595 |
|
} |
| 1596 |
|
if (!isset($options['echappe_span'])) { |
| 1597 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1598 |
|
} |
| 1599 |
|
|
| 1600 |
|
foreach ($regs as $reg) { |
| 1601 |
|
$cle = ($reg[1] ? $reg[1] . ':' : '') . $reg[2]; |
|
@@ 1683-1685 (lines=3) @@
|
| 1680 |
|
if (is_bool($options)) { |
| 1681 |
|
$options = array('echappe_span' => $options, 'lang_defaut' => _LANGUE_PAR_DEFAUT); |
| 1682 |
|
} |
| 1683 |
|
if (!isset($options['echappe_span'])) { |
| 1684 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1685 |
|
} |
| 1686 |
|
if (!isset($options['lang_defaut'])) { |
| 1687 |
|
$options = array_merge($options, array('lang_defaut' => _LANGUE_PAR_DEFAUT)); |
| 1688 |
|
} |