X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=www%2Fplugins-dist%2Fmedias%2Faction%2Fchanger_mode_document.php;h=8cbadfa71c00324921678b0c029ffaf9befe7d74;hb=cc641eb476987612f6d6df1a5417c1c5582a8ab8;hp=b4029fe01d1ddb3df99161ea48223f3ed8c0090f;hpb=a33c2ba9d919664b3bb0f565f8e9a8b9d8530cdb;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/plugins-dist/medias/action/changer_mode_document.php b/www/plugins-dist/medias/action/changer_mode_document.php index b4029fe..8cbadfa 100644 --- a/www/plugins-dist/medias/action/changer_mode_document.php +++ b/www/plugins-dist/medias/action/changer_mode_document.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2014 * + * Copyright (c) 2001-2016 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -16,7 +16,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; /** * Cette action permet de basculer du mode image au mode document et vice versa * - * http://doc.spip.org/@action_changer_mode_document_dist + * http://code.spip.net/@action_changer_mode_document_dist * * @param int $id_document * @param string $mode @@ -41,7 +41,7 @@ function action_changer_mode_document_dist($id_document=null, $mode=null){ action_changer_mode_document_post($id_document, $mode); } -// http://doc.spip.org/@action_changer_mode_document_post +// http://code.spip.net/@action_changer_mode_document_post function action_changer_mode_document_post($id_document, $mode){ // - id_document le doc a modifier // - mode le mode a lui donner