summaryrefslogtreecommitdiff
path: root/framework/I18N/core
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 12:13:23 +0000
committerctrlaltca <>2012-07-12 12:13:23 +0000
commit712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (patch)
tree2f71cfc97e15a8b0f390c4c56807db80c634870b /framework/I18N/core
parent903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 (diff)
removed ?> from php files
Diffstat (limited to 'framework/I18N/core')
-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
10 files changed, 0 insertions, 10 deletions
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