Update for new CommModule

pull/1/head
root 18 years ago
parent bbe45b05fe
commit 226a9961e5

@ -156,8 +156,7 @@
mysql_query("update `gpg` set `csr`='../csr/gpg-$id.csr' where `id`='$id'"); mysql_query("update `gpg` set `csr`='../csr/gpg-$id.csr' where `id`='$id'");
$do = `../scripts/rungpg 2>&1`; waitForResult('gpg', $id);
showheader(_("Welcome to CAcert.org")); showheader(_("Welcome to CAcert.org"));
$query = "select * from `gpg` where `id`='$id' and `crt`!=''"; $query = "select * from `gpg` where `id`='$id' and `crt`!=''";
$res = mysql_query($query); $res = mysql_query($query);

Loading…
Cancel
Save