The text in the database is "People's Democratic Republic of Algeria", how can I fix this?
Thanks in advance.

⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 04 March 2012 - 14:05 PM
Posted 04 March 2012 - 14:17 PM
case 'text':
$value = $this->character_limiter(strip_tags($value),30," [...]");
break;
case 'text':
$value = $this->character_limiter(strip_tags($value),50," [...]");
break;
Posted 04 March 2012 - 14:24 PM