]> _ Git - cubeextranet.git/commitdiff
#2584
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 6 Feb 2019 16:43:01 +0000 (16:43 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 6 Feb 2019 16:43:01 +0000 (16:43 +0000)
inc/ws/Controlleur/class.ws.flash.php
inc/ws/DAO/class.ws.dao.book.php

index ece710c01d3415ec8276da9138fca584147a3711..354ec46c815c77a03813393e8d00dbaa7d04bc26 100644 (file)
@@ -682,8 +682,6 @@ class wsFlash extends cubeFlashGateway
        {
                global $core;
 
-               $this->outputXML = false;
-
                $comments = isset($this->args['comments']) ? $this->args['comments'] : 'Saved from editor';
 
                $dao = new wsDAODocument($core->con);
index cf7049df0576c39b8d333818ecd4c42638a3b465..5a43a0a20e67e28fd06162140c2e38967a0fc114 100644 (file)
@@ -616,12 +616,8 @@ class wsDAOBook extends commonDAO
                }
 
 
-               echo '1 : ' . print_r($links) . "<br>";
-
                $links = wsLinks::encryptLinks(json_decode($links));
 
-               echo '2 : ' . print_r($links) . "<br>";
-
 
                if (is_array($links)) {
                        $links = json_encode($links);
@@ -630,8 +626,6 @@ class wsDAOBook extends commonDAO
                        $rulers = json_encode($rulers);
                }
 
-               echo '3 : ' . $links . "<br>";
-
                $c1->links = $c->specialLinks = $links;
                $c1->rulers = $c->specialRulers = $rulers;
                $c1->update = $c->changedate = TIME;