summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_driver.php
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-17 07:48:57 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-17 07:48:57 +0200
commit63c361dfd8693aa080acfe81b3e4edf82c5499ca (patch)
treea5720644b086cf17ae32d0116d583221064ff507 /system/database/drivers/oci8/oci8_driver.php
parentd004cf1468c6e4d7c2e99711e2a4238977db2f3c (diff)
Fixed a tab issue
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r--system/database/drivers/oci8/oci8_driver.php10
1 files changed, 5 insertions, 5 deletions
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 :<param_name> 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 :<param_name> 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)
{