mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
See ChangeLog
Monotone-Parent: cf113a40bd52153bf7981b492915e149294e2c84 Monotone-Revision: f68bc0f7c4af372fd5c49f8961ad1605dd875d1f Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-12-30T19:48:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
Copyright (C) 2006-2009 Inverse inc.
|
||||
Copyright (C) 2004-2005 SKYRIX Software AG
|
||||
|
||||
This file is part of OpenGroupware.org.
|
||||
@@ -215,6 +216,7 @@
|
||||
|
||||
if (filter && [filter length] > 0)
|
||||
{
|
||||
filter = [filter stringByReplacingString: @"'" withString: @"\\'\\'"];
|
||||
qs = [NSString stringWithFormat:
|
||||
@"(c_sn isCaseInsensitiveLike: '%@%%') OR "
|
||||
@"(c_givenname isCaseInsensitiveLike: '%@%%') OR "
|
||||
|
||||
Reference in New Issue
Block a user