From 90c9f3264fcc402d841e7afa13b4461ea855257a Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 19 Oct 2015 22:51:24 +0200 Subject: [PATCH] Remove unused variable (#3953) This was a copy&paste remainder from the tasklist plugin --- plugins/kolab_notes/kolab_notes.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/kolab_notes/kolab_notes.php b/plugins/kolab_notes/kolab_notes.php index 20341359..bbac42dc 100644 --- a/plugins/kolab_notes/kolab_notes.php +++ b/plugins/kolab_notes/kolab_notes.php @@ -604,12 +604,9 @@ class kolab_notes extends rcube_plugin $success = $silent = false; switch ($action) { case 'new': - $temp_id = $rec['tempid']; - case 'edit': if ($success = $this->save_note($note)) { $refresh = $this->get_note($note); - $refresh['tempid'] = $temp_id; } break;