projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e8a58
)
One too many deleted changes
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 19 Dec 2009 02:19:22 +0000
(19:19 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 19 Dec 2009 02:19:22 +0000
(19:19 -0700)
imp/ajax.php
patch
|
blob
|
history
diff --git
a/imp/ajax.php
b/imp/ajax.php
index
e022463
..
bf443e5
100644
(file)
--- a/
imp/ajax.php
+++ b/
imp/ajax.php
@@
-507,7
+507,7
@@
case 'DeleteMessage':
$imp_message = IMP_Message::singleton();
$change = _changed($mbox, $cacheid, true);
- if ($imp_message->delete
d
($indices)) {
+ if ($imp_message->delete($indices)) {
$result = _generateDeleteResult($mbox, $indices, $change, !$prefs->getValue('hide_deleted') && !$prefs->getValue('use_trash'));
} elseif (!is_null($change)) {
$check_uidvalidity = true;