The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hidden Syntax Error?
I'm trying to nail down a problem with some code, and I think I've narrowed it down to this chunk of code:
Code:
case 'play': $userinfo['action'] = $vbphrase['ibproarcade_playing_game']; $userinfo['where'] = '<a href="arcade.php?' . $vbulletin->session->vars['sessionurl'] . "do=play&gameid=$gameid\">$gametitle</a>"; break; case 'stats': $userinfo['action'] = $vbphrase['ibproarcade_viewing_highscores']; $userinfo['where'] = '<a href="arcade.php?' . $vbulletin->session->vars['sessionurl'] . "do=stats&gameid=$gameid\">$gametitle</a>"; break; default: $userinfo['action'] = $vbphrase['ibproarcade_viewing_home']; $userinfo['where'] = '<a href="arcade.php' . $vbulletin->session->vars['sessionurl_q'] . "\">$vbphrase[ibproarcade_home]</a>"; break; |
#2
|
||||
|
||||
i don't see a syntax error there
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|