diff options
author | ctrlaltca <> | 2012-07-12 12:13:23 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-12 12:13:23 +0000 |
commit | 712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (patch) | |
tree | 2f71cfc97e15a8b0f390c4c56807db80c634870b /framework/Util | |
parent | 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 (diff) |
removed ?> from php files
Diffstat (limited to 'framework/Util')
-rw-r--r-- | framework/Util/TDateTimeStamp.php | 1 | ||||
-rw-r--r-- | framework/Util/TSimpleDateFormatter.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/Util/TDateTimeStamp.php b/framework/Util/TDateTimeStamp.php index 8232d924..5619f6cd 100644 --- a/framework/Util/TDateTimeStamp.php +++ b/framework/Util/TDateTimeStamp.php @@ -700,4 +700,3 @@ class TDateTimeStamp } } -?> diff --git a/framework/Util/TSimpleDateFormatter.php b/framework/Util/TSimpleDateFormatter.php index 6b1ec51f..8b17048a 100644 --- a/framework/Util/TSimpleDateFormatter.php +++ b/framework/Util/TSimpleDateFormatter.php @@ -373,4 +373,3 @@ class TSimpleDateFormatter } } -?> |