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/database/drivers/sqlite/sqlite_driver.php | 4 +++- system/database/drivers/sqlite/sqlite_forge.php | 4 +++- system/database/drivers/sqlite/sqlite_result.php | 4 +++- system/database/drivers/sqlite/sqlite_utility.php | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) (limited to 'system/database/drivers/sqlite') diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/system/database/drivers/sqlite/sqlite_driver.php index 70148f360..cb53ad91a 100644 --- a/system/database/drivers/sqlite/sqlite_driver.php +++ b/system/database/drivers/sqlite/sqlite_driver.php @@ -656,4 +656,6 @@ class CI_DB_sqlite_driver extends CI_DB { } -?> \ No newline at end of file + +/* End of file sqlite_driver.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_driver.php */ \ 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..8a1a4da01 100644 --- a/system/database/drivers/sqlite/sqlite_forge.php +++ b/system/database/drivers/sqlite/sqlite_forge.php @@ -231,4 +231,6 @@ class CI_DB_sqlite_forge extends CI_DB_forge { } } -?> \ No newline at end of file + +/* End of file sqlite_forge.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_forge.php */ \ 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..72c93fd48 100644 --- a/system/database/drivers/sqlite/sqlite_result.php +++ b/system/database/drivers/sqlite/sqlite_result.php @@ -180,4 +180,6 @@ class CI_DB_sqlite_result extends CI_DB_result { } -?> \ No newline at end of file + +/* End of file sqlite_result.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_result.php */ \ 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..c85e36575 100644 --- a/system/database/drivers/sqlite/sqlite_utility.php +++ b/system/database/drivers/sqlite/sqlite_utility.php @@ -136,4 +136,6 @@ class CI_DB_sqlite_utility extends CI_DB_utility { } } -?> \ No newline at end of file + +/* End of file sqlite_utility.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_utility.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b