diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 18:27:41 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 18:27:41 +0200 |
commit | c7deac9f2f9e43cedb18202542e8a46061df046e (patch) | |
tree | b8c030e025e3a403c8c2fb2511dfb1e9b3512e80 /system/database/drivers/odbc | |
parent | 5583e1aae64ff7e902136c4ba610d438dc2015d4 (diff) |
Undoing change committed in r1115
Diffstat (limited to 'system/database/drivers/odbc')
-rw-r--r-- | system/database/drivers/odbc/odbc_driver.php | 1 | ||||
-rw-r--r-- | system/database/drivers/odbc/odbc_forge.php | 1 | ||||
-rw-r--r-- | system/database/drivers/odbc/odbc_result.php | 1 | ||||
-rw-r--r-- | system/database/drivers/odbc/odbc_utility.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/system/database/drivers/odbc/odbc_driver.php b/system/database/drivers/odbc/odbc_driver.php index 93a1d4e05..20e34ec7b 100644 --- a/system/database/drivers/odbc/odbc_driver.php +++ b/system/database/drivers/odbc/odbc_driver.php @@ -613,3 +613,4 @@ 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 ee4745ccc..66e1722d8 100644 --- a/system/database/drivers/odbc/odbc_forge.php +++ b/system/database/drivers/odbc/odbc_forge.php @@ -253,3 +253,4 @@ 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 d513171d0..dd3f92382 100644 --- a/system/database/drivers/odbc/odbc_result.php +++ b/system/database/drivers/odbc/odbc_result.php @@ -229,3 +229,4 @@ 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 75d1ca283..f74d031bd 100644 --- a/system/database/drivers/odbc/odbc_utility.php +++ b/system/database/drivers/odbc/odbc_utility.php @@ -143,3 +143,4 @@ class CI_DB_odbc_utility extends CI_DB_utility { return FALSE;
}
}
+?>
\ No newline at end of file |