Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
fe875369
Commit
fe875369
authored
May 14, 2008
by
Kevin Atkinson
Browse files
Bug fix to previous commit.
parent
395e0e0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/joinproject.php3
View file @
fe875369
...
...
@@ -594,7 +594,7 @@ if (! $returning) {
strcmp
(
$formfields
[
"usr_affil_abbrev"
],
""
)
==
0
)
{
$errors
[
"Affiliation Abbreviation"
]
=
"Missing Field"
;
}
elseif
(
!
TBvalid_affiliation_abbreviation
(
$formfields
[
"usr_affil"
]))
{
elseif
(
!
TBvalid_affiliation_abbreviation
(
$formfields
[
"usr_affil
_abbrev
"
]))
{
$errors
[
"Affiliation Name"
]
=
TBFieldErrorString
();
}
}
...
...
www/newproject.php3
View file @
fe875369
...
...
@@ -727,7 +727,7 @@ if (! $returning) {
strcmp
(
$formfields
[
"usr_affil_abbrev"
],
""
)
==
0
)
{
$errors
[
"Affiliation Abbreviation"
]
=
"Missing Field"
;
}
elseif
(
!
TBvalid_affiliation_abbreviation
(
$formfields
[
"usr_affil"
]))
{
elseif
(
!
TBvalid_affiliation_abbreviation
(
$formfields
[
"usr_affil
_abbrev
"
]))
{
$errors
[
"Affiliation Name"
]
=
TBFieldErrorString
();
}
if
(
!
isset
(
$formfields
[
"usr_email"
])
||
...
...
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