projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1843e
)
Another place to catch an invalid subject
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 3 Apr 2009 20:12:16 +0000
(14:12 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 3 Apr 2009 20:46:21 +0000
(14:46 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
f9a0e6c
..
d6d47a0
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-983,7
+983,7
@@
var DimpBase = {
// Add subject/priority
tmp = pm.select('.subject');
- tmp.invoke('update', r.subject);
+ tmp.invoke('update', r.subject
=== null ? '[' + DIMP.text.badsubject + ']' : r.subject
);
switch (r.priority) {
case 'high':
case 'low':