From 7a47b50ef26716744d3301663f92b5d2784be3cc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 6 Feb 2019 16:43:01 +0000 Subject: [PATCH] #2584 --- inc/ws/Controlleur/class.ws.flash.php | 2 -- inc/ws/DAO/class.ws.dao.book.php | 6 ------ 2 files changed, 8 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index ece710c01..354ec46c8 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -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); diff --git a/inc/ws/DAO/class.ws.dao.book.php b/inc/ws/DAO/class.ws.dao.book.php index cf7049df0..5a43a0a20 100644 --- a/inc/ws/DAO/class.ws.dao.book.php +++ b/inc/ws/DAO/class.ws.dao.book.php @@ -616,12 +616,8 @@ class wsDAOBook extends commonDAO } - echo '1 : ' . print_r($links) . "
"; - $links = wsLinks::encryptLinks(json_decode($links)); - echo '2 : ' . print_r($links) . "
"; - if (is_array($links)) { $links = json_encode($links); @@ -630,8 +626,6 @@ class wsDAOBook extends commonDAO $rulers = json_encode($rulers); } - echo '3 : ' . $links . "
"; - $c1->links = $c->specialLinks = $links; $c1->rulers = $c->specialRulers = $rulers; $c1->update = $c->changedate = TIME; -- 2.39.5