1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11700] Fix some more incorrectly changed comments

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-19 15:27:03 +02:00
parent cc6f1e1775
commit 06e7c84235
14 changed files with 15 additions and 15 deletions

View File

@@ -204,8 +204,8 @@ class apache extends \phpbb\auth\provider\base
* This function generates an array which can be passed to the user_add
* function in order to create a user
*
* @param string $username The username of the new \user.
* @param string $password The password of the new \user.
* @param string $username The username of the new user.
* @param string $password The password of the new user.
* @return array Contains data that can be passed directly to
* the user_add function.
*/

View File

@@ -241,7 +241,7 @@ class db extends \phpbb\auth\provider\base
{
$hash = phpbb_hash($password);
// Update the password in the users table to the new \format
// Update the password in the users table to the new format
$sql = 'UPDATE ' . USERS_TABLE . "
SET user_password = '" . $this->db->sql_escape($hash) . "',
user_pass_convert = 0