diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 18:28:08 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 18:28:08 +0200 |
commit | 27a883c946ee524bb7930edfcfc6e8c153119929 (patch) | |
tree | 1cda9b4031ddd1ed8e5f3c2a8eed8bbba5d36a33 | |
parent | 24e921a12fa25d38568ff384d0980f198f360434 (diff) |
Fixed more awesome stuff.
-rw-r--r-- | user_guide/database/active_record.html | 2 |
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/> 'name' => 'Another Name' ,<br /> 'date' => 'Another date'<br /> )<br/> -);<br /> +);<br /> <br /> $this->db->update_batch('mytable', $data); <br /><br /> |