Hi, this is the XML I'm trying to use:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<bitfields product="vBulletin">
<bitfielddefs>
<group name="ugp">
<group name="charlimit">
<bitfield name="isexempt" group="post_thread_permissions" phrase="exempt_from_char_limit"></bitfield>
</group>
</group>
</bitfielddefs>
</bitfields>
On save, it says "Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635... why?