From: vincent@cubedesigners.com Date: Wed, 15 Sep 2010 10:20:21 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=427ebbd51cb5a058001504f7389a1b9f4d9fbf09;p=cubeextranet.git --- diff --git a/inc/ws/DAO/class.ws.dao.book.php b/inc/ws/DAO/class.ws.dao.book.php index 125c21428..60aa55c19 100644 --- a/inc/ws/DAO/class.ws.dao.book.php +++ b/inc/ws/DAO/class.ws.dao.book.php @@ -9,8 +9,6 @@ class wsDAOBook extends extranetDAO { $book->theme = $r->theme; $book->proprietaire = $r->proprietaire_nom; $book->proprietaire_id = $r->proprietaire_id; - //$book->facturable = $r->facturable; - //$book->facturable_id = $r->facturable_id; $book->hash = $r->hash; $book->compteur_visites = $r->compteur_visites; $book->status = $r->status; @@ -37,8 +35,6 @@ class wsDAOBook extends extranetDAO { $book->theme = 1; $book->proprietaire = ''; $book->proprietaire_id = 0; - //$book->facturable = ''; - //$book->facturable_id = 0; $book->hash = ''; $book->compteur_visites = 20; $book->status = 0; @@ -240,7 +236,6 @@ class wsDAOBook extends extranetDAO { $where .= 'nom LIKE \'%' . $this->con->escape($this->q) . '%\''; $daoClient = new extranetDAOClient($this->con); $where .= ' OR proprietaire_id IN(' . $daoClient->querySearchByName($this->q) . ')'; - $where .= ' OR facturable_id IN(' . $daoClient->querySearchByName($this->q) . ')'; $limit = null; } else { $where = $this->makeWhereFromFiltres();