From b17699f5a10256e4f3db532bef61b8779a3094e2 Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 17 Nov 2017 14:59:45 -0500 Subject: [PATCH] prueba de concepto de estadisticas en notas --- milfs/funciones/funciones.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 95524b0..b63f10f 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -137,7 +137,8 @@ if($tags !=''){ $nube =""; -foreach($tags as $c=>$valor){ +$size = 8; + foreach($tags as $c=>$valor){ //foreach($wordCounter as $c=>$valor){ //$valor = $tags[0]; @@ -161,11 +162,12 @@ foreach($tags as $c=>$valor){ $limpios[] = $c; $cant = $wordCounter[$c]; - $size = ($cant/4); + $tag_adicional .= "$c " ; $nube .= "$c " ; } + $size= ($size - 1); } } $resultado = " $compuestos $tag_adicional ";