Revert "[EDIT] added dummy page"

This reverts commit a051ca64ab.

Conflicts:
	mod.php
This commit is contained in:
Marcin Łabanowski 2013-01-23 18:57:02 +01:00
parent 635cd5a7d9
commit e087e9afae
2 changed files with 0 additions and 13 deletions

View file

@ -986,18 +986,6 @@ function mod_ban_post($board, $delete, $post, $token = false) {
mod_page(_('New ban'), 'mod/ban_form.html', $args);
}
function mod_edit_post($board, $post) {
global $config, $mod;
if (!openBoard($board))
error($config['error']['noboard']);
if (!hasPermission($config['mod']['editpost'], $board))
error($config['error']['noaccess']);
error("Unimplemented!");
}
function mod_delete($board, $post) {
global $config, $mod;