From 59117bddf6b856ff0107516c5755e1edbd003cbe Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sun, 14 Jul 2013 21:18:12 +0200 Subject: bug 1010: deleted d in variable name --- pages/account/22.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages/account/22.php') diff --git a/pages/account/22.php b/pages/account/22.php index 2c159f6..581e19a 100644 --- a/pages/account/22.php +++ b/pages/account/22.php @@ -84,17 +84,17 @@ $status = array_key_exists('dstatus',$_SESSION['_config']) ? intval($_SESSION['_ where `org`.`memid`='".intval($_SESSION['profile']['id'])."' and `orgdomaincerts`.`orgid`=`org`.`orgid` and `orginfo`.`id` = `org`.`orgid`"; - if($dorgfilterid>0) + if($orgfilterid>0) { $query .= "AND `org`.`orgid`=$dorgfilterid "; } - if(0==$dstatus) + if(0==$status) { $query .= "AND `revoked`=0 AND `renewed`=0 "; $query .= "HAVING `timeleft` > 0 "; } - switch ($dsorting){ + switch ($sorting){ case 0: $query .= "ORDER BY `orginfo`.`O`, `orgdomaincerts`.`expire` desc"; break; -- cgit v1.2.1