Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-06-18 20:16:25
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Delete a lanuage installed by accient?
I’ve quiet a few languages installed during some testing and now i’d like to uninstall them. How would i do this?
Thanks.
Offline
#2 2009-06-18 20:39:27
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Delete a lanuage installed by accient?
via SQL:
Backup first!!
DELETE FROM `txp_lang` WHERE `lang` = "ab-cd"
where ab-cd is the language code you want to remove.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: Delete a lanuage installed by accient?
Thanks, Uli.
I also wanted to know for a long time how to do this, and it worked fine.
Offline