Remove unused variable (#3953)
This was a copy&paste remainder from the tasklist plugin
This commit is contained in:
parent
13b717c5c5
commit
90c9f3264f
1 changed files with 0 additions and 3 deletions
|
@ -604,12 +604,9 @@ class kolab_notes extends rcube_plugin
|
||||||
$success = $silent = false;
|
$success = $silent = false;
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
case 'new':
|
case 'new':
|
||||||
$temp_id = $rec['tempid'];
|
|
||||||
|
|
||||||
case 'edit':
|
case 'edit':
|
||||||
if ($success = $this->save_note($note)) {
|
if ($success = $this->save_note($note)) {
|
||||||
$refresh = $this->get_note($note);
|
$refresh = $this->get_note($note);
|
||||||
$refresh['tempid'] = $temp_id;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue