mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
a bit of text
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9709 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
814e3c661a
commit
7d22229045
2 changed files with 6 additions and 6 deletions
|
@ -255,8 +255,8 @@ class phpbb_default_captcha
|
||||||
'code' => (string) $this->code,
|
'code' => (string) $this->code,
|
||||||
'seed' => (int) $this->seed)) . '
|
'seed' => (int) $this->seed)) . '
|
||||||
WHERE
|
WHERE
|
||||||
confirm_id = \'' . $db->sql_escape($this->confirm_id) . '\' AND
|
confirm_id = \'' . $db->sql_escape($this->confirm_id) . '\'
|
||||||
session_id = \'' . $db->sql_escape($user->session_id) . '\'';
|
AND session_id = \'' . $db->sql_escape($user->session_id) . '\'';
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -278,8 +278,8 @@ class phpbb_default_captcha
|
||||||
'seed' => (int) $this->seed)) . '
|
'seed' => (int) $this->seed)) . '
|
||||||
, attempts = attempts + 1
|
, attempts = attempts + 1
|
||||||
WHERE
|
WHERE
|
||||||
confirm_id = \'' . $db->sql_escape($this->confirm_id) . '\' AND
|
confirm_id = \'' . $db->sql_escape($this->confirm_id) . '\'
|
||||||
session_id = \'' . $db->sql_escape($user->session_id) . '\'';
|
AND session_id = \'' . $db->sql_escape($user->session_id) . '\'';
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ $lang = array_merge($lang, array(
|
||||||
'RECAPTCHA_PRIVATE' => 'Private reCaptcha key',
|
'RECAPTCHA_PRIVATE' => 'Private reCaptcha key',
|
||||||
'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. You can obtain keys from <a href="http://recaptcha.net">reCaptcha.net</a>.',
|
'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. You can obtain keys from <a href="http://recaptcha.net">reCaptcha.net</a>.',
|
||||||
|
|
||||||
'RECAPTCHA_EXPLAIN' => 'To avoid spam postings, please enter the two words shown in the picture into the text field undeneath.',
|
'RECAPTCHA_EXPLAIN' => 'To avoid spam postings, please enter the two words shown in the picture into the text field underneath.',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue