From ccb14879e8148017d30490342c65a766aae78b11 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 28 Nov 2009 14:21:10 +0000 Subject: [PATCH] Fix: bad security request --- htdocs/commonobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commonobject.class.php b/htdocs/commonobject.class.php index d358ab7f94f..198ae4b184e 100644 --- a/htdocs/commonobject.class.php +++ b/htdocs/commonobject.class.php @@ -435,7 +435,7 @@ class CommonObject if ($this->ismultientitymanaged == 2) $sql.= ' AND te.fk_soc = s.rowid'; // If we need to link to societe to limit select to entity if ($this->ismultientitymanaged > 0) $sql.= ' AND te.entity IN (0,'.$conf->entity.')'; - print $sql."
"; + //print $sql."
"; $result = $this->db->query($sql) ; if (! $result) {