remove quick-reply-old. it probably doesn't work now, it certainly isn't

maintained. this is an old cruft and if needed, it needs rewriting.
This commit is contained in:
czaks 2014-04-29 18:37:29 +02:00
parent d208789fa7
commit b94e39148b
4 changed files with 0 additions and 58 deletions

View file

@ -171,9 +171,6 @@ if (isset($_POST['delete'])) {
if (isset($_POST['thread'])) {
$post['op'] = false;
$post['thread'] = round($_POST['thread']);
} elseif ($config['quick_reply'] && isset($_POST['quick-reply'])) {
$post['op'] = false;
$post['thread'] = round($_POST['quick-reply']);
} else
$post['op'] = true;