Merging fix for bug 2562 from HEAD

This commit is contained in:
moodler
2005-02-16 06:39:29 +00:00
parent 884925d4d7
commit a377f08b45
+1 -1
View File
@@ -33,7 +33,7 @@
<p><?php print_string("password") ?>:</p>
</td>
<td>
<input type="password" name="password" size="15" value="<?php p($frm->password) ?>" />
<input type="password" name="password" size="15" value="" />
</td>
</tr>
</table>