* (bug 6447) Trackbacks now work with transactional tables, if enabled

This commit is contained in:
Brion Vibber 2008-03-21 23:55:27 +00:00
parent aaabbfb60d
commit dcd152a83f
2 changed files with 3 additions and 1 deletions

View file

@ -120,6 +120,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
* (bug 1953) Search form now honors namespace selections more reliably
* (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
* PHP 5.3 compatibility fix for wfRunHooks() called with no parameters
* (bug 6447) Trackbacks now work with transactional tables, if enabled
=== API changes in 1.13 ===

View file

@ -58,7 +58,8 @@ $dbw->insert('trackbacks', array(
'tb_ex' => $tbex,
'tb_name' => $tbname
));
$dbw->commit();
XMLsuccess();
exit;
?>