here is a small xml which integrated in a test mod package will fail. does anybody see anithing wrong in it? i use smf 1.1.7. if you wished to try the xml below on some test forum, i've attached the corresponding test package.
cheers
<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<id>:NewMod</id>
<file name="$sourcedir/ManageBoards.php">
<operation>
<search position="replace"><![CDATA[
'is_selected' => $_REQUEST['sa'] != 'newcat' && $_REQUEST['sa'] != 'settings'
]]></search>
<add><![CDATA[
'is_selected' => $_REQUEST['sa'] != 'newcat' && $_REQUEST['sa'] != 'settings'
]]></add>
</operation>
</file>
</modification>