Just run this query
Quote:
|
UPDATE `cq_itemtype` SET `req_profession`='50' WHERE (`req_profession`='60')
|
then restart ur server.
And for cq_action
Quote:
|
UPDATE `cq_action` SET `param`='profession == 50' WHERE (`param`='profession == 60');
|
CLICK on Thanks button instead of replying a post!