Skip to content
Extraits de code Groupes Projets
Valider 50806399 rédigé par b_b's avatar b_b
Parcourir les fichiers

retour sur r19394 : ajouter mb_strtoupper() aux tests de init_mb_string() pour spip_ucfirst()

parent 2d597d6d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -101,6 +101,7 @@ function init_mb_string() { ...@@ -101,6 +101,7 @@ function init_mb_string() {
and function_exists('mb_substr') and function_exists('mb_substr')
and function_exists('mb_strlen') and function_exists('mb_strlen')
and function_exists('mb_strtolower') and function_exists('mb_strtolower')
and function_exists('mb_strtoupper')
and function_exists('mb_encode_mimeheader') and function_exists('mb_encode_mimeheader')
and function_exists('mb_encode_numericentity') and function_exists('mb_encode_numericentity')
and function_exists('mb_decode_numericentity') and function_exists('mb_decode_numericentity')
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter