Found a VERY minor bug. I had originally set up the state row in the user table to only accept 2 characters because I was only planning to use states. Then after a member notified me that everytime they selected CAN (Canada) their profile would display CA (California). So I made the change.
For those of you that have already installed this, Run this query!
PHP Code:
ALTER TABLE `user` CHANGE `state` `state` CHAR( 5 ) NOT NULL
Here is the new attachment!