From ccd4ebf98b898809aa377581fb17c9cad97cca45 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 11 Apr 2013 15:28:00 +0000 Subject: [PATCH] Removed explicit references to dictionary files: useless and causes problems if we want to exclude some languages. SVN:2.0[2678] --- datamodels/1.x/itop-attachments/module.attachments.php | 3 +-- datamodels/2.x/itop-attachments/module.attachments.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/datamodels/1.x/itop-attachments/module.attachments.php b/datamodels/1.x/itop-attachments/module.attachments.php index 99321139f0..a3482585ed 100644 --- a/datamodels/1.x/itop-attachments/module.attachments.php +++ b/datamodels/1.x/itop-attachments/module.attachments.php @@ -45,8 +45,7 @@ SetupWebPage::AddModule( ), 'dictionary' => array( - 'en.dict.attachments.php', - 'fr.dict.attachments.php', + ), 'data.struct' => array( // add your 'structure' definition XML files here, diff --git a/datamodels/2.x/itop-attachments/module.attachments.php b/datamodels/2.x/itop-attachments/module.attachments.php index 99321139f0..a3482585ed 100755 --- a/datamodels/2.x/itop-attachments/module.attachments.php +++ b/datamodels/2.x/itop-attachments/module.attachments.php @@ -45,8 +45,7 @@ SetupWebPage::AddModule( ), 'dictionary' => array( - 'en.dict.attachments.php', - 'fr.dict.attachments.php', + ), 'data.struct' => array( // add your 'structure' definition XML files here,