Changeset 52779 in spip-zone
- Timestamp:
- Oct 7, 2011, 7:33:24 AM (9 years ago)
- Location:
- _plugins_/spipmotion
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spipmotion/formulaires/config_spipmotion_fonctions.php
r51115 r52779 11 11 * Fonctions spécifiques au squelette config_spipmotion.html 12 12 **/ 13 14 if (!defined("_ECRIRE_INC_VERSION")) return; 13 15 14 16 /** -
_plugins_/spipmotion/genie/spipmotion_file.php
r42748 r52779 7 7 * Quentin Drouet (kent1) 8 8 * 9 * 2008-201 0- Distribué sous licence GNU/GPL9 * 2008-2011 - Distribué sous licence GNU/GPL 10 10 * 11 11 */ 12 13 if (!defined("_ECRIRE_INC_VERSION")) return; 12 14 13 15 /** -
_plugins_/spipmotion/genie/spipmotion_taches_generales.php
r46435 r52779 7 7 * Quentin Drouet (kent1) 8 8 * 9 * 2008-201 0- Distribué sous licence GNU/GPL9 * 2008-2011 - Distribué sous licence GNU/GPL 10 10 * 11 11 */ 12 13 if (!defined("_ECRIRE_INC_VERSION")) return; 12 14 13 15 /** -
_plugins_/spipmotion/inc/ffmpeg_infos.php
r52038 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 function inc_ffmpeg_infos_dist($forcer=false){ -
_plugins_/spipmotion/inc/spipmotion_erreurs_encodages.php
r50673 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 13 11 14 function inc_spipmotion_erreurs_encodages_dist(){ 12 15 return; -
_plugins_/spipmotion/inc/spipmotion_mediainfo.php
r52725 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /** -
_plugins_/spipmotion/inc/spipmotion_recuperer_infos.php
r52658 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /** -
_plugins_/spipmotion/inc/spipmotion_recuperer_logo.php
r50673 r52779 10 10 */ 11 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 12 13 13 14 /** -
_plugins_/spipmotion/inc/spipmotion_verifier_binaires.php
r52038 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /** -
_plugins_/spipmotion/notifications/spipmotion_encodage.php
r39003 r52779 6 6 * Auteurs : 7 7 * Quentin Drouet (kent1) 8 * 2008-201 0- Distribué sous licence GNU/GPL8 * 2008-2011 - Distribué sous licence GNU/GPL 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /** -
_plugins_/spipmotion/notifications/spipmotion_verifier_binaires.php
r50650 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /** -
_plugins_/spipmotion/spipmotion_fonctions.php
r50673 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /** -
_plugins_/spipmotion/spipmotion_options.php
r51401 r52779 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 if(!defined('_DIR_LIB_FLOT')){ -
_plugins_/spipmotion/spipmotion_pipelines.php
r51912 r52779 9 9 * 10 10 */ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /**
Note: See TracChangeset
for help on using the changeset viewer.