summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-21 18:28:08 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-21 18:28:08 +0200
commit27a883c946ee524bb7930edfcfc6e8c153119929 (patch)
tree1cda9b4031ddd1ed8e5f3c2a8eed8bbba5d36a33 /user_guide/database
parent24e921a12fa25d38568ff384d0980f198f360434 (diff)
Fixed more awesome stuff.
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/active_record.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index a8f6159ef..6609d287e 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -537,7 +537,7 @@ $data = array(<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'name' => 'Another Name' ,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'date' => 'Another date'<br />
&nbsp;&nbsp;&nbsp;)<br/>
-);<br />
+);<br />
<br />
$this->db->update_batch('mytable', $data);
<br /><br />