added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
2ef3251293
commit
1dc4b60a5a
9 changed files with 111 additions and 93 deletions
|
@ -155,7 +155,7 @@ class FKOAuth1 extends OAuthServer {
|
|||
//notice( t("Welcome back ") . $record['username'] . EOL);
|
||||
$a->user = $record;
|
||||
|
||||
if(strlen($a->user['timezone'])) {
|
||||
if (strlen($a->user['timezone'])) {
|
||||
date_default_timezone_set($a->user['timezone']);
|
||||
$a->timezone = $a->user['timezone'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue