<?php
/*
$HeadURL: https://textpattern.googlecode.com/svn/releases/4.5.7/source/textpattern/update/_to_4.0.3.php $
$LastChangedRevision: 4011 $
*/
if (!defined('TXP_UPDATE'))
exit("Nothing here. You can't access this file directly.");
safe_update('txp_form',"Form = CONCAT('<txp:comments_error wraptag="ul" break="li" />nn',Form)", "name LIKE 'comment_form'");
?>