summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_forge.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-06-28 10:12:07 +0200
committerAndrey Andreev <narf@devilix.net>2016-06-28 10:12:07 +0200
commit9a7f19c08d98aeb1331cf19327fe8e4560415c91 (patch)
tree85ead4aca1e844cbb9636db94c74f29d0dfa686a /system/database/drivers/oci8/oci8_forge.php
parenta09b96900af8615f4bb0b50046588fb3d5e5db84 (diff)
[ci skip] Add changelog entries for PR #4678
Diffstat (limited to 'system/database/drivers/oci8/oci8_forge.php')
-rw-r--r--system/database/drivers/oci8/oci8_forge.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php
index 989c7a8b7..23e025757 100644
--- a/system/database/drivers/oci8/oci8_forge.php
+++ b/system/database/drivers/oci8/oci8_forge.php
@@ -182,5 +182,4 @@ class CI_DB_oci8_forge extends CI_DB_forge {
default: return;
}
}
-
}