X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDatabase%2FDBA.php;h=e44260914eeb20c11c959fa0b000d71277180066;hb=f26226229a45af4053055b8a5ea7aa0f7aa33e0c;hp=54c317ba3386dba99ba0f6e014cede9b280a32a0;hpb=a6423031eba1236127160ced3028e36401f40536;p=friendica.git diff --git a/src/Database/DBA.php b/src/Database/DBA.php index 54c317ba33..e44260914e 100644 --- a/src/Database/DBA.php +++ b/src/Database/DBA.php @@ -1,6 +1,6 @@ table] * @param array $fields contains the fields that are updated * @param array $condition condition array with the key values - * @param array|boolean $old_fields array with the old field values that are about to be replaced (true = update on duplicate) + * @param array|boolean $old_fields array with the old field values that are about to be replaced (true = update on duplicate, false = don't update identical fields) * * @return boolean was the update successfull? * @throws \Exception