mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: ba5973b414572fb5f085f8980182645843a42958
Monotone-Revision: 778ca12e99d197e109e23159f48ce1b32026519c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-05T14:37:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -129,7 +129,7 @@ function validateEditorInput(sender) {
|
||||
if (field.value == "")
|
||||
errortext = errortext + labels["error_missingsubject"] + "\n";
|
||||
|
||||
if (!UIxRecipientSelectorHasRecipients())
|
||||
if (!hasRecipients())
|
||||
errortext = errortext + labels["error_missingrecipients"] + "\n";
|
||||
|
||||
if (errortext.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user