user_details.php3, line 664: fixed '<?echo' to '<?php echo' for XML compatiblilty
This commit is contained in:
@@ -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.
|
||||
|
@@ -641,7 +641,7 @@ function edit_operations($host, $user)
|
||||
<table>
|
||||
<tr><td><?php echo $strPassword; ?>: <input type="password" name="pw" size=10></td>
|
||||
<td> </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>
|
||||
|
Reference in New Issue
Block a user