]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 15 Sep 2010 10:20:21 +0000 (10:20 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 15 Sep 2010 10:20:21 +0000 (10:20 +0000)
inc/ws/DAO/class.ws.dao.book.php

index 125c21428f1a3f2dd2290015eb0e624f1f16cac0..60aa55c1997a3f4bc63cd279ff4d18664c2e6da9 100644 (file)
@@ -9,8 +9,6 @@ class wsDAOBook extends extranetDAO {
                $book->theme = $r->theme;\r
                $book->proprietaire = $r->proprietaire_nom;\r
                $book->proprietaire_id = $r->proprietaire_id;\r
-               //$book->facturable = $r->facturable;\r
-               //$book->facturable_id = $r->facturable_id;\r
                $book->hash = $r->hash;\r
                $book->compteur_visites = $r->compteur_visites;\r
                $book->status = $r->status;\r
@@ -37,8 +35,6 @@ class wsDAOBook extends extranetDAO {
                $book->theme = 1;\r
                $book->proprietaire = '';\r
                $book->proprietaire_id = 0;\r
-               //$book->facturable = '';\r
-               //$book->facturable_id = 0;\r
                $book->hash = '';\r
                $book->compteur_visites = 20;\r
                $book->status = 0;\r
@@ -240,7 +236,6 @@ class wsDAOBook extends extranetDAO {
                        $where .= 'nom LIKE \'%' . $this->con->escape($this->q) . '%\'';\r
                        $daoClient = new extranetDAOClient($this->con);\r
                        $where .= ' OR proprietaire_id IN(' . $daoClient->querySearchByName($this->q) . ')';\r
-                       $where .= ' OR facturable_id IN(' . $daoClient->querySearchByName($this->q) . ')';\r
                        $limit = null;\r
                } else {\r
                        $where = $this->makeWhereFromFiltres();\r