From 63c361dfd8693aa080acfe81b3e4edf82c5499ca Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 17 Oct 2008 05:48:57 +0000 Subject: Fixed a tab issue --- system/database/drivers/oci8/oci8_driver.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'system/database/drivers/oci8/oci8_driver.php') diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 0c51a5ea7..365c9e78b 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -211,11 +211,11 @@ class CI_DB_oci8_driver extends CI_DB { * params array keys * * KEY OPTIONAL NOTES - * name no the name of the parameter should be in : format - * value no the value of the parameter. If this is an OUT or IN OUT parameter, - * this should be a reference to a variable - * type yes the type of the parameter - * length yes the max size of the parameter + * name no the name of the parameter should be in : format + * value no the value of the parameter. If this is an OUT or IN OUT parameter, + * this should be a reference to a variable + * type yes the type of the parameter + * length yes the max size of the parameter */ function stored_procedure($package, $procedure, $params) { -- cgit v1.2.3-24-g4f1b