diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 01:08:51 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 01:08:51 +0000 |
commit | 959f1e9a9d1eafe3757b5d820b58aaefb8d047e7 (patch) | |
tree | c82ee711ee62acad381f25481901a8abc508c55b /templates | |
parent | a93768353184965727bebde84a7d970beaa8d4bb (diff) | |
download | ampache-959f1e9a9d1eafe3757b5d820b58aaefb8d047e7.tar.gz ampache-959f1e9a9d1eafe3757b5d820b58aaefb8d047e7.tar.bz2 ampache-959f1e9a9d1eafe3757b5d820b58aaefb8d047e7.zip |
fixed registration to use existing functions... yea I also broke it at the same time.. I know
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_user.inc.php | 2 | ||||
-rw-r--r-- | templates/userform.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index b9ad0ea8..52cb860c 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2005 Ampache.org + Copyright (c) 2001 - 2006 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or diff --git a/templates/userform.inc b/templates/userform.inc index 59af787c..46c70dd9 100644 --- a/templates/userform.inc +++ b/templates/userform.inc @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2005 Ampache.org + Copyright (c) 2001 - 2006 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ if ($type === 'new_user') { $title = _("Adding a New User"); } else { - $userfield = "$username"; + $userfield = "$username; $title = _("Editing existing User"); } ?> |