diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-09 17:35:23 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-09 17:35:23 +0000 |
commit | ab27966a602dc597863f46306752dd27a0dd5b26 (patch) | |
tree | 106e94a15dea66128a17ac957e46c328ddae681b /phpBB/docs/coding-guidelines.html | |
parent | 4cce6105c27a42ce083bc96fe84e3260b4c87707 (diff) | |
download | forums-ab27966a602dc597863f46306752dd27a0dd5b26.tar forums-ab27966a602dc597863f46306752dd27a0dd5b26.tar.gz forums-ab27966a602dc597863f46306752dd27a0dd5b26.tar.bz2 forums-ab27966a602dc597863f46306752dd27a0dd5b26.tar.xz forums-ab27966a602dc597863f46306752dd27a0dd5b26.zip |
...
git-svn-id: file:///svn/phpbb/trunk@8159 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 29dfba6a76..b5aeeccdc3 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2191,6 +2191,12 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) <div class="content"> +<h3>Revision 1.31</h3> + +<ul> + <li>Added add_form_key and check_form_key. </li> +</ul> + <h3>Revision 1.24</h3> <ul> |