Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 237 → Rev 238

/branches/livraison_narmer/services/ecouteArbreFichier.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: ecouteArbreFichier.php,v 1.1.2.1 2007-05-11 13:58:14 alexandre_tb Exp $
// CVS : $Id: ecouteArbreFichier.php,v 1.1.2.2 2007-05-24 07:56:15 alexandre_tb Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.1.2.1 $
*@version $Revision: 1.1.2.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
132,6 → 132,7
'afterLabel' => ' '.$document->getTailleFormatee(),
);
// On regarde si l utilisateur a les droits pour deplacer
/*
if ($droits <= PROJET_DROIT_COORDINATEUR ||
$GLOBALS['projet_auth']->getAuthData(PROJET_CHAMPS_ID) == $document->_id_proprietaire) {
$actions = 'MOVE,REMOVE,EDIT' ;
141,7 → 142,7
else {
$node['actions'] = '';
}
}*/
$nodeArray[$i] = $node;
$i++;
unset ($document);