From cc90abc8fce3b63dcd852fd2f0bbc77a970faa3c Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 12 Mar 2018 10:03:27 -0500 Subject: [PATCH] implementacion lazy en el index --- milfs/funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 8c70d3b..0f6dfae 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5307,7 +5307,7 @@ while( $row = mysqli_fetch_array( $sql ) ) { } else { $logo_empresa = remplacetas('empresa','id',"1",'imagen',''); - $logo="$row[razon_social]"; + $logo="$row[razon_social]"; } // $slogan= substr($row[slogan],0, $length = 100).""; $slogan = $row['slogan'];