View Single Post
  #1  
Old 11-10-2003, 09:58 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

your database table is missing something... pull the latest db.sql down off SF, look at the zone_points table in it, and compare it against the one in your databse.


mysql eq;
describe zone_points;

the table def'n should match the db.sql exactly IF you're using the latest and greatest CVS code and db.sql off SF. If not, your database and/or codeversion is outta whack..
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote