From 9d3624019db486b85f27a7dd48a7450a828e14d6 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 22 Nov 2010 18:48:20 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 2 +- inc/ws/Metier/class.ws.lang.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 86cd18a31..e6ce17541 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -153,7 +153,7 @@ html{height:100%}' . "\n"; $dao = new wsDAOBook($core->con); header('Content-type: text/plain'); ob_clean(); - echo $dao->compile(2964, 3, false); + echo $dao->compile(2963, 3, false); exit; } diff --git a/inc/ws/Metier/class.ws.lang.php b/inc/ws/Metier/class.ws.lang.php index b5e7e0050..6ba25745a 100644 --- a/inc/ws/Metier/class.ws.lang.php +++ b/inc/ws/Metier/class.ws.lang.php @@ -62,7 +62,8 @@ class wsLang extends cubeMetier { 'pages that are bookmarked' => 60, 'printing will start automatically when pages are downloaded' => 61, 'no bookmarks added' => 62, - 'functionality dont work when in fullscreen mode' => 63); + 'functionality dont work when in fullscreen mode' => 63, + "you don't have any bookmark"=>64); protected $lang_id; protected $nom; -- 2.39.5