From: vincent@cubedesigners.com Date: Mon, 17 Jan 2011 09:15:02 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=82328a8a49897d68ade3bf79e55a4b0bdb1630ea;p=cubeextranet.git --- diff --git a/inc/commons/DAO/_common.php b/inc/commons/DAO/_common.php new file mode 100644 index 000000000..4427283b8 --- /dev/null +++ b/inc/commons/DAO/_common.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/inc/commons/DAO/class.common.dao.php b/inc/commons/DAO/class.common.dao.php new file mode 100644 index 000000000..3315b4ae5 --- /dev/null +++ b/inc/commons/DAO/class.common.dao.php @@ -0,0 +1,19 @@ +filtres = $filtres; + } + + public function setSearch($q, $search_id = true) + { + $this->q = mb_strtolower($q); + $this->search_id = $search_id; + } +} + +?> \ No newline at end of file diff --git a/inc/extranet/DAO/class.extranet.dao.client.php b/inc/extranet/DAO/class.extranet.dao.client.php index c407cea53..b4e922660 100644 --- a/inc/extranet/DAO/class.extranet.dao.client.php +++ b/inc/extranet/DAO/class.extranet.dao.client.php @@ -1,5 +1,5 @@ filtres = $filtres; - } - - public function setSearch($q, $search_id = true) - { - $this->q = mb_strtolower($q); - $this->search_id = $search_id; - } -} - -?> \ No newline at end of file diff --git a/inc/extranet/DAO/class.extranet.dao.projet.php b/inc/extranet/DAO/class.extranet.dao.projet.php index 44c2236ed..71a13895e 100644 --- a/inc/extranet/DAO/class.extranet.dao.projet.php +++ b/inc/extranet/DAO/class.extranet.dao.projet.php @@ -1,5 +1,5 @@ type == 0) { diff --git a/inc/extranet/DAO/class.extranet.dao.timereport.php b/inc/extranet/DAO/class.extranet.dao.timereport.php index d59b83326..fa8bf448f 100644 --- a/inc/extranet/DAO/class.extranet.dao.timereport.php +++ b/inc/extranet/DAO/class.extranet.dao.timereport.php @@ -1,5 +1,5 @@