diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-03-18 18:48:06 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-03-18 18:48:06 +0100 |
commit | 0ce275533d0707adb2c0263e5a77c10c351f969c (patch) | |
tree | 30802a834d3bca9e0590dfb82515d52959127c4c /user_guide/database/helpers.html | |
parent | 707d0e0f1e0ea922fbe38d8b43f1fb4e2ea001e5 (diff) |
html fixes
Diffstat (limited to 'user_guide/database/helpers.html')
-rw-r--r-- | user_guide/database/helpers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html index d6cf170d7..409660e2a 100644 --- a/user_guide/database/helpers.html +++ b/user_guide/database/helpers.html @@ -67,7 +67,7 @@ Query Helpers <h2>$this->db->affected_rows()</h2>
<p>Displays the number of affected rows, when doing "write" type queries (insert, update, etc.).</p>
-</p>Note: In MySQL "DELETE FROM TABLE" returns 0 affected rows. The database class has a small hack that allows it to return the
+<p>Note: In MySQL "DELETE FROM TABLE" returns 0 affected rows. The database class has a small hack that allows it to return the
correct number of affected rows. By default this hack is enabled but it can be turned off in the database driver file.</p>
|