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";
} if($locid > 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'];
?>