added create/modify dates to waypoints and consider it for listing modification date

This commit is contained in:
following
2013-03-16 22:46:44 +01:00
parent 72747630d2
commit 80b8993911
5 changed files with 35 additions and 4 deletions

View File

@@ -47,6 +47,10 @@
define('OBJECT_PICTURE', 6);
define('OBJECT_REMOVEDOBJECT', 7);
// coordinate types
define('COORDINATE_WAYPOINT', 1);
define('COORDINATE_USERNOTE', 2);
define('MAX_LOGENTRIES_ON_CACHEPAGE', 5);
define('MAX_PICTURES_PER_GALLERY_PAGE', 48); // must be multiple of 6
define('MAX_PICTURES_IN_CACHE_GALLERY', 120); // must be multiple of 6