Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1266 → Rev 1267

/branches/v1.5-cisaille/jrest/services/InventoryKeyWordList.php
364,7 → 364,7
 
$res = json_encode($result) ;
 
header("content-type: text/json") ;
header("content-type: application/json") ;
print $res ;
exit() ;
}
386,7 → 386,7
if($action == 'modification')
{
$nouveau_nom = $pairs['motcle'] ;
$nouvel_id_general = md5(strtolower($nouveau_nom)) ;
$nouvel_id_general = md5(mb_strtolower($nouveau_nom)) ;
 
$DB=$this->connectDB($this->config,'cel_db');