Correction définition enrichissement
This commit is contained in:
parent
4c14e3e2e0
commit
8f3fdb16d9
@ -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';
|
||||
|
@ -10,7 +10,4 @@ $(document).ready(function(){
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
Loading…
Reference in New Issue
Block a user