Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2choiz committed Apr 23, 2015
2 parents 3e1608b + 6b1cb5b commit b1b282b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Application/Controllers/Produit.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function insertProduit($params) {
$targetpath='';
$error = NULL;
$filename = NULL;
var_dump("dolfile",$_FILES);

if ( isset($_FILES['img']) && $_FILES['img']['error'] === 0 ) {
//echo 'dans le if<BR>';
$filename = $this->retirerCaractereSpeciaux($params['value']);
Expand Down Expand Up @@ -236,7 +236,7 @@ public function recupererScriptNewProduit($params){
</div>
<div class='col-md-4'>
Prix : <span id='labelPrixProduit'>{$produit['prix']}</span> €
Prix : <span id='labelPrixProduit'>".number_format($produit['prix'], 2, '.', ' ')."</span> €
Référence : <span id='labelRefProduit'>{$produit['ref']}</span>
</div>
Expand Down

0 comments on commit b1b282b

Please sign in to comment.