From 00cfe81ecd1d3c86fcecf2f02e28236384794fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 24 Nov 2011 16:11:49 +0100 Subject: Source code taken from cacert-20111120.tar.bz2 --- pages/account/18.php | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'pages/account') diff --git a/pages/account/18.php b/pages/account/18.php index 47fac9e..13dcc30 100644 --- a/pages/account/18.php +++ b/pages/account/18.php @@ -30,20 +30,21 @@ 0 AND `revoked`=0 "; } - $query .= "ORDER BY `modified` desc"; + $query .= "ORDER BY `oemail`.`modified` desc"; $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { -- cgit v1.2.1