Ten (
adurotum
) wrote
in
pairings_trade
2013-10-28 10:45 pm (UTC)
no subject
Oh hmm that is really weird. That line definitely has to be there, because it matches up to the php at the very top of your code.
OH I think I might have found the break.
You're missing two parentheses for show_masteredot3. Go to these lines:
// Show a pair of mastered decks (as badges). $tcg = the name of the TCG as defined in the database; $decknumber = number of the mastered deck for a particular pair. function show_masteredpair($tcg, $decknumber1 = '', $decknumber2 = '', $deckname1 = '', $deckname2 = '', $shiptype = '', $breakpoint = '') {
And put in two parentheses in the space right above the // like this:
}
}
Any luck with that?
(
115 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
OH I think I might have found the break.
You're missing two parentheses for show_masteredot3. Go to these lines:
And put in two parentheses in the space right above the // like this:
}
}
Any luck with that?