From: Tim Starling Date: Tue, 28 Mar 2006 04:52:05 +0000 (+0000) Subject: documentation X-Git-Tag: 1.6.0~96 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=2fc68d9bd7cfadb837707429be25a4f8350a7c37;p=lhc%2Fweb%2Fwiklou.git documentation --- 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