summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorKatsumi Honda <k@qox.jp>2013-04-03 15:47:34 +0200
committerKatsumi Honda <k@qox.jp>2013-04-03 15:47:34 +0200
commitfa99dc6e81cecfca434ba5b94d9f59647aa721c6 (patch)
tree2a84483fab96f33538f6bf8fe532b8eee05bca86 /system/database/DB_driver.php
parent93f0b8f642abbafdb0b543f348ff1655adf919e6 (diff)
Fixed for styleguide.
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 4f2f491ee..b78f35a65 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -816,7 +816,7 @@ abstract class CI_DB_driver {
}
// The query() function will set this flag to FALSE in the event that a query failed
- if ($this->_trans_status === FALSE or $this->_trans_failure === TRUE)
+ if ($this->_trans_status === FALSE OR $this->_trans_failure === TRUE)
{
$this->trans_rollback();