Advertisement
DrWhat

Broken vbulltin class

Mar 14th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1.     function prepare_im_icons()
  2.     {
  3.         global $show;
  4.  
  5.         $this->prepared['icq'] = $this->userinfo['icq'];
  6.         $this->prepared['aim'] = $this->userinfo['aim'];
  7.         $this->prepared['msn'] = $this->userinfo['msn'];
  8.         $this->prepared['yahoo'] = $this->userinfo['yahoo'];
  9.         $this->prepared['skype'] = $this->userinfo['skype'];
  10.         construct_im_icons($this->prepared);
  11.         $this->prepared['hasimicons'] = $show['hasimicons'];
  12.         $this->prepared['hasimdetails'] = ($this->prepared['icq'] OR $this->prepared['aim'] OR $this->prepared['msn'] OR $this->prepared['yahoo'] OR $this->prepared['skype']) ? true : false;
  13.         $this->prepared['imicons'] = true;
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement