View Single Post
Old 04-03-2007, 09:10 PM   #4
M's rule
All Star Reserve
 
Join Date: Jul 2003
Location: Seattle
Posts: 925
The problem was that in the text database, some of the subject lines in this category used a reference to "subleague," which is not a valid piece of data for these messages. (For instance, it wouldn't make any sense for a message to say "Big Trade in National League" for a deal that involved one player from the National League and one player from the American League.)

I'm pretty sure that's the reason why you saw no text displayed in this message--the program didn't have a value it could assign to the variable.

The problem affected seven messages in category 412. I fixed five of them by deleting them, because they didn't mention the names of the players involved. I fixed the other two by changing the variable to "league," which is a value the program recognizes for these messages.

These changes will be reflected in the new english.xml file that comes out with the patch.
M's rule is offline