Name the YesNo field for public

This commit is contained in:
liedekef 2007-01-16 09:56:46 +00:00
parent 91486c44d8
commit 53dbe2154b

View File

@ -578,7 +578,7 @@ if ($action == 'edit')
// Profil public
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 '<tr><td colspan="3" align="center">';
@ -685,7 +685,7 @@ if ($action == 'create')
// Profil public
print "<tr><td>".$langs->trans("Public")."</td><td>\n";
$htmls->select_YesNo($adh->public);
$htmls->select_YesNo($adh->public,"public");
print "</td></tr>\n";