Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
realname
Commits
92e89c71
Commit
92e89c71
authored
Nov 07, 2015
by
hass
Browse files
Remove empty line
parent
fb6d9a2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
realname.admin.inc
View file @
92e89c71
...
...
@@ -56,7 +56,6 @@ function realname_settings_form($form, &$form_state) {
* @see realname_settings_form_submit()
*/
function
realname_settings_form_validate
(
$form
,
&
$form_state
)
{
if
(
strpos
(
$form_state
[
'values'
][
'realname_pattern'
],
'[user:name]'
)
!==
FALSE
)
{
form_set_error
(
'realname_pattern'
,
t
(
'The <em>[user:name]</em> token cannot be used as it will cause recursion.'
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment