user_details.php3, line 664: fixed '<?echo' to '<?php echo' for XML compatiblilty

This commit is contained in:
Robin Johnson
2001-08-07 23:13:49 +00:00
parent 8d41de283b
commit 229e367900
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-08-07 Robin Johnson <robbat2@orbis-terrarum.net>
* user_details.php3, line 664: fixed '<?echo' to '<?php echo' for XML compatiblity
2001-08-07 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lib.inc.php3 & sql.php3: fix for the order bugs (need to be tested).
* tbl_change.php3, line 244-246: fixed a possible warning.

View File

@@ -641,7 +641,7 @@ function edit_operations($host, $user)
<table>
<tr><td><?php echo $strPassword; ?>: <input type="password" name="pw" size=10></td>
<td>&nbsp;</td>
<td><?echo $strReType; ?>: <input type="password" name="pw2" size=10></td></tr>
<td><?php echo $strReType; ?>: <input type="password" name="pw2" size=10></td></tr>
</table>
<input type="button" value="<?php echo $strGo; ?>" onclick="changePassword(document.passForm)"></p>
</form></li>