Changeset 4456
- Timestamp:
- 10/23/06 20:07:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/org.routamc.gallery/config/schemadb_config.inc
r4440 r4456 25 25 ORG_ROUTAMC_GALLERY_TYPE_TAGS => 'photos with tags', 26 26 //ORG_ROUTAMC_GALLERY_TYPE_TIME => 'photos in time window', 27 //ORG_ROUTAMC_GALLERY_TYPE_EVENT => 'photos from event (by participants during event)', 28 //ORG_ROUTAMC_GALLERY_TYPE_WINDOW => 'collage of subgalleries', 27 29 ), 28 30 ), trunk/src/org.routamc.gallery/midcom/interfaces.php
r4404 r4456 41 41 define('ORG_ROUTAMC_GALLERY_TYPE_TAGS', 20); 42 42 define('ORG_ROUTAMC_GALLERY_TYPE_TIME', 30); 43 define('ORG_ROUTAMC_GALLERY_TYPE_EVENT', 40); 44 define('ORG_ROUTAMC_GALLERY_TYPE_WINDOW', 50); 43 45 44 46 // Photostream is not a library so we need to load it here
