From: vincent@cubedesigners.com Date: Tue, 12 Jan 2021 17:12:16 +0000 (+0000) Subject: wip #4185 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1472feefbad8a1ddc573095d15d0bdfbf845768a;p=cubeextranet.git wip #4185 @0:20 --- diff --git a/inc/ws/Controlleur/class.ws.maintenance.php b/inc/ws/Controlleur/class.ws.maintenance.php index 82ff69a92..0f4b60492 100644 --- a/inc/ws/Controlleur/class.ws.maintenance.php +++ b/inc/ws/Controlleur/class.ws.maintenance.php @@ -1125,6 +1125,20 @@ class wsMaintenance exit; } + public static function installSimonePerele() + { + global $core; + CubeIT_Util_PHP::neverStop(); + $ids = cubeArray::parseRange('19281;19312-19320'); + $dao = new wsDAOBook($core->con); + foreach ($ids as $id) { + $book = $dao->selectById($id); + $title = $book->parametres->title; + $exporter = new wsExporter(); + $exporter->export($id, $x, 'install_hosting', 'online', CubeIT_Text::str2URL($title)); + } + } + public static function installPetzl() { CubeIT_Util_PHP::neverStop();