From 39886afeec37309963be57551699c7bfc3f6c37b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 20 Apr 2013 09:15:59 -0400 Subject: Fixes #5004 fixed some documentation in database lib --- engine/lib/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/lib/database.php b/engine/lib/database.php index 3553d787d..37dfb8f8d 100644 --- a/engine/lib/database.php +++ b/engine/lib/database.php @@ -473,7 +473,7 @@ function insert_data($query) { } /** - * Update a row in the database. + * Update the database. * * @note Altering the DB invalidates all queries in {@link $DB_QUERY_CACHE}. * @@ -498,7 +498,7 @@ function update_data($query) { } /** - * Remove a row from the database. + * Remove data from the database. * * @note Altering the DB invalidates all queries in {@link $DB_QUERY_CACHE}. * -- cgit v1.2.3