Changeset 205 for trunk/phpbms/modules/base/myaccount.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/myaccount.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/myaccount.php
r204 r205 55 55 </head> 56 56 <body><?php include("../../menu.php")?><div class="bodyline"> 57 <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" name="record" id="record" on Submit="return false">57 <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" name="record" id="record" onsubmit="return false"> 58 58 <input type="hidden" id="command" name="command" value=""/> 59 59