Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1469 → Rev 1470

/branches/livraison_narmer/client/projet/classes/projet.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: projet.class.php,v 1.8.2.1 2007-05-11 13:49:14 alexandre_tb Exp $
// CVS : $Id: projet.class.php,v 1.8.2.2 2007-06-25 10:07:05 alexandre_tb Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.8.2.1 $
*@version $Revision: 1.8.2.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
476,7 → 476,7
function getTousLesProjets(&$objetDB, $exclu = '')
{
$sql = '';
if (count($this->_projet_exclu)) {
if (isset ($this->_projet_exclu) && count($this->_projet_exclu)) {
$sql = 'where p_id not in (';
foreach ($this->_projet_exclu as $valeur) {
$sql .= $valeur.',' ;