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/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php index f15983d..397af02 100644 --- a/system/database/drivers/mysql/mysql_driver.php +++ b/system/database/drivers/mysql/mysql_driver.php
@@ -649,4 +649,6 @@ } -?> \ No newline at end of file + +/* End of file mysql_driver.php */ +/* Location: ./system/database/drivers/mysql/mysql_driver.php */ \ 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 4eb449e..6701c42 100644 --- a/system/database/drivers/mysql/mysql_forge.php +++ b/system/database/drivers/mysql/mysql_forge.php
@@ -238,4 +238,6 @@ } } -?> \ No newline at end of file + +/* End of file mysql_forge.php */ +/* Location: ./system/database/drivers/mysql/mysql_forge.php */ \ 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 9e6a3c3..01b57e1 100644 --- a/system/database/drivers/mysql/mysql_result.php +++ b/system/database/drivers/mysql/mysql_result.php
@@ -170,4 +170,6 @@ } -?> \ No newline at end of file + +/* End of file mysql_result.php */ +/* Location: ./system/database/drivers/mysql/mysql_result.php */ \ 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 dc8fd08..0804f29 100644 --- a/system/database/drivers/mysql/mysql_utility.php +++ b/system/database/drivers/mysql/mysql_utility.php
@@ -249,4 +249,6 @@ } } -?> \ No newline at end of file + +/* End of file mysql_utility.php */ +/* Location: ./system/database/drivers/mysql/mysql_utility.php */ \ No newline at end of file