Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMS-SUEE_2.0
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Eric Laufer
VMS-SUEE_2.0
Commits
6f53b827
Commit
6f53b827
authored
5 years ago
by
Eric Laufer
Browse files
Options
Downloads
Patches
Plain Diff
nickpage bug
bug fixed
parent
db0876d9
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
page/konto/profil_include/nickpage.php
+1
-1
1 addition, 1 deletion
page/konto/profil_include/nickpage.php
page/nickpage.php
+2
-2
2 additions, 2 deletions
page/nickpage.php
with
3 additions
and
3 deletions
page/konto/profil_include/nickpage.php
+
1
−
1
View file @
6f53b827
...
...
@@ -3,7 +3,7 @@
<tr>
<td><strong>
Geschlecht:
</strong></td>
<td>
<select
name=
"sex"
class=
"form-control"
>
<select
name=
"
nick[
sex
]
"
class=
"form-control"
>
<option
value=
""
<?php
if
(
$daten
->
sex
==
""
)
echo
'selected'
;
?>
>
Bitte w
ä
hlen
</option>
<option
value=
"weiblich"
<?php
if
(
$daten
->
sex
==
'weiblich'
)
echo
'selected'
;
?>
>
weiblich
</option>
<option
value=
"männlich"
<?php
if
(
$daten
->
sex
==
'männlich'
)
echo
'selected'
;
?>
>
m
ä
nnlich
</option>
...
...
This diff is collapsed.
Click to expand it.
page/nickpage.php
+
2
−
2
View file @
6f53b827
...
...
@@ -5,9 +5,9 @@ $daten = userinfo($id);
// Link zu Avatar
if
(
$daten
->
ava
==
''
)
{
$avatar
=
'
images/userava/
default.png'
;
$avatar
=
'default.png'
;
}
else
{
$avatar
=
'images/userava/'
.
$daten
->
ava
;
$avatar
=
$daten
->
ava
;
}
// Werber auslesen.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment