X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FOauth_application_user.php;h=834e38d2be66ce22a3a52b00979f37fd9007f92a;hb=a7b23fdb9d13c423de5407ddf2f360ac2de7c19c;hp=fcf6553ffed5ec0cec039893501cb49fd3fbfbb8;hpb=e8b6d7c946da5fb2ce5397bccfd332de8ca1f9dd;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_application_user.php b/classes/Oauth_application_user.php index fcf6553ffe..834e38d2be 100644 --- a/classes/Oauth_application_user.php +++ b/classes/Oauth_application_user.php @@ -13,7 +13,7 @@ class Oauth_application_user extends Memcached_DataObject public $profile_id; // int(4) primary_key not_null public $application_id; // int(4) primary_key not_null public $access_type; // tinyint(1) - public $token; // varchar(255) primary_key not_null + public $token; // varchar(255) public $created; // datetime not_null public $modified; // timestamp not_null default_CURRENT_TIMESTAMP @@ -51,7 +51,7 @@ class Oauth_application_user extends Memcached_DataObject } } if (count($parts) == 0) { - # No changes + // No changes return true; } $toupdate = implode(', ', $parts);