Browse Source

Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/scm-ssi-hostage-v3

Daniel Lazar 9 years ago
parent
commit
b744315b2c

+ 2 - 2
src/de/tudarmstadt/informatik/hostage/sync/android/SyncUtils.java

@@ -266,12 +266,12 @@ public class SyncUtils {
 
 
             JSONObject condition = new JSONObject();
             JSONObject condition = new JSONObject();
 
 
-            if(fromTime > 0){
+            /*if(fromTime > 0){
                 Calendar calendar = GregorianCalendar.getInstance();
                 Calendar calendar = GregorianCalendar.getInstance();
                 calendar.setTimeInMillis(fromTime);
                 calendar.setTimeInMillis(fromTime);
 
 
                 condition.put("date", fromCalendar(calendar));
                 condition.put("date", fromCalendar(calendar));
-            }
+            }*/
 
 
             String country = null;
             String country = null;