summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mysql
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-11 18:27:41 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-11 18:27:41 +0200
commitc7deac9f2f9e43cedb18202542e8a46061df046e (patch)
treeb8c030e025e3a403c8c2fb2511dfb1e9b3512e80 /system/database/drivers/mysql
parent5583e1aae64ff7e902136c4ba610d438dc2015d4 (diff)
Undoing change committed in r1115
Diffstat (limited to 'system/database/drivers/mysql')
-rw-r--r--system/database/drivers/mysql/mysql_driver.php1
-rw-r--r--system/database/drivers/mysql/mysql_forge.php1
-rw-r--r--system/database/drivers/mysql/mysql_result.php1
-rw-r--r--system/database/drivers/mysql/mysql_utility.php1
4 files changed, 4 insertions, 0 deletions
diff --git a/system/database/drivers/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php
index 9fd042151..f15983d2b 100644
--- a/system/database/drivers/mysql/mysql_driver.php
+++ b/system/database/drivers/mysql/mysql_driver.php
@@ -649,3 +649,4 @@ 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 e9ea94706..4eb449ef2 100644
--- a/system/database/drivers/mysql/mysql_forge.php
+++ b/system/database/drivers/mysql/mysql_forge.php
@@ -238,3 +238,4 @@ 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 7c5125fc4..9e6a3c3d1 100644
--- a/system/database/drivers/mysql/mysql_result.php
+++ b/system/database/drivers/mysql/mysql_result.php
@@ -170,3 +170,4 @@ 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 22bc23383..dc8fd0866 100644
--- a/system/database/drivers/mysql/mysql_utility.php
+++ b/system/database/drivers/mysql/mysql_utility.php
@@ -249,3 +249,4 @@ class CI_DB_mysql_utility extends CI_DB_utility {
}
}
+?> \ No newline at end of file