From 5583e1aae64ff7e902136c4ba610d438dc2015d4 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 15:48:20 +0000 Subject: removed closing PHP tag from all framework files --- index.php | 1 - system/application/config/autoload.php | 1 - system/application/config/config.php | 1 - system/application/config/constants.php | 1 - system/application/config/database.php | 1 - system/application/config/hooks.php | 1 - system/application/config/mimes.php | 1 - system/application/config/routes.php | 1 - system/application/config/smileys.php | 1 - system/application/config/user_agents.php | 1 - system/application/controllers/welcome.php | 1 - system/codeigniter/Base4.php | 1 - system/codeigniter/Base5.php | 1 - system/codeigniter/CodeIgniter.php | 1 - system/codeigniter/Common.php | 1 - system/codeigniter/Compat.php | 1 - system/database/DB.php | 1 - system/database/DB_active_rec.php | 1 - system/database/DB_cache.php | 1 - system/database/DB_driver.php | 1 - system/database/DB_forge.php | 1 - system/database/DB_result.php | 1 - system/database/DB_utility.php | 1 - system/database/drivers/mssql/mssql_driver.php | 1 - system/database/drivers/mssql/mssql_forge.php | 1 - system/database/drivers/mssql/mssql_result.php | 1 - system/database/drivers/mssql/mssql_utility.php | 1 - system/database/drivers/mysql/mysql_driver.php | 1 - system/database/drivers/mysql/mysql_forge.php | 1 - system/database/drivers/mysql/mysql_result.php | 1 - system/database/drivers/mysql/mysql_utility.php | 1 - system/database/drivers/mysqli/mysqli_driver.php | 1 - system/database/drivers/mysqli/mysqli_forge.php | 1 - system/database/drivers/mysqli/mysqli_result.php | 1 - system/database/drivers/mysqli/mysqli_utility.php | 1 - system/database/drivers/oci8/oci8_driver.php | 1 - system/database/drivers/oci8/oci8_forge.php | 1 - system/database/drivers/oci8/oci8_result.php | 1 - system/database/drivers/oci8/oci8_utility.php | 1 - system/database/drivers/odbc/odbc_driver.php | 1 - system/database/drivers/odbc/odbc_forge.php | 1 - system/database/drivers/odbc/odbc_result.php | 1 - system/database/drivers/odbc/odbc_utility.php | 1 - system/database/drivers/postgre/postgre_driver.php | 1 - system/database/drivers/postgre/postgre_forge.php | 1 - system/database/drivers/postgre/postgre_result.php | 1 - system/database/drivers/postgre/postgre_utility.php | 1 - system/database/drivers/sqlite/sqlite_driver.php | 1 - system/database/drivers/sqlite/sqlite_forge.php | 1 - system/database/drivers/sqlite/sqlite_result.php | 1 - system/database/drivers/sqlite/sqlite_utility.php | 1 - system/helpers/array_helper.php | 1 - system/helpers/compatibility_helper.php | 1 - system/helpers/cookie_helper.php | 1 - system/helpers/date_helper.php | 1 - system/helpers/directory_helper.php | 1 - system/helpers/download_helper.php | 1 - system/helpers/email_helper.php | 1 - system/helpers/file_helper.php | 1 - system/helpers/form_helper.php | 1 - system/helpers/html_helper.php | 1 - system/helpers/inflector_helper.php | 1 - system/helpers/path_helper.php | 1 - system/helpers/security_helper.php | 1 - system/helpers/smiley_helper.php | 1 - system/helpers/string_helper.php | 1 - system/helpers/text_helper.php | 1 - system/helpers/typography_helper.php | 1 - system/helpers/url_helper.php | 1 - system/helpers/xml_helper.php | 1 - system/language/english/calendar_lang.php | 1 - system/language/english/date_lang.php | 1 - system/language/english/db_lang.php | 1 - system/language/english/email_lang.php | 1 - system/language/english/ftp_lang.php | 1 - system/language/english/imglib_lang.php | 1 - system/language/english/profiler_lang.php | 1 - system/language/english/scaffolding_lang.php | 1 - system/language/english/unit_test_lang.php | 1 - system/language/english/upload_lang.php | 1 - system/language/english/validation_lang.php | 1 - system/libraries/Benchmark.php | 1 - system/libraries/Calendar.php | 1 - system/libraries/Config.php | 1 - system/libraries/Controller.php | 1 - system/libraries/Email.php | 1 - system/libraries/Encrypt.php | 1 - system/libraries/Exceptions.php | 1 - system/libraries/Ftp.php | 1 - system/libraries/Hooks.php | 1 - system/libraries/Image_lib.php | 1 - system/libraries/Input.php | 1 - system/libraries/Language.php | 1 - system/libraries/Loader.php | 1 - system/libraries/Log.php | 1 - system/libraries/Model.php | 1 - system/libraries/Output.php | 1 - system/libraries/Pagination.php | 1 - system/libraries/Parser.php | 1 - system/libraries/Profiler.php | 1 - system/libraries/Router.php | 1 - system/libraries/Session.php | 1 - system/libraries/Sha1.php | 1 - system/libraries/Table.php | 1 - system/libraries/Trackback.php | 1 - system/libraries/URI.php | 1 - system/libraries/Unit_test.php | 1 - system/libraries/Upload.php | 1 - system/libraries/User_agent.php | 1 - system/libraries/Validation.php | 1 - system/libraries/Xmlrpc.php | 1 - system/libraries/Xmlrpcs.php | 1 - system/libraries/Zip.php | 1 - system/plugins/captcha_pi.php | 1 - system/scaffolding/Scaffolding.php | 1 - user_guide/changelog.html | 1 + 116 files changed, 1 insertion(+), 115 deletions(-) diff --git a/index.php b/index.php index ebf696e85..9ad29942a 100644 --- a/index.php +++ b/index.php @@ -113,4 +113,3 @@ else | */ require_once BASEPATH.'codeigniter/CodeIgniter'.EXT; -?> \ No newline at end of file diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php index 2dfbe422c..15e2e7b40 100644 --- a/system/application/config/autoload.php +++ b/system/application/config/autoload.php @@ -122,4 +122,3 @@ $autoload['model'] = array(); // $autoload['core'] = array(); -?> \ No newline at end of file diff --git a/system/application/config/config.php b/system/application/config/config.php index 24fbb4b7a..22fe4513a 100644 --- a/system/application/config/config.php +++ b/system/application/config/config.php @@ -311,4 +311,3 @@ $config['time_reference'] = 'local'; $config['rewrite_short_tags'] = FALSE; -?> \ No newline at end of file diff --git a/system/application/config/constants.php b/system/application/config/constants.php index 3f7975635..303d87372 100644 --- a/system/application/config/constants.php +++ b/system/application/config/constants.php @@ -36,4 +36,3 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b'); define('FOPEN_WRITE_CREATE_STRICT', 'xb'); define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b'); -?> \ No newline at end of file diff --git a/system/application/config/database.php b/system/application/config/database.php index 6973c5afa..feefc77e1 100644 --- a/system/application/config/database.php +++ b/system/application/config/database.php @@ -50,4 +50,3 @@ $db['default']['cachedir'] = ""; $db['default']['char_set'] = "utf8"; $db['default']['dbcollat'] = "utf8_general_ci"; -?> \ No newline at end of file diff --git a/system/application/config/hooks.php b/system/application/config/hooks.php index f0a0d6e3a..4fce538d0 100644 --- a/system/application/config/hooks.php +++ b/system/application/config/hooks.php @@ -11,4 +11,3 @@ */ -?> \ No newline at end of file diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php index 7f5f20803..fae325b24 100644 --- a/system/application/config/mimes.php +++ b/system/application/config/mimes.php @@ -99,4 +99,3 @@ $mimes = array( 'hqx' => 'application/mac-binhex40', ); -?> \ No newline at end of file diff --git a/system/application/config/routes.php b/system/application/config/routes.php index 1395b7aed..ec03d77b5 100644 --- a/system/application/config/routes.php +++ b/system/application/config/routes.php @@ -43,4 +43,3 @@ $route['default_controller'] = "welcome"; $route['scaffolding_trigger'] = ""; -?> \ No newline at end of file diff --git a/system/application/config/smileys.php b/system/application/config/smileys.php index a227d8b68..abecede68 100644 --- a/system/application/config/smileys.php +++ b/system/application/config/smileys.php @@ -61,4 +61,3 @@ $smileys = array( ':question:' => array('question.gif', '19', '19', 'question') // no comma after last item ); -?> \ No newline at end of file diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php index 08a665f9d..873a5a503 100644 --- a/system/application/config/user_agents.php +++ b/system/application/config/user_agents.php @@ -100,4 +100,3 @@ $robots = array( ); -?> \ No newline at end of file diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php index 7f7296d81..243423a65 100644 --- a/system/application/controllers/welcome.php +++ b/system/application/controllers/welcome.php @@ -12,4 +12,3 @@ class Welcome extends Controller { $this->load->view('welcome_message'); } } -?> \ No newline at end of file diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php index 577977c1c..fcf8b9850 100644 --- a/system/codeigniter/Base4.php +++ b/system/codeigniter/Base4.php @@ -64,4 +64,3 @@ function &get_instance() return $OBJ->load; } -?> \ No newline at end of file diff --git a/system/codeigniter/Base5.php b/system/codeigniter/Base5.php index c731a00c4..9e0e20d6c 100644 --- a/system/codeigniter/Base5.php +++ b/system/codeigniter/Base5.php @@ -51,4 +51,3 @@ function &get_instance() } -?> \ No newline at end of file diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 75332e678..12a7423c4 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -273,4 +273,3 @@ if (class_exists('CI_DB') AND isset($CI->db)) } -?> \ No newline at end of file diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index c5c548cdf..874f588b5 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -295,4 +295,3 @@ function _exception_handler($severity, $message, $filepath, $line) } -?> \ No newline at end of file diff --git a/system/codeigniter/Compat.php b/system/codeigniter/Compat.php index 8537432f5..469964a09 100644 --- a/system/codeigniter/Compat.php +++ b/system/codeigniter/Compat.php @@ -91,4 +91,3 @@ if (! function_exists('ctype_alnum')) // -------------------------------------------------------------------- -?> \ No newline at end of file diff --git a/system/database/DB.php b/system/database/DB.php index 8efe05560..55d73ba0b 100644 --- a/system/database/DB.php +++ b/system/database/DB.php @@ -120,4 +120,3 @@ function &DB($params = '', $active_record_override = FALSE) } -?> \ No newline at end of file diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 49d438727..af042dcd2 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -1749,4 +1749,3 @@ class CI_DB_active_record extends CI_DB_driver { } } -?> \ No newline at end of file diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 982725aaa..a154ba86d 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php @@ -186,4 +186,3 @@ class CI_DB_Cache { } -?> \ No newline at end of file diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index a5ca75dd6..dd235103e 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1145,4 +1145,3 @@ class CI_DB_driver { } -?> \ No newline at end of file diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index 2ddb21be7..258da346d 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -341,4 +341,3 @@ class CI_DB_forge { } } -?> \ No newline at end of file diff --git a/system/database/DB_result.php b/system/database/DB_result.php index cfe9d2a32..90338d0c4 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php @@ -338,4 +338,3 @@ class CI_DB_result { } // END DB_result class -?> \ No newline at end of file diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index 11f1fb4de..2604a3e76 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php @@ -384,4 +384,3 @@ class CI_DB_utility extends CI_DB_forge { } -?> \ No newline at end of file diff --git a/system/database/drivers/mssql/mssql_driver.php b/system/database/drivers/mssql/mssql_driver.php index 6e67c57c0..3a9bb31cc 100644 --- a/system/database/drivers/mssql/mssql_driver.php +++ b/system/database/drivers/mssql/mssql_driver.php @@ -641,4 +641,3 @@ class CI_DB_mssql_driver extends CI_DB { } -?> \ No newline at end of file diff --git a/system/database/drivers/mssql/mssql_forge.php b/system/database/drivers/mssql/mssql_forge.php index 63063f259..b81b565eb 100644 --- a/system/database/drivers/mssql/mssql_forge.php +++ b/system/database/drivers/mssql/mssql_forge.php @@ -235,4 +235,3 @@ class CI_DB_mssql_forge extends CI_DB_forge { } } -?> \ No newline at end of file diff --git a/system/database/drivers/mssql/mssql_result.php b/system/database/drivers/mssql/mssql_result.php index c95fd91f6..9044bc095 100644 --- a/system/database/drivers/mssql/mssql_result.php +++ b/system/database/drivers/mssql/mssql_result.php @@ -170,4 +170,3 @@ class CI_DB_mssql_result extends CI_DB_result { } -?> \ No newline at end of file diff --git a/system/database/drivers/mssql/mssql_utility.php b/system/database/drivers/mssql/mssql_utility.php index 87f8196f7..9ba65742c 100644 --- a/system/database/drivers/mssql/mssql_utility.php +++ b/system/database/drivers/mssql/mssql_utility.php @@ -118,4 +118,3 @@ class CI_DB_mssql_utility extends CI_DB_utility { } -?> \ No newline at end of file diff --git a/system/database/drivers/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php index f15983d2b..9fd042151 100644 --- a/system/database/drivers/mysql/mysql_driver.php +++ b/system/database/drivers/mysql/mysql_driver.php @@ -649,4 +649,3 @@ class CI_DB_mysql_driver extends CI_DB { } -?> \ No newline at end of file diff --git a/system/database/drivers/mysql/mysql_forge.php b/system/database/drivers/mysql/mysql_forge.php index 4eb449ef2..e9ea94706 100644 --- a/system/database/drivers/mysql/mysql_forge.php +++ b/system/database/drivers/mysql/mysql_forge.php @@ -238,4 +238,3 @@ class CI_DB_mysql_forge extends CI_DB_forge { } } -?> \ No newline at end of file diff --git a/system/database/drivers/mysql/mysql_result.php b/system/database/drivers/mysql/mysql_result.php index 9e6a3c3d1..7c5125fc4 100644 --- a/system/database/drivers/mysql/mysql_result.php +++ b/system/database/drivers/mysql/mysql_result.php @@ -170,4 +170,3 @@ class CI_DB_mysql_result extends CI_DB_result { } -?> \ No newline at end of file diff --git a/system/database/drivers/mysql/mysql_utility.php b/system/database/drivers/mysql/mysql_utility.php index dc8fd0866..22bc23383 100644 --- a/system/database/drivers/mysql/mysql_utility.php +++ b/system/database/drivers/mysql/mysql_utility.php @@ -249,4 +249,3 @@ class CI_DB_mysql_utility extends CI_DB_utility { } } -?> \ No newline at end of file diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php index a196f755a..4ffbbaca1 100644 --- a/system/database/drivers/mysqli/mysqli_driver.php +++ b/system/database/drivers/mysqli/mysqli_driver.php @@ -645,4 +645,3 @@ class CI_DB_mysqli_driver extends CI_DB { } -?> \ No newline at end of file diff --git a/system/database/drivers/mysqli/mysqli_forge.php b/system/database/drivers/mysqli/mysqli_forge.php index e6bc0093f..a0ff9f574 100644 --- a/system/database/drivers/mysqli/mysqli_forge.php +++ b/system/database/drivers/mysqli/mysqli_forge.php @@ -238,4 +238,3 @@ class CI_DB_mysqli_forge extends CI_DB_forge { } } -?> \ No newline at end of file diff --git a/system/database/drivers/mysqli/mysqli_result.php b/system/database/drivers/mysqli/mysqli_result.php index 692d4f729..b1a060405 100644 --- a/system/database/drivers/mysqli/mysqli_result.php +++ b/system/database/drivers/mysqli/mysqli_result.php @@ -170,4 +170,3 @@ class CI_DB_mysqli_result extends CI_DB_result { } -?> \ No newline at end of file diff --git a/system/database/drivers/mysqli/mysqli_utility.php b/system/database/drivers/mysqli/mysqli_utility.php index 4ab2bb1d1..75f4a4192 100644 --- a/system/database/drivers/mysqli/mysqli_utility.php +++ b/system/database/drivers/mysqli/mysqli_utility.php @@ -118,4 +118,3 @@ class CI_DB_mysqli_utility extends CI_DB_utility { } } -?> \ No newline at end of file diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 8fc20449f..fb288087c 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -761,4 +761,3 @@ class CI_DB_oci8_driver extends CI_DB { } -?> \ No newline at end of file diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php index a3940aedb..6ca6c5434 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php @@ -232,4 +232,3 @@ class CI_DB_oci8_forge extends CI_DB_forge { } -?> \ No newline at end of file diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index 30dd0da09..9f1257642 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -248,4 +248,3 @@ class CI_DB_oci8_result extends CI_DB_result { } -?> \ No newline at end of file diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php index 117f8e629..c361c5ec3 100644 --- a/system/database/drivers/oci8/oci8_utility.php +++ b/system/database/drivers/oci8/oci8_utility.php @@ -117,4 +117,3 @@ class CI_DB_oci8_utility extends CI_DB_utility { } } -?> \ No newline at end of file diff --git a/system/database/drivers/odbc/odbc_driver.php b/system/database/drivers/odbc/odbc_driver.php index 20e34ec7b..93a1d4e05 100644 --- a/system/database/drivers/odbc/odbc_driver.php +++ b/system/database/drivers/odbc/odbc_driver.php @@ -613,4 +613,3 @@ class CI_DB_odbc_driver extends CI_DB { } -?> \ No newline at end of file diff --git a/system/database/drivers/odbc/odbc_forge.php b/system/database/drivers/odbc/odbc_forge.php index 66e1722d8..ee4745ccc 100644 --- a/system/database/drivers/odbc/odbc_forge.php +++ b/system/database/drivers/odbc/odbc_forge.php @@ -253,4 +253,3 @@ class CI_DB_odbc_forge extends CI_DB_forge { } -?> \ No newline at end of file diff --git a/system/database/drivers/odbc/odbc_result.php b/system/database/drivers/odbc/odbc_result.php index dd3f92382..d513171d0 100644 --- a/system/database/drivers/odbc/odbc_result.php +++ b/system/database/drivers/odbc/odbc_result.php @@ -229,4 +229,3 @@ class CI_DB_odbc_result extends CI_DB_result { } -?> \ No newline at end of file diff --git a/system/database/drivers/odbc/odbc_utility.php b/system/database/drivers/odbc/odbc_utility.php index f74d031bd..75d1ca283 100644 --- a/system/database/drivers/odbc/odbc_utility.php +++ b/system/database/drivers/odbc/odbc_utility.php @@ -143,4 +143,3 @@ class CI_DB_odbc_utility extends CI_DB_utility { return FALSE; } } -?> \ No newline at end of file diff --git a/system/database/drivers/postgre/postgre_driver.php b/system/database/drivers/postgre/postgre_driver.php index 46ba1d009..7c46e7a4b 100644 --- a/system/database/drivers/postgre/postgre_driver.php +++ b/system/database/drivers/postgre/postgre_driver.php @@ -641,4 +641,3 @@ class CI_DB_postgre_driver extends CI_DB { } -?> \ No newline at end of file diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php index 72a61748d..ad4c5cdae 100644 --- a/system/database/drivers/postgre/postgre_forge.php +++ b/system/database/drivers/postgre/postgre_forge.php @@ -235,4 +235,3 @@ class CI_DB_postgre_forge extends CI_DB_forge { } -?> \ No newline at end of file diff --git a/system/database/drivers/postgre/postgre_result.php b/system/database/drivers/postgre/postgre_result.php index fdce01aac..f3fb89951 100644 --- a/system/database/drivers/postgre/postgre_result.php +++ b/system/database/drivers/postgre/postgre_result.php @@ -170,4 +170,3 @@ class CI_DB_postgre_result extends CI_DB_result { } -?> \ No newline at end of file diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php index 573654f68..25f44f06c 100644 --- a/system/database/drivers/postgre/postgre_utility.php +++ b/system/database/drivers/postgre/postgre_utility.php @@ -119,4 +119,3 @@ class CI_DB_postgre_utility extends CI_DB_utility { } -?> \ No newline at end of file diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/system/database/drivers/sqlite/sqlite_driver.php index 70148f360..f84ee2095 100644 --- a/system/database/drivers/sqlite/sqlite_driver.php +++ b/system/database/drivers/sqlite/sqlite_driver.php @@ -656,4 +656,3 @@ class CI_DB_sqlite_driver extends CI_DB { } -?> \ No newline at end of file diff --git a/system/database/drivers/sqlite/sqlite_forge.php b/system/database/drivers/sqlite/sqlite_forge.php index 44950bfc7..8afd39e99 100644 --- a/system/database/drivers/sqlite/sqlite_forge.php +++ b/system/database/drivers/sqlite/sqlite_forge.php @@ -231,4 +231,3 @@ class CI_DB_sqlite_forge extends CI_DB_forge { } } -?> \ No newline at end of file diff --git a/system/database/drivers/sqlite/sqlite_result.php b/system/database/drivers/sqlite/sqlite_result.php index b8f3dc5b7..92bc3872a 100644 --- a/system/database/drivers/sqlite/sqlite_result.php +++ b/system/database/drivers/sqlite/sqlite_result.php @@ -180,4 +180,3 @@ class CI_DB_sqlite_result extends CI_DB_result { } -?> \ No newline at end of file diff --git a/system/database/drivers/sqlite/sqlite_utility.php b/system/database/drivers/sqlite/sqlite_utility.php index ab58f8fd7..8d2b44362 100644 --- a/system/database/drivers/sqlite/sqlite_utility.php +++ b/system/database/drivers/sqlite/sqlite_utility.php @@ -136,4 +136,3 @@ class CI_DB_sqlite_utility extends CI_DB_utility { } } -?> \ No newline at end of file diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index 8ae44826a..0d9fc0b47 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php @@ -73,4 +73,3 @@ if (! function_exists('random_element')) } } -?> \ No newline at end of file diff --git a/system/helpers/compatibility_helper.php b/system/helpers/compatibility_helper.php index 0d214648c..ee7e77058 100644 --- a/system/helpers/compatibility_helper.php +++ b/system/helpers/compatibility_helper.php @@ -493,4 +493,3 @@ if (! function_exists('http_build_query')) } } -?> \ No newline at end of file diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php index 75c769e9c..0d21f11e4 100644 --- a/system/helpers/cookie_helper.php +++ b/system/helpers/cookie_helper.php @@ -131,4 +131,3 @@ if (! function_exists('delete_cookie')) } } -?> \ No newline at end of file diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 004cfb122..447146860 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -596,4 +596,3 @@ if (! function_exists('timezones')) } } -?> \ No newline at end of file diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php index 25c16c1fc..a3227c810 100644 --- a/system/helpers/directory_helper.php +++ b/system/helpers/directory_helper.php @@ -75,4 +75,3 @@ if (! function_exists('directory_map')) } } -?> \ No newline at end of file diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index 284c6c96e..39c2a2afc 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php @@ -95,4 +95,3 @@ if (! function_exists('force_download')) } } -?> \ No newline at end of file diff --git a/system/helpers/email_helper.php b/system/helpers/email_helper.php index 307f3b588..a1452cec9 100644 --- a/system/helpers/email_helper.php +++ b/system/helpers/email_helper.php @@ -57,4 +57,3 @@ if (! function_exists('send_email')) } } -?> \ No newline at end of file diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index bdde2d55d..0c2ae5af6 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -456,4 +456,3 @@ if (! function_exists('octal_permissions')) } } -?> \ No newline at end of file diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index c9a6897ae..c91e5a5c7 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -610,4 +610,3 @@ if (! function_exists('parse_form_attributes')) } } -?> \ No newline at end of file diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index 4e86465c1..f488a5d3d 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -351,4 +351,3 @@ if (! function_exists('nbs')) } } -?> \ No newline at end of file diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php index bf70a6799..a833c70b8 100644 --- a/system/helpers/inflector_helper.php +++ b/system/helpers/inflector_helper.php @@ -164,4 +164,3 @@ if (! function_exists('humanize')) } } -?> \ No newline at end of file diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php index 6abff06af..8ff9f2425 100644 --- a/system/helpers/path_helper.php +++ b/system/helpers/path_helper.php @@ -67,4 +67,3 @@ if (! function_exists('set_realpath')) } } -?> \ No newline at end of file diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index edb6ebb50..6e61aa71d 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -121,4 +121,3 @@ if (! function_exists('encode_php_tags')) } } -?> \ No newline at end of file diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index 81c6b9199..d65801834 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php @@ -170,4 +170,3 @@ if (! function_exists('_get_smiley_array')) } } -?> \ No newline at end of file diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php index f68f44ac1..cd2af0cef 100644 --- a/system/helpers/string_helper.php +++ b/system/helpers/string_helper.php @@ -268,4 +268,3 @@ if (! function_exists('repeater')) } } -?> \ No newline at end of file diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index df3c89e6f..95c2c619b 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php @@ -436,4 +436,3 @@ if (! function_exists('word_wrap')) } } -?> \ No newline at end of file diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index 88071604d..82573844b 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php @@ -542,4 +542,3 @@ class Auto_typography { } -?> \ No newline at end of file diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index d702f6b87..1c6c5c552 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php @@ -532,4 +532,3 @@ if (! function_exists('_parse_attributes')) } } -?> \ No newline at end of file diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php index 5aa6de9ec..a3d08f622 100644 --- a/system/helpers/xml_helper.php +++ b/system/helpers/xml_helper.php @@ -57,4 +57,3 @@ if (! function_exists('xml_convert')) } } -?> \ No newline at end of file diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 9ee4a5e69..62f24ac57 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -46,4 +46,3 @@ $lang['cal_october'] = "October"; $lang['cal_november'] = "November"; $lang['cal_december'] = "December"; -?> \ No newline at end of file diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 6b18aa7be..6cb93031f 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -46,4 +46,3 @@ $lang['UP10'] = "(UTC + 10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok" $lang['UP11'] = "(UTC + 11:00) Magadan, New Caledonia, Solomon Islands"; $lang['UP12'] = "(UTC + 12:00) Auckland, Wellington, Fiji, Marshall Islands"; -?> \ No newline at end of file diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 1e79a706d..2748bf9c8 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -22,4 +22,3 @@ $lang['db_column_name_required'] = 'A column name is required for that operation $lang['db_column_definition_required'] = 'A column definition is required for that operation.'; $lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s'; -?> \ No newline at end of file diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index f02686509..5e3dc106c 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -18,4 +18,3 @@ $lang['email_smtp_auth_un'] = "Failed to authenticate username. Error: %s"; $lang['email_smtp_auth_pw'] = "Failed to authenticate password. Error: %s"; $lang['email_smtp_data_failure'] = "Unable to send data: %s"; -?> \ No newline at end of file diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index da744fea7..7b9203338 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -12,4 +12,3 @@ $lang['ftp_unable_to_rename'] = "Unable to rename the file."; $lang['ftp_unable_to_delete'] = "Unable to delete the file."; $lang['ftp_unable_to_move'] = "Unable to move the file. Please make sure the destination directory exists."; -?> \ No newline at end of file diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 520f17f35..78e1ec2fb 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -18,4 +18,3 @@ $lang['imglib_invalid_path'] = "The path to the image is not correct."; $lang['imglib_copy_failed'] = "The image copy routine failed."; $lang['imglib_missing_font'] = "Unable to find a font to use."; -?> \ No newline at end of file diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 219a83856..c8f183511 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,4 +12,3 @@ $lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; -?> \ No newline at end of file diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php index 96fe167e5..4e3cde7dc 100644 --- a/system/language/english/scaffolding_lang.php +++ b/system/language/english/scaffolding_lang.php @@ -12,4 +12,3 @@ $lang['scaff_no'] = 'No'; $lang['scaff_no_data'] = 'No data exists for this table yet.'; $lang['scaff_del_confirm'] = 'Are you sure you want to delete the following row:'; -?> \ No newline at end of file diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index a33cad5f2..aa71ad2e5 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -19,4 +19,3 @@ $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource'; $lang['ut_null'] = 'Null' -?> \ No newline at end of file diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php index fa6d7c9fb..4667489c9 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -17,4 +17,3 @@ $lang['upload_no_file_types'] = "You have not specified any allowed file types." $lang['upload_bad_filename'] = "The file name you submitted already exists on the server."; $lang['upload_not_writable'] = "The upload destination folder does not appear to be writable."; -?> \ No newline at end of file diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 1e9ec2c1b..82fd9c99d 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -15,4 +15,3 @@ $lang['numeric'] = "The %s field must contain a number."; $lang['integer'] = "The %s field must contain an integer."; $lang['matches'] = "The %s field does not match the %s field."; -?> \ No newline at end of file diff --git a/system/libraries/Benchmark.php b/system/libraries/Benchmark.php index 323d9668d..db9239d61 100644 --- a/system/libraries/Benchmark.php +++ b/system/libraries/Benchmark.php @@ -108,4 +108,3 @@ class CI_Benchmark { } // END CI_Benchmark class -?> \ No newline at end of file diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php index e9621fec1..42e70f4de 100644 --- a/system/libraries/Calendar.php +++ b/system/libraries/Calendar.php @@ -472,4 +472,3 @@ class CI_Calendar { } // END CI_Calendar class -?> \ No newline at end of file diff --git a/system/libraries/Config.php b/system/libraries/Config.php index 73f1986a0..a3a7d9d75 100644 --- a/system/libraries/Config.php +++ b/system/libraries/Config.php @@ -242,4 +242,3 @@ class CI_Config { } // END CI_Config class -?> \ No newline at end of file diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 4957fc35e..e5b2f2796 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php @@ -121,4 +121,3 @@ class Controller extends CI_Base { } // END _Controller class -?> \ No newline at end of file diff --git a/system/libraries/Email.php b/system/libraries/Email.php index aa08971f9..bb72ad439 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -1848,4 +1848,3 @@ class CI_Email { } // END CI_Email class -?> \ No newline at end of file diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 9a784d254..7463fd0a6 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -481,4 +481,3 @@ class CI_Encrypt { } // END CI_Encrypt class -?> \ No newline at end of file diff --git a/system/libraries/Exceptions.php b/system/libraries/Exceptions.php index 7c9640554..0b647df39 100644 --- a/system/libraries/Exceptions.php +++ b/system/libraries/Exceptions.php @@ -167,4 +167,3 @@ class CI_Exceptions { } // END Exceptions Class -?> \ No newline at end of file diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php index 74b7728fa..f45f992d1 100644 --- a/system/libraries/Ftp.php +++ b/system/libraries/Ftp.php @@ -613,4 +613,3 @@ class CI_FTP { } // END FTP Class -?> \ No newline at end of file diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php index a41320c5e..c68b42353 100644 --- a/system/libraries/Hooks.php +++ b/system/libraries/Hooks.php @@ -221,4 +221,3 @@ class CI_Hooks { } // END CI_Hooks class -?> \ No newline at end of file diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index c236e391e..d2f464044 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -1533,4 +1533,3 @@ class CI_Image_lib { } // END Image_lib Class -?> \ No newline at end of file diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 8a0478be2..9d64a2cb4 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -923,4 +923,3 @@ class CI_Input { } // END Input class -?> \ No newline at end of file diff --git a/system/libraries/Language.php b/system/libraries/Language.php index a8e6366bb..45c839250 100644 --- a/system/libraries/Language.php +++ b/system/libraries/Language.php @@ -118,4 +118,3 @@ class CI_Language { } // END Language Class -?> \ No newline at end of file diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index 5966aebf6..60dc73b1f 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -1027,4 +1027,3 @@ class CI_Loader { } } -?> \ No newline at end of file diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 26757ba50..1754b3980 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -115,4 +115,3 @@ class CI_Log { } // END Log Class -?> \ No newline at end of file diff --git a/system/libraries/Model.php b/system/libraries/Model.php index e87d6045c..ce8e128ad 100644 --- a/system/libraries/Model.php +++ b/system/libraries/Model.php @@ -79,4 +79,3 @@ class Model { } // END Model Class -?> \ No newline at end of file diff --git a/system/libraries/Output.php b/system/libraries/Output.php index d513a1279..69206f519 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -383,4 +383,3 @@ class CI_Output { } // END Output Class -?> \ No newline at end of file diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index e1212035a..68bd1892d 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -215,4 +215,3 @@ class CI_Pagination { } } // END Pagination Class -?> \ No newline at end of file diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index 417e04f29..d2bdba11a 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php @@ -168,4 +168,3 @@ class CI_Parser { } // END Parser Class -?> \ No newline at end of file diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 807c1aff6..38f0d2346 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -340,4 +340,3 @@ class CI_Profiler { } // END CI_Profiler class -?> \ No newline at end of file diff --git a/system/libraries/Router.php b/system/libraries/Router.php index 6bb85518f..ade01a6c1 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php @@ -374,4 +374,3 @@ class CI_Router { } // END Router Class -?> \ No newline at end of file diff --git a/system/libraries/Session.php b/system/libraries/Session.php index d4fdd3ac7..c77eb9e0a 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -649,4 +649,3 @@ class CI_Session { } // END Session Class -?> \ No newline at end of file diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index 6bb891177..768ffa166 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -246,4 +246,3 @@ class CI_SHA { } } // END CI_SHA -?> \ No newline at end of file diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 01b490a5d..5edb5e4cc 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -435,4 +435,3 @@ class CI_Table { } -?> \ No newline at end of file diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php index 3e1c20210..b4c296d1e 100644 --- a/system/libraries/Trackback.php +++ b/system/libraries/Trackback.php @@ -545,4 +545,3 @@ class CI_Trackback { } // END Trackback Class -?> \ No newline at end of file diff --git a/system/libraries/URI.php b/system/libraries/URI.php index 8ee888a2e..59fcff3d7 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php @@ -586,4 +586,3 @@ class CI_URI { } // END URI Class -?> \ No newline at end of file diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index 3cdf45f12..e02ecf037 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -340,4 +340,3 @@ function is_false($test) return (is_bool($test) AND $test === FALSE) ? TRUE : FALSE; } -?> \ No newline at end of file diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 317cf9560..e0ce2b037 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -875,4 +875,3 @@ class CI_Upload { } // END Upload Class -?> \ No newline at end of file diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php index dd60a56a1..a8ce787dc 100644 --- a/system/libraries/User_agent.php +++ b/system/libraries/User_agent.php @@ -497,4 +497,3 @@ class CI_User_agent { } -?> \ No newline at end of file diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index f628d8612..8a81568c4 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php @@ -805,4 +805,3 @@ class CI_Validation { } // END Validation Class -?> \ No newline at end of file diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php index f8ad01714..dee71f4d1 100644 --- a/system/libraries/Xmlrpc.php +++ b/system/libraries/Xmlrpc.php @@ -1416,4 +1416,3 @@ class XML_RPC_Values extends CI_Xmlrpc } // END XML_RPC_Values Class -?> \ No newline at end of file diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php index 7a4bc825e..11f0cfc40 100644 --- a/system/libraries/Xmlrpcs.php +++ b/system/libraries/Xmlrpcs.php @@ -531,4 +531,3 @@ class CI_Xmlrpcs extends CI_Xmlrpc } // END XML_RPC_Server class -?> \ No newline at end of file diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index f7f47ab42..1940ded37 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -374,4 +374,3 @@ class CI_Zip { } } -?> \ No newline at end of file diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index 309ef7ea5..ac31f590c 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php @@ -351,4 +351,3 @@ function create_captcha($data = '', $img_path = '', $img_url = '', $font_path = return array('word' => $word, 'time' => $now, 'image' => $img); } -?> \ No newline at end of file diff --git a/system/scaffolding/Scaffolding.php b/system/scaffolding/Scaffolding.php index 64f62a3d6..559807b7e 100644 --- a/system/scaffolding/Scaffolding.php +++ b/system/scaffolding/Scaffolding.php @@ -286,4 +286,3 @@ class Scaffolding { } } -?> \ No newline at end of file diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f838dbd1c..fbf357683 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -109,6 +109,7 @@ SVN Commit: not currently released

  • Other Changes -- cgit v1.2.3-24-g4f1b