From 740037154d542e6b6aa1785b533f4da1eba7c6cf Mon Sep 17 00:00:00 2001 From: administrador User Date: Mon, 2 Feb 2009 20:51:12 +0100 Subject: [PATCH] =?utf8?q?Removida=20traza=20de=20depuraci=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- include/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/database.php b/include/database.php index f72ab5f..10b4770 100755 --- a/include/database.php +++ b/include/database.php @@ -412,7 +412,7 @@ class MySQLDB $WHERE_USER = ''; if ( !$session->isAdmin() || $codigo ) {$WHERE_USER = " AND codigo_pedido IN (SELECT codigo_pedido FROM emupi_mupis_pedidos WHERE codigo='".$codigo."')";} $q = "SELECT DISTINCT @calle := (SELECT codigo_calle FROM emupi_mupis AS b WHERE a.codigo_mupi=b.codigo_mupi) AS 'calle', (SELECT ubicacion FROM emupi_calles WHERE codigo_calle=@calle) AS ubicacion FROM emupi_mupis_caras AS a WHERE catorcena=".$_GET['catorcena']. $WHERE_USER .";"; - echo $q.'
'; + //echo $q.'
'; $result = mysql_query($q, $this->connection); $num_rows = mysql_numrows($result); $s=''; -- 2.11.4.GIT