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/oci8 | |
parent | 5583e1aae64ff7e902136c4ba610d438dc2015d4 (diff) |
Undoing change committed in r1115
Diffstat (limited to 'system/database/drivers/oci8')
-rw-r--r-- | system/database/drivers/oci8/oci8_driver.php | 1 | ||||
-rw-r--r-- | system/database/drivers/oci8/oci8_forge.php | 1 | ||||
-rw-r--r-- | system/database/drivers/oci8/oci8_result.php | 1 | ||||
-rw-r--r-- | system/database/drivers/oci8/oci8_utility.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index fb288087c..8fc20449f 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -761,3 +761,4 @@ class CI_DB_oci8_driver extends CI_DB { }
+?>
\ No newline at end of file diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php index 6ca6c5434..a3940aedb 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php @@ -232,3 +232,4 @@ class CI_DB_oci8_forge extends CI_DB_forge { }
+?>
\ No newline at end of file diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index 9f1257642..30dd0da09 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -248,3 +248,4 @@ class CI_DB_oci8_result extends CI_DB_result { }
+?>
\ No newline at end of file diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php index c361c5ec3..117f8e629 100644 --- a/system/database/drivers/oci8/oci8_utility.php +++ b/system/database/drivers/oci8/oci8_utility.php @@ -117,3 +117,4 @@ class CI_DB_oci8_utility extends CI_DB_utility { }
}
+?>
\ No newline at end of file |