|
@@ 590-591 (lines=2) @@
|
| 587 |
|
$errs = $res->err; |
| 588 |
|
$texte = $res->entete . ($errs ? '' : $res->page); |
| 589 |
|
|
| 590 |
|
if (!$texte and !$errs) { |
| 591 |
|
return array(ancre_texte('', array('', '')), false); |
| 592 |
|
} |
| 593 |
|
if (!$errs) { |
| 594 |
|
return array(ancre_texte($texte, array('', '')), true); |
|
@@ 593-594 (lines=2) @@
|
| 590 |
|
if (!$texte and !$errs) { |
| 591 |
|
return array(ancre_texte('', array('', '')), false); |
| 592 |
|
} |
| 593 |
|
if (!$errs) { |
| 594 |
|
return array(ancre_texte($texte, array('', '')), true); |
| 595 |
|
} |
| 596 |
|
|
| 597 |
|
if (!isset($GLOBALS['debug_objets'])) { |