From 8516a37ba3d99cc909b1ec1b005eae1401585523 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 9 Jul 2008 18:36:07 +0000 Subject: guide typo --- user_guide/changelog.html | 1 + user_guide/database/active_record.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index de8504c04..a96e3c88f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -78,6 +78,7 @@ SVN Revision: XXXX

Bug fixes for 1.6.4

Version 1.6.3

diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index 39bf34f50..afdc9b5ef 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -90,7 +90,7 @@ is generated by each database adapter. It also allows for safer queries, since
// Produces: SELECT * FROM mytable -

The second and third parameters enable you do set a limit and offset clause:

+

The second and third parameters enable you to set a limit and offset clause:

$query = $this->db->get('mytable', 10, 20);

-- cgit v1.2.3-24-g4f1b