diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 17:48:20 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 17:48:20 +0200 |
commit | 5583e1aae64ff7e902136c4ba610d438dc2015d4 (patch) | |
tree | a022ae3bae241c87099b3856f52d5baa0ee68d00 /system/database/drivers/oci8/oci8_result.php | |
parent | 62d6c6d954cb64ea80d43acad7d2da795c0710b5 (diff) |
removed closing PHP tag from all framework files
Diffstat (limited to 'system/database/drivers/oci8/oci8_result.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_result.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index 30dd0da09..9f1257642 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -248,4 +248,3 @@ class CI_DB_oci8_result extends CI_DB_result { }
-?>
\ No newline at end of file |