Changeset 103134 in spip-zone for _plugins_/recommander/recommander_options.php
- Timestamp:
- Mar 3, 2017, 12:38:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/recommander/recommander_options.php
r99019 r103134 1 1 <?php 2 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 // brancher le plugin sur nospam 6 $GLOBALS['formulaires_no_spam'][] = 'recommander'; 8 if (isset($GLOBALS['formulaires_no_spam']) and is_array($GLOBALS['formulaires_no_spam']) and !in_array('recommander', $GLOBALS['formulaires_no_spam'])) { 9 $GLOBALS['formulaires_no_spam'][] = 'recommander'; 10 }
Note: See TracChangeset
for help on using the changeset viewer.