diff options
-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(); |