From 2fc68d9bd7cfadb837707429be25a4f8350a7c37 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 28 Mar 2006 04:52:05 +0000 Subject: [PATCH] documentation --- includes/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Database.php b/includes/Database.php index ba7b1d6d58..59817b2a8c 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -1037,7 +1037,7 @@ class Database { * * @param string $table The table to UPDATE * @param array $values An array of values to SET - * @param array $conds An array of conditions (WHERE) + * @param array $conds An array of conditions (WHERE). Use '*' to update all rows. * @param string $fname The Class::Function calling this function * (for the log) * @param array $options An array of UPDATE options, can be one or -- 2.20.1