Last change
on this file since 50082 was
50082,
checked in by eric@…, 10 years ago
|
Evitons de faire péter les plugins qui ont besoin de redéfinir le critere tout_voir (merci Pat)
|
-
Property svn:eol-style set to
native
|
File size:
706 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // ======================================================================================================================================= |
---|
3 | // Critere : tout_voir |
---|
4 | // ======================================================================================================================================= |
---|
5 | // Auteur: SarkASmeL |
---|
6 | // Fonction : permet d'viter une erreur quand le plugin ACCES RESTREINT n'est pas actif. Le critre ne fait rien |
---|
7 | // ======================================================================================================================================= |
---|
8 | // |
---|
9 | if (!defined('_DIR_PLUGIN_ACCESRESTREINT')) { |
---|
10 | function critere_tout_voir($idb, &$boucles, $crit) { |
---|
11 | return NULL; |
---|
12 | } |
---|
13 | } |
---|
14 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.