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
5253b0aa
Commit
5253b0aa
authored
Dec 07, 2015
by
Leigh B Stoller
Browse files
Change CheckForm to use a default:text regexp.
parent
03ee9e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/manage_profile.ajax
View file @
5253b0aa
...
...
@@ -505,7 +505,7 @@ function Do_CheckForm($formfields, $profile, &$rval)
}
}
else
{
if
(
!
TBcheck_dbslot
(
$val
,
"default"
,
"
tiny
text"
,
if
(
!
TBcheck_dbslot
(
$val
,
"default"
,
"text"
,
TBDB_CHECKDBSLOT_WARN
|
TBDB_CHECKDBSLOT_ERROR
))
{
$errors
[
$name
]
=
TBFieldErrorString
();
}
...
...
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