From a97ba62cc857decedb3fa23d4b1c254fd05c5cb9 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 5 Aug 2010 08:11:34 +0000 Subject: [PATCH] --- inc/extranet/Controlleur/class.extranet.core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/extranet/Controlleur/class.extranet.core.php b/inc/extranet/Controlleur/class.extranet.core.php index b5bbf7618..4ac250458 100644 --- a/inc/extranet/Controlleur/class.extranet.core.php +++ b/inc/extranet/Controlleur/class.extranet.core.php @@ -7,7 +7,7 @@ class extranetCore extends cubeCore { public function __construct() { parent::__construct(); - $this->dbSync(); + //$this->dbSync(); cubeLang::set(); $this->authentifie(); @@ -26,7 +26,7 @@ class extranetCore extends cubeCore { 2 => __('Design Web'), 3 => __('Design Industriel'), 4 => __('Print'), 5 => __('Newsletter'), 6 => __('Développement PHP'), 7 => __('Développement Flash'), 8 => __('Fluidbook'), 9 => __('Formation'), 10 => __('Administratif'), 11 => __('Divers'), - 12 => __('Intégration HTML'), 13 => __('Motion design'), 14 => __('Design graphique'), 15 => __('Bandeaux de pub')); + 12 => __('Intégration HTML'), 13 => __('Motion design'), 14 => __('Design graphique'), 15 => __('Bandeaux de pub'),16=>__('Applications mobiles')); $this->projets_status = array(0 => __('En cours'), 1 => __('Terminé')); $this->devis_status = array(0 => __('Brouillon'), 1 => __('Envoyé'), 2 => __('Validé'), 3 => __('Refusé')); -- 2.39.5