summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_utility.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-16 21:02:48 +0200
committeradmin <devnull@localhost>2006-10-16 21:02:48 +0200
commit9a661810d2b9b96c458c1f369f0059b31012b6a8 (patch)
tree76de207fe698e2e217821622a55bd313083128a3 /system/database/drivers/oci8/oci8_utility.php
parentb06d69f03f5149877390d7e99882006a141268ff (diff)
Diffstat (limited to 'system/database/drivers/oci8/oci8_utility.php')
-rw-r--r--system/database/drivers/oci8/oci8_utility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php
index 96be09506..f4e912183 100644
--- a/system/database/drivers/oci8/oci8_utility.php
+++ b/system/database/drivers/oci8/oci8_utility.php
@@ -106,7 +106,7 @@ class CI_DB_oci8_utility extends CI_DB_utility {
*/
function _repair_table($table)
{
- return return FALSE; // Is this supported in Oracle?
+ return FALSE; // Is this supported in Oracle?
}
// --------------------------------------------------------------------