Remove unused variable (#3953)

This was a copy&paste remainder from the tasklist plugin
This commit is contained in:
Thomas Bruederli 2015-10-19 22:51:24 +02:00
parent 13b717c5c5
commit 90c9f3264f

View file

@ -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;