X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Finc%2Fpuce_statut.php;h=4d74c5a7e94dc10dd072828f65e74267fe961677;hp=9bcb280ecc2b24c6f39d332295e5e699112586a7;hb=e99f0878011913365e49b30d90e496c24c301393;hpb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed diff --git a/www/ecrire/inc/puce_statut.php b/www/ecrire/inc/puce_statut.php index 9bcb280..4d74c5a 100644 --- a/www/ecrire/inc/puce_statut.php +++ b/www/ecrire/inc/puce_statut.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2011 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -26,6 +26,10 @@ function puce_statut_document_dist($id, $statut, $id_rubrique, $type, $ajax='') return ""; } +function puce_statut_signature_dist($id, $statut, $id_rubrique, $type, $ajax='') { + return ""; +} + // http://doc.spip.org/@puce_statut_auteur_dist // Hack de compatibilite: les appels directs ont un $type != 'auteur' // si l'auteur ne peut pas se connecter @@ -233,6 +237,7 @@ function puce_statut_breve_dist($id, $statut, $id_rubrique, $type, $ajax='') { // http://doc.spip.org/@puce_statut_site_dist function puce_statut_site_dist($id, $statut, $id_rubrique, $type, $ajax=''){ + global $lang_objet; static $coord = array('publie' => 1, 'prop' => 0, 'refuse' => 2,