[SPIP] ~maj 3.0.10 --> 3.0.14
[lhc/web/www.git] / www / prive / objets / liste / auteurs_fonctions.php
index 93375db..cabf907 100644 (file)
@@ -3,7 +3,7 @@
 /***************************************************************************\
  *  SPIP, Systeme de publication pour l'internet                           *
  *                                                                         *
- *  Copyright (c) 2001-2012                                                *
+ *  Copyright (c) 2001-2014                                                *
  *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *
  *                                                                         *
  *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *
@@ -53,16 +53,6 @@ function balise_COMPTEUR_ARTICLES_dist($p) {
 }
 
 
-/**
- * Calculer l'initiale d'un nom
- *
- * @param <type> $nom
- * @return <type>
- */
-function initiale($nom){
-       return spip_substr(trim(strtoupper($nom)),0,1);
-}
-
 /**
  * Afficher l'initiale pour la navigation par lettres
  *