Home
last modified time | relevance | path

Searched refs:_smf_user_id (Results 1 – 1 of 1) sorted by relevance

/plugin/authsmf20/
H A Dauth.php45 $_smf_user_id = 0, variable in auth_plugin_authsmf20
188 $this->_smf_user_id = $user_info['id'];
271 if (!$this->connectSmfDB() || !$this->_smf_user_id) {
278 WHERE m.id_member = {$this->_smf_user_id}";
283 dbglog("cannot get groups for user id: {$this->_smf_user_id}");
366 $this->_smf_user_id = $row->id_member;
391 …er_profile'] = $this->_smf_conf['boardurl'] . '/index.php?action=profile;u=' . $this->_smf_user_id;
458 $this->_smf_user_id = $user_data['id'];