From 6f04a7e07033c8ca06df47defe1839d5763f1ee6 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 May 2013 19:34:56 -0700 Subject: minor fixes related to postgres development --- include/account.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/account.php') diff --git a/include/account.php b/include/account.php index 6f3499a0f..1b45a1244 100644 --- a/include/account.php +++ b/include/account.php @@ -107,7 +107,8 @@ function create_account($arr) { $parent = ((x($arr,'parent')) ? intval($arr['parent']) : 0 ); $flags = ((x($arr,'account_flags')) ? intval($arr['account_flags']) : ACCOUNT_OK); $roles = ((x($arr,'account_roles')) ? intval($arr['account_roles']) : 0 ); - + $expires = ((x($arr,'expires')) ? intval($arr['expires']) : '0000-00-00 00:00:00'); + $default_service_class = get_config('system','default_service_class'); if($default_service_class === false) $default_service_class = ''; -- cgit v1.2.3