mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Update ta latest sources
This commit is contained in:
parent
313d6d80a4
commit
29545ebdc0
5 changed files with 8 additions and 6 deletions
|
@ -6,7 +6,9 @@
|
|||
*
|
||||
* Created : 27.11.2012
|
||||
*
|
||||
* Copyright 2007 - 2013 Zarafa Deutschland GmbH
|
||||
* Copyright 2012 - 2014 Jean-Louis Dupond
|
||||
*
|
||||
* Jean-Louis Dupond released this code as AGPLv3 here: https://github.com/dupondje/PHP-Push-2/issues/93
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License, version 3,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* Created : 16.03.2013
|
||||
*
|
||||
* Copyright 2007 - 2013 Zarafa Deutschland GmbH
|
||||
* Copyright 2013 - 2016 Francisco Miguel Biete
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License, version 3,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* Created : 16.03.2013
|
||||
*
|
||||
* Copyright 2007 - 2013 Zarafa Deutschland GmbH
|
||||
* Copyright 2013 - 2016 Francisco Miguel Biete
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License, version 3,
|
||||
|
|
|
@ -1981,8 +1981,8 @@ class BackendIMAP extends BackendDiff implements ISearchProvider {
|
|||
*/
|
||||
private function getSearchRestriction($cpo) {
|
||||
$searchText = $cpo->GetSearchFreeText();
|
||||
$searchGreater = $cpo->GetSearchValueGreater();
|
||||
$searchLess = $cpo->GetSearchValueLess();
|
||||
$searchGreater = strftime("%Y-%m-%d", strtotime($cpo->GetSearchValueGreater()));
|
||||
$searchLess = strftime("%Y-%m-%d", strtotime($cpo->GetSearchValueLess()));
|
||||
|
||||
$filter = '';
|
||||
if ($searchGreater != '') {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* Created : 27.11.2012
|
||||
*
|
||||
* Copyright 2007 - 2012 Zarafa Deutschland GmbH
|
||||
* Copyright 2007 - 2015 Zarafa Deutschland GmbH
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License, version 3,
|
||||
|
|
Loading…
Add table
Reference in a new issue