From: Alexandre Emsenhuber Date: Sat, 11 Sep 2010 08:55:09 +0000 (+0000) Subject: Fix copy-paste from r72782 X-Git-Tag: 1.31.0-rc.0~35015 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=94c7077a13a1f0718728c44f480b990d6a160d63;p=lhc%2Fweb%2Fwiklou.git Fix copy-paste from r72782 --- diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index bb240d1bdb..0110235355 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -331,8 +331,8 @@ abstract class DatabaseUpdater { /** * Modify an existing field * - * @param $table String: name of the table to modify - * @param $field String: name of the old field + * @param $table String: name of the table to which the field belongs + * @param $field String: name of the field to modify * @param $patch String: path to the patch file * @param $fullpath Boolean: whether to treat $patch path as a relative or not */