Quote:
Originally Posted by Nordinho
I'm using vb3.0.3, do you know a way to change those values??
|
I just told you a way to do it. But I'll repeat
You need PHPMYADMIN or MySQLcc. List the content of the table called "phrase". Then change the values by hand.
To quicker find the last added phrases type this as a SQL command:
SELECT * FROM phrase ORDER BY phraseid DESC LIMIT 30
This will show the last 30 added phrases. Now go through them one by one.