mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Fixed IE-related issues
Monotone-Parent: 95ed8a2f8950868651d78738a3745fb83e43881a Monotone-Revision: f03e9d5d24d638e67140a1f29d1e833ae439ef6d Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-03T18:37:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -261,13 +261,6 @@
|
||||
|
||||
[rc setObject: [NSNumber numberWithInt: imported]
|
||||
forKey: @"imported"];
|
||||
if (imported <= 0)
|
||||
[rc setObject: [self labelForKey: @"An error occured while importing contacts."]
|
||||
forKey: @"message"];
|
||||
else
|
||||
[rc setObject: [NSString stringWithFormat: @"%@ %d",
|
||||
[self labelForKey: @"Imported contacts:"], imported]
|
||||
forKey: @"message"];
|
||||
|
||||
response = [self responseWithStatus: 200];
|
||||
[response setHeader: @"text/html"
|
||||
|
||||
Reference in New Issue
Block a user