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