From a3ffbbb75ab9403941e4f810703313432b3993cc Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 18:18:29 +0000 Subject: Removed closing PHP tags, replaced with a comment block identifying the end of the file --- system/helpers/array_helper.php | 4 +++- system/helpers/compatibility_helper.php | 4 +++- system/helpers/cookie_helper.php | 4 +++- system/helpers/date_helper.php | 4 +++- system/helpers/directory_helper.php | 4 +++- system/helpers/download_helper.php | 4 +++- system/helpers/email_helper.php | 4 +++- system/helpers/file_helper.php | 6 ++++-- system/helpers/form_helper.php | 4 +++- system/helpers/html_helper.php | 4 +++- system/helpers/inflector_helper.php | 4 +++- system/helpers/path_helper.php | 4 +++- system/helpers/security_helper.php | 4 +++- system/helpers/smiley_helper.php | 4 +++- system/helpers/string_helper.php | 4 +++- system/helpers/text_helper.php | 4 +++- system/helpers/typography_helper.php | 4 +++- system/helpers/url_helper.php | 4 +++- system/helpers/xml_helper.php | 4 +++- 19 files changed, 58 insertions(+), 20 deletions(-) (limited to 'system/helpers') diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index 8ae44826a..837e41f14 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php @@ -73,4 +73,6 @@ if (! function_exists('random_element')) } } -?> \ No newline at end of file + +/* End of file array_helper.php */ +/* Location: ./system/helpers/array_helper.php */ \ No newline at end of file diff --git a/system/helpers/compatibility_helper.php b/system/helpers/compatibility_helper.php index 0d214648c..076f677fa 100644 --- a/system/helpers/compatibility_helper.php +++ b/system/helpers/compatibility_helper.php @@ -493,4 +493,6 @@ if (! function_exists('http_build_query')) } } -?> \ No newline at end of file + +/* End of file compatibility_helper.php */ +/* Location: ./system/helpers/compatibility_helper.php */ \ No newline at end of file diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php index 75c769e9c..7b8989e3b 100644 --- a/system/helpers/cookie_helper.php +++ b/system/helpers/cookie_helper.php @@ -131,4 +131,6 @@ if (! function_exists('delete_cookie')) } } -?> \ No newline at end of file + +/* End of file cookie_helper.php */ +/* Location: ./system/helpers/cookie_helper.php */ \ No newline at end of file diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 004cfb122..c4f0e9a40 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -596,4 +596,6 @@ if (! function_exists('timezones')) } } -?> \ No newline at end of file + +/* End of file date_helper.php */ +/* Location: ./system/helpers/date_helper.php */ \ No newline at end of file diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php index 25c16c1fc..7af4d1e38 100644 --- a/system/helpers/directory_helper.php +++ b/system/helpers/directory_helper.php @@ -75,4 +75,6 @@ if (! function_exists('directory_map')) } } -?> \ No newline at end of file + +/* End of file directory_helper.php */ +/* Location: ./system/helpers/directory_helper.php */ \ No newline at end of file diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index 284c6c96e..2096fd849 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php @@ -95,4 +95,6 @@ if (! function_exists('force_download')) } } -?> \ No newline at end of file + +/* End of file download_helper.php */ +/* Location: ./system/helpers/download_helper.php */ \ No newline at end of file diff --git a/system/helpers/email_helper.php b/system/helpers/email_helper.php index 307f3b588..594a030fe 100644 --- a/system/helpers/email_helper.php +++ b/system/helpers/email_helper.php @@ -57,4 +57,6 @@ if (! function_exists('send_email')) } } -?> \ No newline at end of file + +/* End of file email_helper.php */ +/* Location: ./system/helpers/email_helper.php */ \ No newline at end of file diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index bdde2d55d..fac916f3d 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -87,7 +87,7 @@ if (! function_exists('write_file')) { function write_file($path, $data, $mode = FOPEN_WRITE_CREATE_DESTRUCTIVE) { - if (! $fp = @fopen($path, $mode)) + if (! $fp = fopen($path, $mode)) { return FALSE; } @@ -456,4 +456,6 @@ if (! function_exists('octal_permissions')) } } -?> \ No newline at end of file + +/* End of file file_helper.php */ +/* Location: ./system/helpers/file_helper.php */ \ No newline at end of file diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index c9a6897ae..541ab844a 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -610,4 +610,6 @@ if (! function_exists('parse_form_attributes')) } } -?> \ No newline at end of file + +/* End of file form_helper.php */ +/* Location: ./system/helpers/form_helper.php */ \ No newline at end of file diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index 4e86465c1..592c33a50 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -351,4 +351,6 @@ if (! function_exists('nbs')) } } -?> \ No newline at end of file + +/* End of file html_helper.php */ +/* Location: ./system/helpers/html_helper.php */ \ No newline at end of file diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php index bf70a6799..b0b99be54 100644 --- a/system/helpers/inflector_helper.php +++ b/system/helpers/inflector_helper.php @@ -164,4 +164,6 @@ if (! function_exists('humanize')) } } -?> \ No newline at end of file + +/* End of file inflector_helper.php */ +/* Location: ./system/helpers/inflector_helper.php */ \ No newline at end of file diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php index 6abff06af..05bbd0027 100644 --- a/system/helpers/path_helper.php +++ b/system/helpers/path_helper.php @@ -67,4 +67,6 @@ if (! function_exists('set_realpath')) } } -?> \ No newline at end of file + +/* End of file path_helper.php */ +/* Location: ./system/helpers/path_helper.php */ \ No newline at end of file diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index edb6ebb50..0dc1429dd 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -121,4 +121,6 @@ if (! function_exists('encode_php_tags')) } } -?> \ No newline at end of file + +/* End of file security_helper.php */ +/* Location: ./system/helpers/security_helper.php */ \ No newline at end of file diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index 81c6b9199..2162ddda0 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php @@ -170,4 +170,6 @@ if (! function_exists('_get_smiley_array')) } } -?> \ No newline at end of file + +/* End of file smiley_helper.php */ +/* Location: ./system/helpers/smiley_helper.php */ \ No newline at end of file diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php index f68f44ac1..b934723bf 100644 --- a/system/helpers/string_helper.php +++ b/system/helpers/string_helper.php @@ -268,4 +268,6 @@ if (! function_exists('repeater')) } } -?> \ No newline at end of file + +/* End of file string_helper.php */ +/* Location: ./system/helpers/string_helper.php */ \ No newline at end of file diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index df3c89e6f..2d03699f3 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php @@ -436,4 +436,6 @@ if (! function_exists('word_wrap')) } } -?> \ No newline at end of file + +/* End of file text_helper.php */ +/* Location: ./system/helpers/text_helper.php */ \ No newline at end of file diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index 88071604d..78ade5cc3 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php @@ -542,4 +542,6 @@ class Auto_typography { } -?> \ No newline at end of file + +/* End of file typography_helper.php */ +/* Location: ./system/helpers/typography_helper.php */ \ No newline at end of file diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index d702f6b87..32d2da80e 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php @@ -532,4 +532,6 @@ if (! function_exists('_parse_attributes')) } } -?> \ No newline at end of file + +/* End of file url_helper.php */ +/* Location: ./system/helpers/url_helper.php */ \ No newline at end of file diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php index 5aa6de9ec..b91664433 100644 --- a/system/helpers/xml_helper.php +++ b/system/helpers/xml_helper.php @@ -57,4 +57,6 @@ if (! function_exists('xml_convert')) } } -?> \ No newline at end of file + +/* End of file xml_helper.php */ +/* Location: ./system/helpers/xml_helper.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b