From 75d568db823b8fe7526e416f5e3f1c2c235f5473 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 30 Jan 2008 20:26:25 +0000 Subject: removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) --- user_guide/database/connecting.html | 1 - 1 file changed, 1 deletion(-) (limited to 'user_guide/database/connecting.html') diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html index 98a5d3784..ea4d18904 100644 --- a/user_guide/database/connecting.html +++ b/user_guide/database/connecting.html @@ -102,7 +102,6 @@ $config['dbdriver'] = "mysql";
$config['dbprefix'] = "";
$config['pconnect'] = FALSE;
$config['db_debug'] = TRUE;
-$config['active_r'] = TRUE;

$this->load->database($config); -- cgit v1.2.3-24-g4f1b