diff options
author | INOPIAE <inopiae@cacert.org> | 2013-07-13 10:43:39 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-07-13 10:43:39 +0200 |
commit | fd11e298023de43664ffd893a051b885fc03a0ec (patch) | |
tree | ceeb0c58c650293e4ce6226546cdebe18a2796f5 | |
parent | 0f787a6c3ce0c6581492422fd7c137ffe546ed83 (diff) | |
download | cacert-devel-fd11e298023de43664ffd893a051b885fc03a0ec.tar.gz cacert-devel-fd11e298023de43664ffd893a051b885fc03a0ec.tar.xz cacert-devel-fd11e298023de43664ffd893a051b885fc03a0ec.zip |
bug 1010: Added recording of OU
-rw-r--r-- | includes/account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/account.php b/includes/account.php index 1a381b8..56dd026 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1557,6 +1557,7 @@ `created`=FROM_UNIXTIME(UNIX_TIMESTAMP()), `codesign`='".$_SESSION['_config']['codesign']."', `rootcert`='".$_SESSION['_config']['rootcert']."', + `ou`='".$_SESSION['_config']['OU']."', `description`='".$_SESSION['_config']['description']."'"; mysql_query($query); $emailid = mysql_insert_id(); |