Update for new CommModule

This commit is contained in:
root 2007-01-28 18:34:05 +00:00
parent bbe45b05fe
commit 226a9961e5

View file

@ -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);