Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 767 → Rev 768

/trunk/jrest/services/InventoryKeyWordList.php
386,7 → 386,7
if($action == 'modification')
{
$nouveau_nom = $pairs['motcle'] ;
$nouvel_id_general = md5($nouveau_nom) ;
$nouvel_id_general = md5(strtolower($nouveau_nom)) ;
 
$DB=$this->connectDB($this->config,'cel_db');