commit | a3ffbbb75ab9403941e4f810703313432b3993cc | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Sun May 11 18:18:29 2008 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Sun May 11 18:18:29 2008 +0000 |
tree | 729f404dbc4ecfee4e06d22cadf493747c11a9fa | |
parent | c7deac9f2f9e43cedb18202542e8a46061df046e [diff] |
Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php index a196f75..c993e33 100644 --- a/system/database/drivers/mysqli/mysqli_driver.php +++ b/system/database/drivers/mysqli/mysqli_driver.php
@@ -645,4 +645,6 @@ } -?> \ No newline at end of file + +/* End of file mysqli_driver.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_driver.php */ \ 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 e6bc009..087f9b8 100644 --- a/system/database/drivers/mysqli/mysqli_forge.php +++ b/system/database/drivers/mysqli/mysqli_forge.php
@@ -238,4 +238,6 @@ } } -?> \ No newline at end of file + +/* End of file mysqli_forge.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_forge.php */ \ 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 692d4f7..6b42d35 100644 --- a/system/database/drivers/mysqli/mysqli_result.php +++ b/system/database/drivers/mysqli/mysqli_result.php
@@ -170,4 +170,6 @@ } -?> \ No newline at end of file + +/* End of file mysqli_result.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_result.php */ \ 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 4ab2bb1..24b05b7 100644 --- a/system/database/drivers/mysqli/mysqli_utility.php +++ b/system/database/drivers/mysqli/mysqli_utility.php
@@ -118,4 +118,6 @@ } } -?> \ No newline at end of file + +/* End of file mysqli_utility.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_utility.php */ \ No newline at end of file