Use end instead of looking for ?>
Jeremy D

Jeremy D commited on 2012-06-23 11:45:37
Showing 1 changed files, with 1 additions and 2 deletions.

... ...
@@ -403,8 +403,7 @@
403 403
 
404 404
 		<operation>
405 405
 
406
-			<search position="after"><![CDATA[?>
407
-]]></search>
406
+			<search position="end" />
408 407
 
409 408
 			<add><![CDATA[// Working with them as if they where IPv4 numbers, makes it SMF compatible.
410 409
 function smf_ipv6_to_ints($ip)
411 410