Correction définition enrichissement

This commit is contained in:
Michael RICOIS 2012-01-19 16:02:04 +00:00
parent 4c14e3e2e0
commit 8f3fdb16d9
2 changed files with 2 additions and 4 deletions

View File

@ -59,7 +59,8 @@ class ProfilController extends Zend_Controller_Action
$data = array(
'idProfil' => $idprofil,
);
if ( $commandesM->update($data, "WHERE id=$idfile") ){
if ( $commandesM->update($data, "id=$idfile") ){
echo '';
} else {
echo 'Erreur';

View File

@ -10,7 +10,4 @@ $(document).ready(function(){
});
});
});