X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Fpassword_reset.php;h=e9af83f7f8f8239b817ec684df1e1ba0d8abcfd4;hb=5d8f36d15260bfd9215315935af86b7d96065489;hp=bdea9136b89b6911fca2ae11d5823a6850a74fde;hpb=17b390efcf904072b02ec866b2a427490471a260;p=fa-stable.git diff --git a/access/password_reset.php b/access/password_reset.php index bdea9136..e9af83f7 100644 --- a/access/password_reset.php +++ b/access/password_reset.php @@ -62,22 +62,21 @@ function defaultCompany() text_row(_("Email"), "email_entry_field", "", 20, 30); - $coy = user_company(); - if (!isset($coy)) - $coy = $def_coy; - if (!@$SysPrefs->text_company_selection) { - echo ""._("Company")."\n"; - echo ""; - } else { -// $coy = $def_coy; - text_row(_("Company"), "company_login_nickname", "", 20, 50); - } - start_row(); - label_cell("Please enter your e-mail", "colspan=2 align='center' id='log_msg'"); - end_row(); + $coy = user_company(); + if (!isset($coy)) + $coy = $def_coy; + if (!@$SysPrefs->text_company_selection) { + echo ""._("Company")."\n"; + echo ""; + } else { + text_row(_("Company"), "company_login_nickname", "", 20, 50); + } + start_row(); + label_cell("Please enter your e-mail", "colspan=2 align='center' id='log_msg'"); + end_row(); end_table(1); echo "
\n";