Commit 8e2e988
committed
bug #4603 Replace form_enctype(form) with form_start(form). (xelaris)
This PR was merged into the 2.3 branch.
Discussion
----------
Replace form_enctype(form) with form_start(form).
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | >=2.3
| Fixed tickets |
Since form_enctype(form) is deprecated since 2.3 form_start(form) should be used.
Commits
-------
21d69eb Replace form_enctype(form) with form_start(form).1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments