commit | 74ffd17ab06327ca62ddfe28a186cae7ba6bd459 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Oct 27 00:41:03 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Oct 27 00:41:03 2012 +0300 |
tree | 033c45ff09864b64807a92960f5ca546c4ecefbd | |
parent | a779b2cf8ceaea5ecfd8d26f5e2c379b8fca48d8 [diff] |
Deprecated form helper function form_prep(). This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630