summaryrefslogtreecommitdiff
path: root/framework/I18N
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N')
-rw-r--r--framework/I18N/TChoiceFormat.php1
-rw-r--r--framework/I18N/TGlobalization.php1
-rw-r--r--framework/I18N/TNumberFormat.php1
-rw-r--r--framework/I18N/core/ChoiceFormat.php1
-rw-r--r--framework/I18N/core/DateFormat.php1
-rw-r--r--framework/I18N/core/MessageCache.php1
-rw-r--r--framework/I18N/core/MessageSource.php1
-rw-r--r--framework/I18N/core/MessageSource_Database.php1
-rw-r--r--framework/I18N/core/MessageSource_MySQL.php1
-rw-r--r--framework/I18N/core/MessageSource_SQLite.php1
-rw-r--r--framework/I18N/core/MessageSource_gettext.php1
-rw-r--r--framework/I18N/core/TCache_Lite.php1
-rw-r--r--framework/I18N/core/util.php1
13 files changed, 0 insertions, 13 deletions
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