diff options
author | INOPIAE <inopiae@cacert.org> | 2012-11-20 22:05:59 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-11-20 22:05:59 +0100 |
commit | a9eb4516fa85abd0a50006b0b8cc96ba337f6402 (patch) | |
tree | 8c4f22d0a973378dda1f920ad37737a6a67f8ca7 /includes/account.php | |
parent | e6dee64e0f3b03060c6c0443b9bba090061db54e (diff) | |
parent | a9618db46515a822b3ba5e8f32e572674d87a0da (diff) | |
download | cacert-devel-a9eb4516fa85abd0a50006b0b8cc96ba337f6402.tar.gz cacert-devel-a9eb4516fa85abd0a50006b0b8cc96ba337f6402.tar.xz cacert-devel-a9eb4516fa85abd0a50006b0b8cc96ba337f6402.zip |
Merge branch 'bug-782' of git://git-cacert.it-sls.de/cacert-devel into bug-782
Diffstat (limited to 'includes/account.php')
-rw-r--r-- | includes/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account.php b/includes/account.php index 249a6b9..02d2e33 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1584,7 +1584,7 @@ `created`=FROM_UNIXTIME(UNIX_TIMESTAMP()), `subject`='$csrsubject', `codesign`='".$_SESSION['_config']['codesign']."', - `rootcert`='".$_SESSION['_config']['rootcert'].."', + `rootcert`='".$_SESSION['_config']['rootcert']."', `description`='".intval($_SESSION['_config']['description'])."'"; mysql_query($query); $emailid = mysql_insert_id(); |