Skip to content
Snippets Groups Projects
Commit 53dbe215 authored by Franky Van Liedekerke's avatar Franky Van Liedekerke
Browse files

Name the YesNo field for public

parent 91486c44
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,7 @@ if ($action == 'edit') ...@@ -578,7 +578,7 @@ if ($action == 'edit')
// Profil public // Profil public
print "<tr><td>".$langs->trans("Public")."</td><td>\n"; print "<tr><td>".$langs->trans("Public")."</td><td>\n";
$htmls->select_YesNo($adh->public); $htmls->select_YesNo($adh->public,"public");
print "</td></tr>\n"; print "</td></tr>\n";
print '<tr><td colspan="3" align="center">'; print '<tr><td colspan="3" align="center">';
...@@ -685,7 +685,7 @@ if ($action == 'create') ...@@ -685,7 +685,7 @@ if ($action == 'create')
// Profil public // Profil public
print "<tr><td>".$langs->trans("Public")."</td><td>\n"; print "<tr><td>".$langs->trans("Public")."</td><td>\n";
$htmls->select_YesNo($adh->public); $htmls->select_YesNo($adh->public,"public");
print "</td></tr>\n"; print "</td></tr>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment