| Index: trunk/phase3/includes/WikiPage.php |
| — | — | @@ -1706,7 +1706,6 @@ |
| 1707 | 1707 | $dbw->delete( 'iwlinks', array( 'iwl_from' => $id ), __METHOD__ ); |
| 1708 | 1708 | $dbw->delete( 'redirect', array( 'rd_from' => $id ), __METHOD__ ); |
| 1709 | 1709 | $dbw->delete( 'page_props', array( 'pp_page' => $id ), __METHOD__ ); |
| 1710 | | - } |
| 1711 | 1710 | } |
| 1712 | 1711 | |
| 1713 | 1712 | # If using cleanup triggers, we can skip some manual deletes |