From 4aa2323d3779f60156b597d443c66a919850af0f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Aug 2006 19:58:42 +0000 Subject: [PATCH] bug #266 --- includes/account.php | 8 ++++---- pages/account/36.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/includes/account.php b/includes/account.php index f77d3aa..c0cf232 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1857,10 +1857,10 @@ if($id == 36) { $row = mysql_fetch_assoc(mysql_query("select * from `alerts` where `memid`='".$_SESSION['profile']['id']."'")); - $_POST['general'] = $_REQUEST['general'] = $row['general']; - $_POST['country'] = $_REQUEST['country'] = $row['country']; - $_POST['regional'] = $_REQUEST['regional'] = $row['regional']; - $_POST['radius'] = $_REQUEST['radius'] = $row['radius']; + $_REQUEST['general'] = $row['general']; + $_REQUEST['country'] = $row['country']; + $_REQUEST['regional'] = $row['regional']; + $_REQUEST['radius'] = $row['radius']; } if($oldid == 41) diff --git a/pages/account/36.php b/pages/account/36.php index 42a65b4..1e813f8 100644 --- a/pages/account/36.php +++ b/pages/account/36.php @@ -19,10 +19,10 @@ : - >
- >
- >
- > + >
+ >
+ >
+ > ">