summaryrefslogtreecommitdiffstats
path: root/system/drivers/DB_active_record.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-08-27 17:28:31 +0200
committeradmin <devnull@localhost>2006-08-27 17:28:31 +0200
commit57b3d39cb79bb3b8d193e0e345a62e3396e519f2 (patch)
treea453970cc05172c819df5bd7a04b3c431e67a37a /system/drivers/DB_active_record.php
parent141808ad31d4eefad4c6c3dbaf8306fac2342668 (diff)
Diffstat (limited to 'system/drivers/DB_active_record.php')
-rw-r--r--system/drivers/DB_active_record.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/drivers/DB_active_record.php b/system/drivers/DB_active_record.php
index 373c0f626..f1995c807 100644
--- a/system/drivers/DB_active_record.php
+++ b/system/drivers/DB_active_record.php
@@ -663,7 +663,7 @@ class CI_DB_active_record extends CI_DB_driver {
if (count($this->ar_where) == 0)
{
- if ($this->debug)
+ if ($this->db_debug)
{
return $this->display_error('db_del_must_use_where');
}