source:
spip-zone/_plugins_/masquer/masquer_fonctions.php
@
52434
Last change on this file since 52434 was 32169, checked in by , 11 years ago | |
---|---|
File size: 201 bytes |
Line | |
---|---|
1 | <?php |
2 | if (!function_exists('critere_tout_voir_dist')){ |
3 | function critere_tout_voir_dist($idb, &$boucles, $crit) { |
4 | $boucle = &$boucles[$idb]; |
5 | $boucle->modificateur['tout_voir'] = true; |
6 | } |
7 | } |
8 | ?> |
Note: See TracBrowser
for help on using the repository browser.