In regards to the post above, I forgot you will need to run a query on your database as follows:
ALTER TABLE address_book ADD site_name varchar(30) NOT NULL DEFAULT 'no';
Make sure to change address_book if you have a prefiix to your tables.
In regards to the post above, I forgot you will need to run a query on your database as follows:
ALTER TABLE address_book ADD site_name varchar(30) NOT NULL DEFAULT 'no';
Make sure to change address_book if you have a prefiix to your tables.
Bookmarks