Changeset 93583 in spip-zone
- Timestamp:
- Dec 12, 2015, 9:42:52 AM (5 years ago)
- Location:
- _plugins_/massicot/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/massicot/trunk/base/massicot.php
r93163 r93583 8 8 * @licence GNU/GPL 9 9 */ 10 11 if (!defined('_ECRIRE_INC_VERSION')) return;12 13 10 14 11 /** -
_plugins_/massicot/trunk/formulaires/massicoter_image.php
r92205 r93583 8 8 * @licence GNU/GPL 9 9 */ 10 11 if (!defined('_ECRIRE_INC_VERSION')) return;12 13 10 14 11 /** -
_plugins_/massicot/trunk/massicot_administrations.php
r92176 r93583 9 9 * @package SPIP\Massicot\Installation 10 10 */ 11 12 if (!defined('_ECRIRE_INC_VERSION')) return;13 14 11 15 12 /** -
_plugins_/massicot/trunk/massicot_fonctions.php
r93242 r93583 9 9 * @package SPIP\Massicot\Fonctions 10 10 */ 11 12 if (!defined('_ECRIRE_INC_VERSION')) return;13 11 14 12 /** -
_plugins_/massicot/trunk/massicot_pipelines.php
r92176 r93583 9 9 * @package SPIP\Massicot\Pipelines 10 10 */ 11 12 if (!defined('_ECRIRE_INC_VERSION')) return;13 14 11 15 12 /**
Note: See TracChangeset
for help on using the changeset viewer.