From 712729aa2f9b5e491e78f29b8f779f8b40a67ba4 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 12:13:23 +0000 Subject: removed ?> from php files --- framework/I18N/TChoiceFormat.php | 1 - framework/I18N/TGlobalization.php | 1 - framework/I18N/TNumberFormat.php | 1 - framework/I18N/core/ChoiceFormat.php | 1 - framework/I18N/core/DateFormat.php | 1 - framework/I18N/core/MessageCache.php | 1 - framework/I18N/core/MessageSource.php | 1 - framework/I18N/core/MessageSource_Database.php | 1 - framework/I18N/core/MessageSource_MySQL.php | 1 - framework/I18N/core/MessageSource_SQLite.php | 1 - framework/I18N/core/MessageSource_gettext.php | 1 - framework/I18N/core/TCache_Lite.php | 1 - framework/I18N/core/util.php | 1 - 13 files changed, 13 deletions(-) (limited to 'framework/I18N') diff --git a/framework/I18N/TChoiceFormat.php b/framework/I18N/TChoiceFormat.php index 401b25d9..5cadcd2e 100644 --- a/framework/I18N/TChoiceFormat.php +++ b/framework/I18N/TChoiceFormat.php @@ -108,4 +108,3 @@ class TChoiceFormat extends TTranslate return strtr($string, array('{Value}'=> $value)); } } -?> diff --git a/framework/I18N/TGlobalization.php b/framework/I18N/TGlobalization.php index d5496353..15ade57d 100644 --- a/framework/I18N/TGlobalization.php +++ b/framework/I18N/TGlobalization.php @@ -296,4 +296,3 @@ class TGlobalization extends TModule } -?> diff --git a/framework/I18N/TNumberFormat.php b/framework/I18N/TNumberFormat.php index 1c2502be..3e085fea 100644 --- a/framework/I18N/TNumberFormat.php +++ b/framework/I18N/TNumberFormat.php @@ -248,4 +248,3 @@ class TNumberFormat extends TI18NControl implements IDataRenderer } } -?> diff --git a/framework/I18N/core/ChoiceFormat.php b/framework/I18N/core/ChoiceFormat.php index dd8e48f8..f5db61db 100644 --- a/framework/I18N/core/ChoiceFormat.php +++ b/framework/I18N/core/ChoiceFormat.php @@ -223,4 +223,3 @@ class ChoiceFormat } } -?> diff --git a/framework/I18N/core/DateFormat.php b/framework/I18N/core/DateFormat.php index 27c9d3c6..6cfe1bfc 100644 --- a/framework/I18N/core/DateFormat.php +++ b/framework/I18N/core/DateFormat.php @@ -649,4 +649,3 @@ class DateFormat } -?> diff --git a/framework/I18N/core/MessageCache.php b/framework/I18N/core/MessageCache.php index 44392b79..e721a332 100644 --- a/framework/I18N/core/MessageCache.php +++ b/framework/I18N/core/MessageCache.php @@ -168,4 +168,3 @@ class MessageCache } -?> diff --git a/framework/I18N/core/MessageSource.php b/framework/I18N/core/MessageSource.php index f0f94015..7d5d6ed3 100644 --- a/framework/I18N/core/MessageSource.php +++ b/framework/I18N/core/MessageSource.php @@ -333,4 +333,3 @@ class TMessageSourceIOException extends TException { } -?> diff --git a/framework/I18N/core/MessageSource_Database.php b/framework/I18N/core/MessageSource_Database.php index 549d1c40..142c28db 100644 --- a/framework/I18N/core/MessageSource_Database.php +++ b/framework/I18N/core/MessageSource_Database.php @@ -320,4 +320,3 @@ class MessageSource_Database extends MessageSource } } -?> diff --git a/framework/I18N/core/MessageSource_MySQL.php b/framework/I18N/core/MessageSource_MySQL.php index 0cd893d4..743694fa 100644 --- a/framework/I18N/core/MessageSource_MySQL.php +++ b/framework/I18N/core/MessageSource_MySQL.php @@ -415,4 +415,3 @@ class MessageSource_MySQL extends MessageSource } -?> diff --git a/framework/I18N/core/MessageSource_SQLite.php b/framework/I18N/core/MessageSource_SQLite.php index 4694e018..46b5d865 100644 --- a/framework/I18N/core/MessageSource_SQLite.php +++ b/framework/I18N/core/MessageSource_SQLite.php @@ -351,4 +351,3 @@ class MessageSource_SQLite extends MessageSource } } -?> diff --git a/framework/I18N/core/MessageSource_gettext.php b/framework/I18N/core/MessageSource_gettext.php index 0e12ddba..4419c395 100644 --- a/framework/I18N/core/MessageSource_gettext.php +++ b/framework/I18N/core/MessageSource_gettext.php @@ -454,4 +454,3 @@ class MessageSource_gettext extends MessageSource } } -?> diff --git a/framework/I18N/core/TCache_Lite.php b/framework/I18N/core/TCache_Lite.php index 665ca469..bd4964ad 100644 --- a/framework/I18N/core/TCache_Lite.php +++ b/framework/I18N/core/TCache_Lite.php @@ -626,4 +626,3 @@ class TCache_Lite } -?> diff --git a/framework/I18N/core/util.php b/framework/I18N/core/util.php index c618b33a..f84c4fb2 100644 --- a/framework/I18N/core/util.php +++ b/framework/I18N/core/util.php @@ -185,4 +185,3 @@ return $string; } -?> \ No newline at end of file -- cgit v1.2.3