diff --git a/system/Helpers/form_helper.php b/system/Helpers/form_helper.php index e33ec2e89137..2466900d0d3e 100644 --- a/system/Helpers/form_helper.php +++ b/system/Helpers/form_helper.php @@ -571,7 +571,6 @@ function set_value(string $field, $default = '', bool $htmlEscape = true) * Set Select * * Let's you set the selected value of a /> /> - .. note:: If you are using the Validation class, you must always specify - a rule for your field, even if empty, in order for the ``set_*()`` - functions to work. This is because if a Validation object is - defined, the control for ``set_*()`` is handed over to a method of the - class instead of the generic helper function.