*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2003-03-28 08:46:26 +00:00
parent 41850fbee1
commit 288519864c

View File

@ -456,7 +456,7 @@ class Livre {
$sql = "UPDATE llx_livre "; $sql = "UPDATE llx_livre ";
$sql .= " SET title = '" . trim($this->titre) ."'"; $sql .= " SET title = '" . trim($this->titre) ."'";
$sql .= ", ref = '" . trim(strtoupper($this->ref)) ."'"; $sql .= ", ref = '" . trim($this->ref) ."'";
$sql .= ", prix = " . $this->price .""; $sql .= ", prix = " . $this->price ."";
$sql .= ", annee = " . $this->annee ; $sql .= ", annee = " . $this->annee ;
$sql .= ", fk_editeur = " . $this->editeurid ; $sql .= ", fk_editeur = " . $this->editeurid ;