controller/oauth.php
Method CheckOpenID
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function CheckOpenID()
{
global $DB, $AppID, $OauthObject, $TimeStamp, $Config, $CurUserID, $Lang;
$OauthUserID = $DB->single("SELECT UserID FROM " . PREFIX . "app_users
WHERE AppID=:AppID AND OpenID = :OpenID", array(