From b558be0fc416f681e820b135f1f37ea514dbd1b0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 1 Oct 2009 08:18:30 +0000 Subject: [PATCH] --- inc/extranet/Metier/class.ws.document.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/extranet/Metier/class.ws.document.php b/inc/extranet/Metier/class.ws.document.php index 4b73fff3e..1a08788aa 100644 --- a/inc/extranet/Metier/class.ws.document.php +++ b/inc/extranet/Metier/class.ws.document.php @@ -124,10 +124,14 @@ class wsDocument extends cubeMetier { $pnmtojpeg->execute(); $this->addToLog($pnmtojpeg, false); - }unlink($ppmfile); + unlink($ppmfile); } } + public function makeSWFFiles($resolution = 150, $quality = 90) + { + } + public function addToLog($cl, $output = true) { $c = '---' . "\n" . $cl->commande . "\n\n"; -- 2.39.5