Changeset 52801 in spip-zone
- Timestamp:
- Oct 7, 2011, 9:10:58 AM (9 years ago)
- Location:
- _plugins_/notifications
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/notifications/action/supprimer_signature.php
r33316 r52801 6 6 * 7 7 */ 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 8 10 9 11 /** -
_plugins_/notifications/notifications/forumprive.php
r33680 r52801 6 6 * 7 7 */ 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 8 10 9 11 /** -
_plugins_/notifications/notifications/forumvalide.php
r33318 r52801 7 7 */ 8 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 9 10 10 11 /** -
_plugins_/notifications/notifications/inscription.php
r39381 r52801 7 7 */ 8 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 9 10 10 11 /** -
_plugins_/notifications/notifications/instituerarticle.php
r41640 r52801 7 7 */ 8 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 9 10 10 11 // Fonction appelee par divers pipelines -
_plugins_/notifications/notifications/instituerbreve.php
r41641 r52801 7 7 */ 8 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 9 10 10 11 // Fonction appelee par divers pipelines -
_plugins_/notifications/notifications/petitionsignee.php
r33343 r52801 7 7 */ 8 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 9 10 10 11 /** -
_plugins_/notifications/notifications_pipelines.php
r44259 r52801 6 6 * 7 7 */ 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 8 10 9 11 /** -
_plugins_/notifications/suivi_fonctions.php
r31698 r52801 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 if (!$GLOBALS['visiteur_session']['id_auteur']) {
Note: See TracChangeset
for help on using the changeset viewer.