Add comment out the hidden field for now.

This commit is contained in:
markjcrane
2015-09-22 18:36:09 -06:00
parent b9b08218ef
commit 17f0c8db5f

View File

@@ -503,7 +503,7 @@ require_once "resources/require.php";
<?php
//show the content
echo "<form method='post' name='frm' id='frm' action='' onsubmit='check_duplicates(); return false;'>\n";
echo "<input style='display:none;' type='password' name='autocomplete'>";
//echo "<input style='display:none;' type='password' name='autocomplete'>";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<td align='left' width='30%' nowrap='nowrap' valign='top'>";