From: vincent@cubedesigners.com Date: Tue, 24 Aug 2010 16:46:21 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a3c5bc7e83cb7f778c77012af46551fe8c18bdda;p=cubeextranet.git --- diff --git a/inc/config.inc.php b/inc/config.inc.php index 00785ddef..9f9487af8 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -85,4 +85,5 @@ define('TIMEZONE', 'UTC'); define('THEMES', WEBROOT . '/themes/'); define('ICONS', WEBROOT . '/icones/'); +define('CUBE_SEARCH_LIMIT_CHARS',3); ?> \ No newline at end of file diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 2b7b17abc..f7a587202 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -123,6 +123,8 @@ html{height:100%}' . "\n"; public static function testAS() { global $core; + + fb('blabla'); $dao = new wsDAOBook($core->con); header('Content-type: text/plain'); ob_clean(); @@ -140,6 +142,7 @@ html{height:100%}' . "\n"; $book = new wsBookParametres(new wsBook()); $res .= self::formatHelp($book->getHelp()); + header('Content-type: text/plain; charset=UTF-8'); ob_clean(); echo $res;