Changeset 4456

Show
Ignore:
Timestamp:
10/23/06 20:07:17 (2 years ago)
Author:
rambo
Message:

some new constants

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/org.routamc.gallery/config/schemadb_config.inc

    r4440 r4456  
    2525                    ORG_ROUTAMC_GALLERY_TYPE_TAGS       => 'photos with tags', 
    2626                    //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', 
    2729                ), 
    2830            ), 
  • trunk/src/org.routamc.gallery/midcom/interfaces.php

    r4404 r4456  
    4141        define('ORG_ROUTAMC_GALLERY_TYPE_TAGS', 20); 
    4242        define('ORG_ROUTAMC_GALLERY_TYPE_TIME', 30); 
     43        define('ORG_ROUTAMC_GALLERY_TYPE_EVENT', 40); 
     44        define('ORG_ROUTAMC_GALLERY_TYPE_WINDOW', 50); 
    4345 
    4446        // Photostream is not a library so we need to load it here