diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-09-14 20:26:28 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-09-14 20:26:28 +0200 |
commit | 57cea51f89a1da6f15d2e9e22dbd5f071b7bb286 (patch) | |
tree | 2e5772e900188016ad27eb43e526d5c12e36e4a6 /user_guide | |
parent | 51a4888c71287e66d21c9749c13ba895953b9acb (diff) |
Miscellaneous fixes
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/database/helpers.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html index ecd0d84b6..be6c339b4 100644 --- a/user_guide/database/helpers.html +++ b/user_guide/database/helpers.html @@ -68,8 +68,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 -correct number of affected rows. By default this hack is enabled but it can be turned off in the database driver file.</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 correct number of affected rows. By default this hack is enabled but it can be turned off in the database driver file.</p> <h2>$this->db->count_all();</h2> |