Parcourir la source

Merge branch 'V3_API' into V3

Iñigo Valentin il y a 9 ans
Parent
commit
a0fc98e2fa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      www/API/v3/fastsync.php

+ 1 - 1
www/API/v3/fastsync.php

@@ -324,7 +324,7 @@
             case TAB_ACTIVITY_ITINERARY:
                 $q = mysqli_query($con, "SELECT * FROM activity_itinerary WHERE year(start) = $year;");
                 break;
-            case TAB_ACTIVITY_PHOTO_ALBUM:
+            case TAB_PHOTO_ALBUM:
                 $q = mysqli_query($con, "SELECT photo, album FROM photo_album, photo WHERE photo = photo.id AND year(uploaded) = $year;");
                 break;
             case TAB_POST_IMAGE: