From b315bd31f91525c248cfa404468870597d24e77f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 Aug 2006 21:29:09 +0000 Subject: [PATCH] bug fix --- pages/account/53.php | 6 +++--- pages/account/54.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/account/53.php b/pages/account/53.php index c702b23..d9b5a6a 100644 --- a/pages/account/53.php +++ b/pages/account/53.php @@ -28,9 +28,9 @@ { $reg = mysql_fetch_assoc(mysql_query("select * from `regions` where `id`='$regid'")); $display = "\n\n\n\n\n
\n"; diff --git a/pages/account/54.php b/pages/account/54.php index 8828cc6..ac2bd5a 100644 --- a/pages/account/54.php +++ b/pages/account/54.php @@ -167,7 +167,7 @@ document.getElementById("display1").style.display = "none"; 0 && $_REQUEST['action'] == "move") { $query = "select * from `locations` where `id`='$locid'"; $row = mysql_fetch_assoc(mysql_query($query)); - $_REQUEST['newreg'] = $row['regid']; + $newreg = $_REQUEST['newreg'] = $row['regid']; ?>