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
bacf76ab
Commit
bacf76ab
authored
Oct 27, 2000
by
Leigh B. Stoller
Browse files
Professor is a bad default!
parent
1b722c53
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/addgrp.php3
View file @
bacf76ab
...
...
@@ -108,7 +108,7 @@ echo "<tr>
if
(
$row
)
{
echo
" type=
\"
readonly
\"
value=
\"
$row[usr_title]
\"
>"
;
}
else
{
echo
" type=
\"
text
\"
value=
\"
Professor
\"
>"
;
echo
" type=
\"
text
\"
value=
\"
Professor
Emeritus
\"
>"
;
}
echo
" </td>
...
...
www/grpadded.php3
View file @
bacf76ab
...
...
@@ -49,7 +49,7 @@ if (!isset($usr_affil) ||
$formerror
=
"Institutional Afilliation"
;
}
if
(
!
isset
(
$usr_title
)
||
strcmp
(
$usr_title
,
"Professor"
)
==
0
)
{
strcmp
(
$usr_title
,
"Professor
Emeritus
"
)
==
0
)
{
$formerror
=
"Title/Position"
;
}
if
(
!
isset
(
$usr_phones
)
||
...
...
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