From e63d3714c77d6e2dc1c04dab18080d46211c7a31 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 10 Sep 2003 15:01:02 +0000 Subject: [PATCH] =?UTF-8?q?Appel=20updateosc=20apres=20la=20mise=20=E0=20j?= =?UTF-8?q?our=20de=20l'image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/boutique/livre/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/boutique/livre/fiche.php b/htdocs/boutique/livre/fiche.php index a9777145bbe..ba2f3b2fb82 100644 --- a/htdocs/boutique/livre/fiche.php +++ b/htdocs/boutique/livre/fiche.php @@ -53,6 +53,7 @@ if ( $HTTP_POST_VARS["sendit"] ) { $result = $livre->fetch($id, 0); $livre->update_image($_FILES['userfile']['name']); + $livre->updateosc($user); } } }