]> _ Git - cubeextranet.git/commitdiff
wait #4932
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 3 Dec 2021 07:58:08 +0000 (07:58 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 3 Dec 2021 07:58:08 +0000 (07:58 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index b5c26ca27220910490accc5b483b9dc72202d3ed..197ea8fa7dc28edb7b2b75d1971ce2f082f1fa0f 100644 (file)
@@ -3090,7 +3090,7 @@ class articlePDFLink extends articleLink
 
         $cut = $this->wdir . $name . '.c.pdf';
         $sinfos = $this->wdir . $name . '.s.nfo';
-        if (true || !file_exists($cut)) {
+        if (!file_exists($cut)) {
             // Cut the pdf in many pages
             $ratio = $infos->width / $infos->height;
             $nb = max(1, ceil(0.707071 / $ratio));