From 7f45a40e5dd0d2b09bcbab6d820557dbc0d63036 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Thu, 6 Dec 2012 08:56:50 +0000 Subject: [PATCH] #643 Output corrupted by characters after the PHP closing bracket (attachements get corrupted) SVN:trunk[2526] --- core/sqlquery.class.inc.php | 3 +-- dictionaries/es_cr.dictionary.itop.core.php | 3 +-- dictionaries/es_cr.dictionary.itop.ui.php | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/core/sqlquery.class.inc.php b/core/sqlquery.class.inc.php index dd6854405..6bede13b7 100644 --- a/core/sqlquery.class.inc.php +++ b/core/sqlquery.class.inc.php @@ -699,5 +699,4 @@ class SQLQuery return $bResult; } } -?> - +?> \ No newline at end of file diff --git a/dictionaries/es_cr.dictionary.itop.core.php b/dictionaries/es_cr.dictionary.itop.core.php index 45c9471dc..99aa6f2ae 100644 --- a/dictionaries/es_cr.dictionary.itop.core.php +++ b/dictionaries/es_cr.dictionary.itop.core.php @@ -781,5 +781,4 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds', )); -?> - +?> \ No newline at end of file diff --git a/dictionaries/es_cr.dictionary.itop.ui.php b/dictionaries/es_cr.dictionary.itop.ui.php index bbcb2dd01..a739363f1 100644 --- a/dictionaries/es_cr.dictionary.itop.ui.php +++ b/dictionaries/es_cr.dictionary.itop.ui.php @@ -1187,5 +1187,4 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_Users/Attribute:profile_list' => 'Perfiles', 'Class:URP_Users/Attribute:profile_list+' => 'Perfiles', )); -?> - +?> \ No newline at end of file