|
@@ 1521-1523 (lines=3) @@
|
| 1518 |
|
if (is_bool($options)) { |
| 1519 |
|
$options = array('echappe_span' => $options); |
| 1520 |
|
} |
| 1521 |
|
if (!isset($options['echappe_span'])) { |
| 1522 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1523 |
|
} |
| 1524 |
|
|
| 1525 |
|
foreach ($regs as $reg) { |
| 1526 |
|
$cle = ($reg[1] ? $reg[1] . ':' : '') . $reg[2]; |
|
@@ 1608-1610 (lines=3) @@
|
| 1605 |
|
if (is_bool($options)) { |
| 1606 |
|
$options = array('echappe_span' => $options, 'lang_defaut' => _LANGUE_PAR_DEFAUT); |
| 1607 |
|
} |
| 1608 |
|
if (!isset($options['echappe_span'])) { |
| 1609 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1610 |
|
} |
| 1611 |
|
if (!isset($options['lang_defaut'])) { |
| 1612 |
|
$options = array_merge($options, array('lang_defaut' => _LANGUE_PAR_DEFAUT)); |
| 1613 |
|
} |