From 288519864c06a0bf668fc77f7895ffbe7dcf0d04 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 28 Mar 2003 08:46:26 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/boutique/livre/livre.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/boutique/livre/livre.class.php b/htdocs/boutique/livre/livre.class.php index e17be5612fb..56ab198dafd 100644 --- a/htdocs/boutique/livre/livre.class.php +++ b/htdocs/boutique/livre/livre.class.php @@ -456,7 +456,7 @@ class Livre { $sql = "UPDATE llx_livre "; $sql .= " SET title = '" . trim($this->titre) ."'"; - $sql .= ", ref = '" . trim(strtoupper($this->ref)) ."'"; + $sql .= ", ref = '" . trim($this->ref) ."'"; $sql .= ", prix = " . $this->price .""; $sql .= ", annee = " . $this->annee ; $sql .= ", fk_editeur = " . $this->editeurid ;