diff options
author | INOPIAE <inopiae@cacert.org> | 2014-02-23 10:53:15 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-02-23 10:53:15 +0100 |
commit | 89d99bee4d8fd38a66a7f812bd23cb9eb2bcc259 (patch) | |
tree | 8b1cb743e057e4e7f287e08e13c4b684d8926eb1 /pages/account/12.php | |
parent | f61fea524761ff08e8bfd340d79688ec1ff9df50 (diff) | |
download | cacert-devel-89d99bee4d8fd38a66a7f812bd23cb9eb2bcc259.tar.gz cacert-devel-89d99bee4d8fd38a66a7f812bd23cb9eb2bcc259.tar.xz cacert-devel-89d99bee4d8fd38a66a7f812bd23cb9eb2bcc259.zip |
bug 413: modified the sql statement for org client certs
Diffstat (limited to 'pages/account/12.php')
-rw-r--r-- | pages/account/12.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index e65675d..13bef91 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -47,7 +47,7 @@ $query .= "HAVING `timeleft` > 0 or `expires` = 0 "; } $query .= "ORDER BY `modified` desc"; -echo $query."<br>\n"; +//echo $query."<br>\n"; $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { |