js checks for user_password

This commit is contained in:
Marc Delisle
2003-03-17 13:24:20 +00:00
parent 8b7199b293
commit caabb6aff6
3 changed files with 7 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ if (isset($nopass)) {
* aren't valid -> displays the form
*/
// Loads the headers
$js_to_run = 'user_details.js';
$js_to_run = 'user_password.js';
require('./header.inc.php3');
echo '<h1>' . $strChangePassword . '</h1>' . "\n\n";