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