Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
fbc9c85e
Commit
fbc9c85e
authored
Mar 18, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 92905 - perl error when editing user and no groups defined
r=justdave x 2
parent
1183abae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
editusers.cgi
editusers.cgi
+2
-2
No files found.
editusers.cgi
View file @
fbc9c85e
...
@@ -145,7 +145,6 @@ sub EmitFormElements ($$$$$)
...
@@ -145,7 +145,6 @@ sub EmitFormElements ($$$$$)
print
"</TR><TR>\n<TD ALIGN=CENTER><B>|</B></TD>\n"
;
print
"</TR><TR>\n<TD ALIGN=CENTER><B>|</B></TD>\n"
;
}
}
print
"<TD COLSPAN=2 ALIGN=LEFT><B>User is a member of these groups</B></TD>\n"
;
print
"<TD COLSPAN=2 ALIGN=LEFT><B>User is a member of these groups</B></TD>\n"
;
}
while
(
MoreSQLData
())
{
while
(
MoreSQLData
())
{
my
(
$bit
,
$name
,
$description
,
$checked
,
$blchecked
)
=
FetchSQLData
();
my
(
$bit
,
$name
,
$description
,
$checked
,
$blchecked
)
=
FetchSQLData
();
print
"</TR><TR>\n"
;
print
"</TR><TR>\n"
;
...
@@ -157,6 +156,7 @@ sub EmitFormElements ($$$$$)
...
@@ -157,6 +156,7 @@ sub EmitFormElements ($$$$$)
print
"<TD ALIGN=CENTER><INPUT TYPE=CHECKBOX NAME=\"bit_$name\" $checked VALUE=\"$bit\"></TD>"
;
print
"<TD ALIGN=CENTER><INPUT TYPE=CHECKBOX NAME=\"bit_$name\" $checked VALUE=\"$bit\"></TD>"
;
print
"<TD><B>"
.
ucfirst
(
$name
)
.
"</B>: $description</TD>\n"
;
print
"<TD><B>"
.
ucfirst
(
$name
)
.
"</B>: $description</TD>\n"
;
}
}
}
print
"</TR></TABLE></TD>\n"
;
print
"</TR></TABLE></TD>\n"
;
print
"</TR><TR><TH VALIGN=TOP ALIGN=RIGHT>Privileges:</TH><TD><TABLE><TR>"
;
print
"</TR><TR><TH VALIGN=TOP ALIGN=RIGHT>Privileges:</TH><TD><TABLE><TR>"
;
...
@@ -171,7 +171,6 @@ sub EmitFormElements ($$$$$)
...
@@ -171,7 +171,6 @@ sub EmitFormElements ($$$$$)
print
"</TR><TR>\n<TD ALIGN=CENTER><B>|</B></TD>\n"
;
print
"</TR><TR>\n<TD ALIGN=CENTER><B>|</B></TD>\n"
;
}
}
print
"<TD COLSPAN=2 ALIGN=LEFT><B>User has these priveleges</B></TD>\n"
;
print
"<TD COLSPAN=2 ALIGN=LEFT><B>User has these priveleges</B></TD>\n"
;
}
while
(
MoreSQLData
())
{
while
(
MoreSQLData
())
{
my
(
$bit
,
$name
,
$description
,
$checked
,
$blchecked
)
=
FetchSQLData
();
my
(
$bit
,
$name
,
$description
,
$checked
,
$blchecked
)
=
FetchSQLData
();
print
"</TR><TR>\n"
;
print
"</TR><TR>\n"
;
...
@@ -183,6 +182,7 @@ sub EmitFormElements ($$$$$)
...
@@ -183,6 +182,7 @@ sub EmitFormElements ($$$$$)
print
"<TD ALIGN=CENTER><INPUT TYPE=CHECKBOX NAME=\"bit_$name\" $checked VALUE=\"$bit\"></TD>"
;
print
"<TD ALIGN=CENTER><INPUT TYPE=CHECKBOX NAME=\"bit_$name\" $checked VALUE=\"$bit\"></TD>"
;
print
"<TD><B>"
.
ucfirst
(
$name
)
.
"</B>: $description</TD>\n"
;
print
"<TD><B>"
.
ucfirst
(
$name
)
.
"</B>: $description</TD>\n"
;
}
}
}
}
else
{
}
else
{
print
"</TR><TR><TH ALIGN=RIGHT>Groups and<br>Priveleges:</TH><TD><TABLE><TR>"
;
print
"</TR><TR><TH ALIGN=RIGHT>Groups and<br>Priveleges:</TH><TD><TABLE><TR>"
;
print
"<TD COLSPAN=3>The new user will be inserted into groups "
.
print
"<TD COLSPAN=3>The new user will be inserted into groups "
.
...
...
Write
Preview
Markdown
is supported
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