diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-10-19 14:03:44 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-19 14:03:44 +0200 |
commit | d503272645d0f14daa2c2664e04dbdc33da9379e (patch) | |
tree | 3a29a36401d16572b71e0fe46442f6583904e521 /phpBB/docs | |
parent | 5f0f8c25be2c51b3699768ca7857e477ac68a061 (diff) | |
parent | b27b69cf375df2374a280dba5d14a257dae25365 (diff) | |
download | forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar.gz forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar.bz2 forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar.xz forums-d503272645d0f14daa2c2664e04dbdc33da9379e.zip |
Merge branch 'ticket/bantu/9857' into develop-olympus
* ticket/bantu/9857:
[ticket/9857] Remove visible $Id$ from phpBB/docs files.
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/auth_api.html | 2 | ||||
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 | ||||
-rw-r--r-- | phpBB/docs/hook_system.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html index 50d73d4485..8973582bdb 100644 --- a/phpBB/docs/auth_api.html +++ b/phpBB/docs/auth_api.html @@ -287,7 +287,7 @@ $auth_admin = new auth_admin(); <!-- END DOCUMENT --> <div id="page-footer"> - <div class="version"> $Id$ </div> + <div class="version"> </div> </div> </div></div> diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index e9b222858d..76afc79f99 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2381,7 +2381,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) <!-- END DOCUMENT --> <div id="page-footer"> - <div class="version"> $Id$ </div> + <div class="version"> </div> </div> </div></div> diff --git a/phpBB/docs/hook_system.html b/phpBB/docs/hook_system.html index b23ebab869..1bf4630a9f 100644 --- a/phpBB/docs/hook_system.html +++ b/phpBB/docs/hook_system.html @@ -875,7 +875,7 @@ function phpbb_hook_register(&$hook) </div> <div id="page-footer"> - <div class="version">$Id$</div> + <div class="version"> </div> </div> </div></div> |