1
0
Fork 0
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:
polytan02 2016-01-19 19:57:52 +00:00
parent 313d6d80a4
commit 29545ebdc0
5 changed files with 8 additions and 6 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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 != '') {

View file

@ -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,