Revert "[EDIT] added dummy form"

This reverts commit 1a2c859996.
This commit is contained in:
Marcin Łabanowski 2013-01-23 18:54:48 +01:00
parent b04a05494a
commit 635cd5a7d9
2 changed files with 1 additions and 60 deletions

View file

@ -995,11 +995,7 @@ function mod_edit_post($board, $post) {
if (!hasPermission($config['mod']['editpost'], $board))
error($config['error']['noaccess']);
// error("Unimplemented!");
$args = array(
'test' => 1
);
mod_page(_('Edit post'), 'mod/edit_post_form.html', $args);
error("Unimplemented!");
}
function mod_delete($board, $post) {