diff options
author | Shibu Lijack <shibulijack@gmail.com> | 2012-04-11 17:54:50 +0530 |
---|---|---|
committer | Shibu Lijack <shibulijack@gmail.com> | 2012-04-11 17:54:50 +0530 |
commit | 394a95b5c5c048e9c606f5fc05e512ddc40e5ded (patch) | |
tree | 7f161772c628261cd59932b7c9e8d758cafc0429 /phpBB/includes/functions.php | |
parent | 3da5166703a63988e75d0f4e4d7c9ea99897a648 (diff) | |
download | forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar.gz forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar.bz2 forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar.xz forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.zip |
[ticket/10688] Updated version to 3.1
Replace phpBB 3.0.x to phpBB 3.1.x
PHPBB-10688
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 9913a80a70..438e095071 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -343,7 +343,7 @@ function still_on_time($extra_time = 15) /** * -* @version Version 0.1 / slightly modified for phpBB 3.0.x (using $H$ as hash type identifier) +* @version Version 0.1 / slightly modified for phpBB 3.1.x (using $H$ as hash type identifier) * * Portable PHP password hashing framework. * |