Fix some indenting in account.php.
This commit is contained in:
committed by
Jeremy Newman
parent
1e797f9364
commit
3b09de0902
@@ -23,7 +23,6 @@ function do_account($cmd = null)
|
|||||||
if (! $cmd) return 0;
|
if (! $cmd) return 0;
|
||||||
switch($cmd)
|
switch($cmd)
|
||||||
{
|
{
|
||||||
|
|
||||||
case "new":
|
case "new":
|
||||||
apidb_header("New Account");
|
apidb_header("New Account");
|
||||||
include(BASE."include/"."form_new.php");
|
include(BASE."include/"."form_new.php");
|
||||||
@@ -141,7 +140,6 @@ function cmd_send_passwd()
|
|||||||
{
|
{
|
||||||
if ($user->update($userid, $passwd))
|
if ($user->update($userid, $passwd))
|
||||||
{
|
{
|
||||||
|
|
||||||
$msg = "Application DB Lost Password\n";
|
$msg = "Application DB Lost Password\n";
|
||||||
$msg .= "----------------------------\n";
|
$msg .= "----------------------------\n";
|
||||||
$msg .= "We have received a request that you lost your password.\n";
|
$msg .= "We have received a request that you lost your password.\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user