From 59063d9a6e15f31b3012eaa4f0d0b90cbfebe80c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 18 Feb 2011 14:20:30 +0000 Subject: [PATCH] --- inc/config.inc.php | 4 +--- inc/ws/Controlleur/class.ws.url.php | 6 ++++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/config.inc.php b/inc/config.inc.php index 8fb7e5fb8..11f8c0939 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -61,7 +61,7 @@ define('WS_THEMES', WS_FILES . '/themes'); define('WS_CACHE', WS_FILES . '/cache'); define('WS_COMPILE_ASSETS', WS_FILES . '/compile'); define('WS_SOUNDS', WS_FILES . '/sounds'); -// define('MINIMIZE_JS', false); + define('WORKER_PREFIX', 'worker.'); define('CACHE', ROOT . '/cache'); @@ -81,8 +81,6 @@ define('IMG', WEBROOT . '/images/' . MODE); define('TYPOGRAPHP_PATH', ROOT . '/typo/' . MODE); define('TYPOGRAPHP_WEBROOT', IMG . '/typographp'); -//define('MINIMIZE_JS', false); - define('JOURNEE', 8); define('TAUX_JOURNALIER', 500); define('AVAILABLE_LANGS', 'fr,en'); diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index ebb49e017..114f3351b 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -51,8 +51,10 @@ class wsUrl { $dao->setFiltres($settings['filtres']); $liste = $dao->getListe($settings['orderby'], $settings['sens'], $settings['limit'], $core->user); - $res = self::contextBookDownload($context_download_id); - $res = self::contextBookStatus($context_status_id); + $res = ''; + + $res .= self::contextBookDownload($context_download_id); + $res .= self::contextBookStatus($context_status_id); $res .= ''; $res .= ''; -- 2.39.5
' . commonUrl::orderby('#', 'book_id', $settings, 'sort' . $change) . '