Executed 633 queries in 2341.6 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted. Page execution time was 5899.67 ms. ms # where query 2.33 1 module_list /* Dries : module_list */ SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC 2.09 1 drupal_get_filename /* Dries : drupal_get_filename */ SELECT filename FROM system WHERE name = 'user' AND type = 'module' 3.58 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias LIMIT 0, 1 1.5 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT src FROM url_alias WHERE dst = 'node/942782' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.97 1 module_list /* Dries : module_list */ SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 ORDER BY weight ASC, filename ASC 1.67 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT src FROM url_alias WHERE dst = 'home' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.33 1 path_redirect_load_by_source /* Dries : path_redirect_load_by_source */ SELECT rid FROM path_redirect WHERE source = 'node/942782' AND language IN ('en', '') ORDER BY language DESC, source DESC, rid DESC 2.62 1 taxonomy_get_tree /* Dries : taxonomy_get_tree */ SELECT t.tid, t.*, parent FROM term_data t INNER JOIN term_hierarchy h ON t.tid = h.tid WHERE t.vid = 6 ORDER BY weight, name 1.9 1 menu_get_item /* Dries : menu_get_item */ SELECT * FROM menu_router WHERE path IN ('node/942782','node/%','node') ORDER BY fit DESC LIMIT 0, 1 1.34 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'schema' 29.11 1 cache_set /* Dries : cache_set */ UPDATE cache SET data = 'a:129:{s:19:\"aggregator_category\";a:6:{s:11:\"description\";s:54:\"Stores categories for aggregator feeds and feed items.\";s:6:\"fields\";a:4:{s:3:\"cid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:43:\"Primary Key: Unique aggregator category ID.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:22:\"Title of the category.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:27:\"Description of the category\";}s:5:\"block\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:61:\"The number of recent items to show within the category block.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:11:\"unique keys\";a:1:{s:5:\"title\";a:1:{i:0;s:5:\"title\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:19:\"aggregator_category\";}s:24:\"aggregator_category_feed\";a:6:{s:11:\"description\";s:39:\"Bridge table; maps feeds to categories.\";s:6:\"fields\";a:2:{s:3:\"fid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:33:\"The feed\'s {aggregator_feed}.fid.\";}s:3:\"cid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:66:\"The {aggregator_category}.cid to which the feed is being assigned.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"cid\";i:1;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:24:\"aggregator_category_feed\";}s:24:\"aggregator_category_item\";a:6:{s:11:\"description\";s:44:\"Bridge table; maps feed items to categories.\";s:6:\"fields\";a:2:{s:3:\"iid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:38:\"The feed item\'s {aggregator_item}.iid.\";}s:3:\"cid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:71:\"The {aggregator_category}.cid to which the feed item is being assigned.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"cid\";i:1;s:3:\"iid\";}s:7:\"indexes\";a:1:{s:3:\"iid\";a:1:{i:0;s:3:\"iid\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:24:\"aggregator_category_item\";}s:15:\"aggregator_feed\";a:6:{s:11:\"description\";s:44:\"Stores feeds to be parsed by the aggregator.\";s:6:\"fields\";a:11:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique feed ID.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:18:\"Title of the feed.\";}s:3:\"url\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:16:\"URL to the feed.\";}s:7:\"refresh\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:50:\"How often to check for new feed items, in seconds.\";}s:7:\"checked\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:60:\"Last time feed was checked for new items, as Unix timestamp.\";}s:4:\"link\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:80:\"The parent website of the feed; comes from the <link> element in the feed.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:89:\"The parent website\'s description; comes from the <description> element in the feed.\";}s:5:\"image\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:31:\"An image representing the feed.\";}s:4:\"etag\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:59:\"Entity tag HTTP response header, used for validating cache.\";}s:8:\"modified\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"When the feed was last modified, as a Unix timestamp.\";}s:5:\"block\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:47:\"Number of items to display in the feed\'s block.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:11:\"unique keys\";a:2:{s:3:\"url\";a:1:{i:0;s:3:\"url\";}s:5:\"title\";a:1:{i:0;s:5:\"title\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:15:\"aggregator_feed\";}s:15:\"aggregator_item\";a:6:{s:11:\"description\";s:48:\"Stores the individual items imported from feeds.\";s:6:\"fields\";a:8:{s:3:\"iid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique ID for feed item.\";}s:3:\"fid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The {aggregator_feed}.fid to which this item belongs.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:23:\"Title of the feed item.\";}s:4:\"link\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:22:\"Link to the feed item.\";}s:6:\"author\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:24:\"Author of the feed item.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:22:\"Body of the feed item.\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:11:\"description\";s:44:\"Post date of feed item, as a Unix timestamp.\";}s:4:\"guid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:36:\"Unique identifier for the feed item.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"iid\";}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:15:\"aggregator_item\";}s:6:\"blocks\";a:7:{s:11:\"description\";s:62:\"Stores block settings, such as region and visibility settings.\";s:6:\"fields\";a:13:{s:3:\"bid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:29:\"Primary Key: Unique block ID.\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:126:\"The module from which the block originates; for example, \'user\' for the Who\'s Online block, and \'block\' for any custom blocks.\";}s:5:\"delta\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";s:11:\"description\";s:36:\"Unique ID for block within a module.\";}s:5:\"theme\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:47:\"The theme under which the block settings apply.\";}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:49:\"Block enabled status. (1 = enabled, 0 = disabled)\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:27:\"Block weight within region.\";}s:6:\"region\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:43:\"Theme region within which the block is set.\";}s:6:\"custom\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:169:\"Flag to indicate how users may control visibility of the block. (0 = Users cannot control, 1 = On by default, but can be hidden, 2 = Hidden by default, but can be shown)\";}s:8:\"throttle\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:113:\"Flag to indicate whether or not to remove block when website traffic is high. (1 = throttle, 0 = do not throttle)\";}s:10:\"visibility\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:169:\"Flag to indicate how to show blocks on pages. (0 = Show on all pages except listed pages, 1 = Show only on listed pages, 2 = Use custom PHP code to determine visibility)\";}s:5:\"pages\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:11:\"description\";s:148:\"Contents of the \"Pages\" block; contains either a list of paths on which to include/exclude the block or PHP code, depending on \"visibility\" setting.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:154:\"Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)\";}s:5:\"cache\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:215:\"Binary flag to indicate block cache mode. (-1: Do not cache, 1: Cache per role, 2: Cache per user, 4: Cache per page, 8: Block cache global) See BLOCK_CACHE_* constants in block.module for more detailed information.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:11:\"unique keys\";a:1:{s:3:\"tmd\";a:3:{i:0;s:5:\"theme\";i:1;s:6:\"module\";i:2;s:5:\"delta\";}}s:7:\"indexes\";a:1:{s:4:\"list\";a:5:{i:0;s:5:\"theme\";i:1;s:6:\"status\";i:2;s:6:\"region\";i:3;s:6:\"weight\";i:4;s:6:\"module\";}}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:6:\"blocks\";}s:12:\"blocks_roles\";a:6:{s:11:\"description\";s:57:\"Sets up access permissions for blocks based on user roles\";s:6:\"fields\";a:3:{s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:48:\"The block\'s origin module, from {blocks}.module.\";}s:5:\"delta\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:11:\"description\";s:60:\"The block\'s unique delta within module, from {blocks}.delta.\";}s:3:\"rid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:42:\"The user\'s role ID from {users_roles}.rid.\";}}s:11:\"primary key\";a:3:{i:0;s:6:\"module\";i:1;s:5:\"delta\";i:2;s:3:\"rid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:12:\"blocks_roles\";}s:5:\"boxes\";a:6:{s:11:\"description\";s:38:\"Stores contents of custom-made blocks.\";s:6:\"fields\";a:4:{s:3:\"bid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:25:\"The block\'s {blocks}.bid.\";}s:4:\"body\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:15:\"Block contents.\";}s:4:\"info\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:18:\"Block description.\";}s:6:\"format\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:69:\"Block body\'s {filter_formats}.format; for example, 1 = Filtered HTML.\";}}s:11:\"unique keys\";a:1:{s:4:\"info\";a:1:{i:0;s:4:\"info\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:5:\"boxes\";}s:11:\"cache_block\";a:6:{s:11:\"description\";s:204:\"Cache table for the Block module to store already built blocks, identified by module, delta, and various contexts which may change the block, such as theme, locale, and caching mode defined for the block.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:11:\"cache_block\";}s:4:\"book\";a:7:{s:11:\"description\";s:101:\"Stores book outline information. Uniquely connects each node in the outline to a link in {menu_links}\";s:6:\"fields\";a:3:{s:4:\"mlid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:34:\"The book page\'s {menu_links}.mlid.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:27:\"The book page\'s {node}.nid.\";}s:3:\"bid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"The book ID is the {book}.nid of the top-level page.\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"mlid\";}s:11:\"unique keys\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:7:\"indexes\";a:1:{s:3:\"bid\";a:1:{i:0;s:3:\"bid\";}}s:6:\"module\";s:4:\"book\";s:4:\"name\";s:4:\"book\";}s:8:\"comments\";a:6:{s:11:\"description\";s:36:\"Stores comments and associated data.\";s:6:\"fields\";a:14:{s:3:\"cid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:31:\"Primary Key: Unique comment ID.\";}s:3:\"pid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:117:\"The {comments}.cid to which this comment is a reply. If set to 0, this comment is not a reply to an existing comment.\";}s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:48:\"The {node}.nid to which this comment is a reply.\";}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:101:\"The {users}.uid who authored the comment. If set to 0, this comment was created by an anonymous user.\";}s:7:\"subject\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:18:\"The comment title.\";}s:7:\"comment\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:17:\"The comment body.\";}s:8:\"hostname\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:23:\"The author\'s host name.\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:89:\"The time that the comment was created, or last edited by its author, as a Unix timestamp.\";}s:6:\"status\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:69:\"The published status of a comment. (0 = Published, 1 = Not Published)\";}s:6:\"format\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:48:\"The {filter_formats}.format of the comment body.\";}s:6:\"thread\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:11:\"description\";s:62:\"The vancode representation of the comment\'s place in a thread.\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:0;s:11:\"description\";s:124:\"The comment author\'s name. Uses {users}.name if the user is logged in, otherwise uses the value typed into the comment form.\";}s:4:\"mail\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:0;s:11:\"description\";s:169:\"The comment author\'s e-mail address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.\";}s:8:\"homepage\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:172:\"The comment author\'s home page address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.\";}}s:7:\"indexes\";a:3:{s:3:\"pid\";a:1:{i:0;s:3:\"pid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:6:\"status\";a:1:{i:0;s:6:\"status\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:7:\"comment\";s:4:\"name\";s:8:\"comments\";}s:23:\"node_comment_statistics\";a:6:{s:11:\"description\";s:82:\"Maintains statistics of node and comments posts to show \"new\" and \"updated\" flags.\";s:6:\"fields\";a:5:{s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The {node}.nid for which the statistics are compiled.\";}s:22:\"last_comment_timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:99:\"The Unix timestamp of the last comment that was posted within this node, from {comments}.timestamp.\";}s:17:\"last_comment_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:0;s:11:\"description\";s:83:\"The name of the latest author to post a comment on this node, from {comments}.name.\";}s:16:\"last_comment_uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:85:\"The user ID of the latest author to post a comment on this node, from {comments}.uid.\";}s:13:\"comment_count\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:42:\"The total number of comments on this node.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:22:\"node_comment_timestamp\";a:1:{i:0;s:22:\"last_comment_timestamp\";}}s:6:\"module\";s:7:\"comment\";s:4:\"name\";s:23:\"node_comment_statistics\";}s:7:\"contact\";a:7:{s:11:\"description\";s:31:\"Contact form category settings.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:32:\"Primary Key: Unique category ID.\";}s:8:\"category\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:14:\"Category name.\";}s:10:\"recipients\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:51:\"Comma-separated list of recipient e-mail addresses.\";}s:5:\"reply\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:31:\"Text of the auto-reply message.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:22:\"The category\'s weight.\";}s:8:\"selected\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:82:\"Flag to indicate whether or not category is selected by default. (1 = Yes, 0 = No)\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:11:\"unique keys\";a:1:{s:8:\"category\";a:1:{i:0;s:8:\"category\";}}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:8:\"category\";}}s:6:\"module\";s:7:\"contact\";s:4:\"name\";s:7:\"contact\";}s:8:\"watchdog\";a:6:{s:11:\"description\";s:46:\"Table that contains logs of all system events.\";s:6:\"fields\";a:12:{s:3:\"wid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:38:\"Primary Key: Unique watchdog event ID.\";}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"The {users}.uid of the user who triggered the event.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:60:\"Type of log message, for example \"user\" or \"page not found.\"\";}s:7:\"message\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:55:\"Text of log message to be passed into the t() function.\";}s:9:\"variables\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:101:\"Serialized array of variables that match the message string and that is passed into the t() function.\";}s:8:\"severity\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:71:\"The severity level of the event; ranges from 0 (Emergency) to 7 (Debug)\";}s:4:\"link\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:37:\"Link to view the result of the event.\";}s:8:\"location\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:11:\"description\";s:31:\"URL of the origin of the event.\";}s:7:\"referer\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:22:\"URL of referring page.\";}s:8:\"hostname\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:45:\"Hostname of the user who triggered the event.\";}s:11:\"machinename\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:42:\"Name of the machine the event occurred on.\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:38:\"Unix timestamp of when event occurred.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"wid\";}s:7:\"indexes\";a:1:{s:4:\"type\";a:1:{i:0;s:4:\"type\";}}s:6:\"module\";s:5:\"dblog\";s:4:\"name\";s:8:\"watchdog\";}s:7:\"filters\";a:7:{s:11:\"description\";s:74:\"Table that maps filters (HTML corrector) to input formats (Filtered HTML).\";s:6:\"fields\";a:5:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:41:\"Primary Key: Auto-incrementing filter ID.\";}s:6:\"format\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:74:\"Foreign key: The {filter_formats}.format to which this filter is assigned.\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:32:\"The origin module of the filter.\";}s:5:\"delta\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:62:\"ID to identify which filter within module is being referenced.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:31:\"Weight of filter within format.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:11:\"unique keys\";a:1:{s:3:\"fmd\";a:3:{i:0;s:6:\"format\";i:1;s:6:\"module\";i:2;s:5:\"delta\";}}s:7:\"indexes\";a:1:{s:4:\"list\";a:4:{i:0;s:6:\"format\";i:1;s:6:\"weight\";i:2;s:6:\"module\";i:3;s:5:\"delta\";}}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:7:\"filters\";}s:14:\"filter_formats\";a:6:{s:11:\"description\";s:73:\"Stores input formats: custom groupings of filters, such as Filtered HTML.\";s:6:\"fields\";a:4:{s:6:\"format\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:34:\"Primary Key: Unique ID for format.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:41:\"Name of the input format (Filtered HTML).\";}s:5:\"roles\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:57:\"A comma-separated string of roles; references {role}.rid.\";}s:5:\"cache\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:77:\"Flag to indicate whether format is cachable. (1 = cachable, 0 = not cachable)\";}}s:11:\"primary key\";a:1:{i:0;s:6:\"format\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:14:\"filter_formats\";}s:12:\"cache_filter\";a:6:{s:11:\"description\";s:128:\"Cache table for the Filter module to store already filtered pieces of text, identified by input format and md5 hash of the text.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"cache_filter\";}s:11:\"menu_custom\";a:5:{s:11:\"description\";s:74:\"Holds definitions for top-level custom menus (for example, Primary Links).\";s:6:\"fields\";a:3:{s:9:\"menu_name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:80:\"Primary Key: Unique key for menu. This is used as a block delta so length is 32.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:38:\"Menu title; displayed at top of block.\";}s:11:\"description\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:17:\"Menu description.\";}}s:11:\"primary key\";a:1:{i:0;s:9:\"menu_name\";}s:6:\"module\";s:4:\"menu\";s:4:\"name\";s:11:\"menu_custom\";}s:4:\"node\";a:7:{s:11:\"description\";s:25:\"The base table for nodes.\";s:6:\"fields\";a:15:{s:3:\"nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:5:{s:11:\"description\";s:52:\"The current {node_revisions}.vid version identifier.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:5:{s:11:\"description\";s:34:\"The {node_type}.type of this node.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:5:{s:11:\"description\";s:38:\"The {languages}.language of this node.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:5:{s:11:\"description\";s:64:\"The title of this node, always treated as non-markup plain text.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uid\";a:4:{s:11:\"description\";s:81:\"The {users}.uid that owns this node; initially, this is the user that created it.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:11:\"description\";s:81:\"Boolean indicating whether the node is published (visible to non-administrators).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:4:{s:11:\"description\";s:45:\"The Unix timestamp when the node was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:4:{s:11:\"description\";s:57:\"The Unix timestamp when the node was most recently saved.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"comment\";a:4:{s:11:\"description\";s:81:\"Whether comments are allowed on this node: 0 = no, 1 = read only, 2 = read/write.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:4:{s:11:\"description\";s:74:\"Boolean indicating whether the node should be displayed on the front page.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"moderate\";a:4:{s:11:\"description\";s:93:\"Previously, a boolean indicating whether the node was \"in moderation\"; mostly no longer used.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:4:{s:11:\"description\";s:96:\"Boolean indicating whether the node should be displayed at the top of lists in which it appears.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"tnid\";a:5:{s:11:\"description\";s:94:\"The translation set id for this node, which equals the node id of the source post in each set.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"translate\";a:4:{s:11:\"description\";s:71:\"A boolean indicating whether this translation page needs to be updated.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:10:{s:12:\"node_changed\";a:1:{i:0;s:7:\"changed\";}s:12:\"node_created\";a:1:{i:0;s:7:\"created\";}s:13:\"node_moderate\";a:1:{i:0;s:8:\"moderate\";}s:19:\"node_promote_status\";a:2:{i:0;s:7:\"promote\";i:1;s:6:\"status\";}s:16:\"node_status_type\";a:3:{i:0;s:6:\"status\";i:1;s:4:\"type\";i:2;s:3:\"nid\";}s:15:\"node_title_type\";a:2:{i:0;s:5:\"title\";i:1;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:9:\"node_type\";a:1:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"tnid\";a:1:{i:0;s:4:\"tnid\";}s:9:\"translate\";a:1:{i:0;s:9:\"translate\";}}s:11:\"unique keys\";a:1:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:4:\"node\";}s:11:\"node_access\";a:5:{s:11:\"description\";s:106:\"Identifies which realm/grant pairs a user must possess in order to view, update, or delete specific nodes.\";s:6:\"fields\";a:6:{s:3:\"nid\";a:5:{s:11:\"description\";s:35:\"The {node}.nid this record affects.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"gid\";a:5:{s:11:\"description\";s:98:\"The grant ID a user must possess in the specified realm to gain this row\'s privileges on the node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"realm\";a:5:{s:11:\"description\";s:107:\"The realm in which the user must possess the grant ID. Each node access node can define one or more realms.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"grant_view\";a:6:{s:11:\"description\";s:79:\"Boolean indicating whether a user with the realm/grant pair can view this node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:12:\"grant_update\";a:6:{s:11:\"description\";s:79:\"Boolean indicating whether a user with the realm/grant pair can edit this node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:12:\"grant_delete\";a:6:{s:11:\"description\";s:81:\"Boolean indicating whether a user with the realm/grant pair can delete this node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"gid\";i:2;s:5:\"realm\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:11:\"node_access\";}s:12:\"node_counter\";a:5:{s:11:\"description\";s:30:\"Access statistics for {node}s.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:4:{s:11:\"description\";s:36:\"The {node}.nid for these statistics.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"totalcount\";a:6:{s:11:\"description\";s:53:\"The total number of times the {node} has been viewed.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:3:\"big\";}s:8:\"daycount\";a:6:{s:11:\"description\";s:59:\"The total number of times the {node} has been viewed today.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:6:\"medium\";}s:9:\"timestamp\";a:5:{s:11:\"description\";s:48:\"The most recent time the {node} has been viewed.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:12:\"node_counter\";}s:14:\"node_revisions\";a:6:{s:11:\"description\";s:56:\"Stores information about each saved version of a {node}.\";s:6:\"fields\";a:9:{s:3:\"nid\";a:5:{s:11:\"description\";s:35:\"The {node} this version belongs to.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"vid\";a:4:{s:11:\"description\";s:40:\"The primary identifier for this version.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:11:\"description\";s:42:\"The {users}.uid that created this version.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"title\";a:5:{s:11:\"description\";s:26:\"The title of this version.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"body\";a:4:{s:11:\"description\";s:25:\"The body of this version.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:6:\"teaser\";a:4:{s:11:\"description\";s:27:\"The teaser of this version.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:3:\"log\";a:4:{s:11:\"description\";s:53:\"The log entry explaining the changes in this version.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:9:\"timestamp\";a:4:{s:11:\"description\";s:58:\"A Unix timestamp indicating when this version was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"format\";a:4:{s:11:\"description\";s:45:\"The input format used by this version\'s body.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:2:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:14:\"node_revisions\";}s:9:\"node_type\";a:5:{s:11:\"description\";s:50:\"Stores information about all defined {node} types.\";s:6:\"fields\";a:14:{s:4:\"type\";a:4:{s:11:\"description\";s:39:\"The machine-readable name of this type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:37:\"The human-readable name of this type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"module\";a:4:{s:11:\"description\";s:76:\"The base string used to construct callbacks corresponding to this node type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:11:\"description\";a:4:{s:11:\"description\";s:33:\"A brief description of this type.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";}s:4:\"help\";a:4:{s:11:\"description\";s:71:\"Help information shown to the user when creating a {node} of this type.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";}s:9:\"has_title\";a:5:{s:11:\"description\";s:65:\"Boolean indicating whether this type uses the {node}.title field.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:4:\"size\";s:4:\"tiny\";}s:11:\"title_label\";a:5:{s:11:\"description\";s:57:\"The label displayed for the title field on the edit form.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"has_body\";a:5:{s:11:\"description\";s:74:\"Boolean indicating whether this type uses the {node_revisions}.body field.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:4:\"size\";s:4:\"tiny\";}s:10:\"body_label\";a:5:{s:11:\"description\";s:56:\"The label displayed for the body field on the edit form.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"min_word_count\";a:5:{s:11:\"description\";s:50:\"The minimum number of words the body must contain.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:4:\"size\";s:5:\"small\";}s:6:\"custom\";a:5:{s:11:\"description\";s:137:\"A boolean indicating whether this type is defined by a module (FALSE) or by a user via a module like the Content Construction Kit (TRUE).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"modified\";a:5:{s:11:\"description\";s:108:\"A boolean indicating whether this type has been modified by an administrator; currently not used in any way.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"locked\";a:5:{s:11:\"description\";s:88:\"A boolean indicating whether the administrator can change the machine name of this type.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"orig_type\";a:5:{s:11:\"description\";s:128:\"The original machine-readable name of this node type. This may be different from the current type name if the locked field is 0.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:9:\"node_type\";}s:14:\"profile_fields\";a:7:{s:11:\"description\";s:33:\"Stores profile field information.\";s:6:\"fields\";a:13:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique profile field ID.\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:41:\"Title of the field shown to the end user.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:58:\"Internal name of the field used in the form HTML and URLs.\";}s:11:\"explanation\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:38:\"Explanation of the field to end users.\";}s:8:\"category\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:54:\"Profile category that the field will be grouped under.\";}s:4:\"page\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:52:\"Title of page used for browsing by the field\'s value\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:0;s:11:\"description\";s:19:\"Type of form field.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:52:\"Weight of field in relation to other profile fields.\";}s:8:\"required\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:64:\"Whether the user is required to enter a value. (0 = no, 1 = yes)\";}s:8:\"register\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:77:\"Whether the field is visible in the user registration form. (1 = yes, 0 = no)\";}s:10:\"visibility\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:151:\"The level of visibility for the field. (0 = hidden, 1 = private, 2 = public on profile but not member list pages, 3 = public on profile and list pages)\";}s:12:\"autocomplete\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:68:\"Whether form auto-completion is enabled. (0 = disabled, 1 = enabled)\";}s:7:\"options\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:53:\"List of options to be used in a list selection field.\";}}s:7:\"indexes\";a:1:{s:8:\"category\";a:1:{i:0;s:8:\"category\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:6:\"module\";s:7:\"profile\";s:4:\"name\";s:14:\"profile_fields\";}s:14:\"profile_values\";a:6:{s:11:\"description\";s:33:\"Stores values for profile fields.\";s:6:\"fields\";a:3:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:38:\"The {profile_fields}.fid of the field.\";}s:3:\"uid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:36:\"The {users}.uid of the profile user.\";}s:5:\"value\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:24:\"The value for the field.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:7:\"profile\";s:4:\"name\";s:14:\"profile_values\";}s:8:\"variable\";a:5:{s:11:\"description\";s:215:\"Named variable/value pairs created by Drupal core or any other module or theme. All variables are cached in memory at the start of every Drupal request so developers should not be careless about what is stored here.\";s:6:\"fields\";a:2:{s:4:\"name\";a:5:{s:11:\"description\";s:25:\"The name of the variable.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"value\";a:4:{s:11:\"description\";s:26:\"The value of the variable.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:8:\"variable\";}s:7:\"actions\";a:5:{s:11:\"description\";s:26:\"Stores action information.\";s:6:\"fields\";a:5:{s:3:\"aid\";a:5:{s:11:\"description\";s:31:\"Primary Key: Unique actions ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}s:4:\"type\";a:5:{s:11:\"description\";s:82:\"The object that that action acts on (node, user, comment, system or custom types.)\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"callback\";a:5:{s:11:\"description\";s:57:\"The callback function that executes when the action runs.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"parameters\";a:4:{s:11:\"description\";s:49:\"Parameters to be passed to the callback function.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:11:\"description\";a:5:{s:11:\"description\";s:26:\"Description of the action.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:7:\"actions\";}s:11:\"actions_aid\";a:5:{s:11:\"description\";s:42:\"Stores action IDs for non-default actions.\";s:6:\"fields\";a:1:{s:3:\"aid\";a:4:{s:11:\"description\";s:31:\"Primary Key: Unique actions ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:11:\"actions_aid\";}s:5:\"batch\";a:6:{s:11:\"description\";s:76:\"Stores details about batches (processes that run in multiple HTTP requests).\";s:6:\"fields\";a:4:{s:3:\"bid\";a:4:{s:11:\"description\";s:29:\"Primary Key: Unique batch ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:5:\"token\";a:4:{s:11:\"description\";s:165:\"A string token generated against the current user\'s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:3:{s:11:\"description\";s:112:\"A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:5:\"batch\";a:4:{s:11:\"description\";s:64:\"A serialized array containing the processing data for the batch.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:7:\"indexes\";a:1:{s:5:\"token\";a:1:{i:0;s:5:\"token\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"batch\";}s:5:\"cache\";a:6:{s:11:\"description\";s:140:\"Generic cache table for caching things not separated out into their own tables. Contributed modules may also use this to store cached items.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"cache\";}s:10:\"cache_form\";a:6:{s:11:\"description\";s:125:\"Cache table for the form system to store recently built forms and their storage data, to be used in subsequent page requests.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_form\";}s:10:\"cache_page\";a:6:{s:11:\"description\";s:91:\"Cache table used to store compressed pages for anonymous users, if page caching is enabled.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_page\";}s:10:\"cache_menu\";a:6:{s:11:\"description\";s:132:\"Cache table for the menu system to store router information as well as generated link trees for various menu/page/user combinations.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_menu\";}s:5:\"files\";a:6:{s:11:\"description\";s:38:\"Stores information for uploaded files.\";s:6:\"fields\";a:8:{s:3:\"fid\";a:4:{s:11:\"description\";s:29:\"Primary Key: Unique files ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:5:{s:11:\"description\";s:60:\"The {users}.uid of the user who is associated with the file.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"filename\";a:5:{s:11:\"description\";s:17:\"Name of the file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filepath\";a:5:{s:11:\"description\";s:41:\"Path of the file relative to Drupal root.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filemime\";a:5:{s:11:\"description\";s:19:\"The file MIME type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filesize\";a:5:{s:11:\"description\";s:30:\"The size of the file in bytes.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:11:\"description\";s:65:\"A flag indicating whether file is temporary (0) or permanent (1).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:43:\"UNIX timestamp for when the file was added.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:3:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:6:\"status\";a:1:{i:0;s:6:\"status\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"files\";}s:5:\"flood\";a:6:{s:11:\"description\";s:79:\"Flood controls the threshold of events, such as the number of contact attempts.\";s:6:\"fields\";a:4:{s:3:\"fid\";a:3:{s:11:\"description\";s:22:\"Unique flood event ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:5:\"event\";a:5:{s:11:\"description\";s:29:\"Name of event (e.g. contact).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"hostname\";a:5:{s:11:\"description\";s:24:\"Hostname of the visitor.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:4:{s:11:\"description\";s:23:\"Timestamp of the event.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:5:\"allow\";a:3:{i:0;s:5:\"event\";i:1;s:8:\"hostname\";i:2;s:9:\"timestamp\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"flood\";}s:7:\"history\";a:6:{s:11:\"description\";s:50:\"A record of which {users} have read which {node}s.\";s:6:\"fields\";a:3:{s:3:\"uid\";a:4:{s:11:\"description\";s:41:\"The {users}.uid that read the {node} nid.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:4:{s:11:\"description\";s:29:\"The {node}.nid that was read.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:4:{s:11:\"description\";s:46:\"The Unix timestamp at which the read occurred.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:7:\"history\";}s:11:\"menu_router\";a:6:{s:11:\"description\";s:56:\"Maps paths to various callbacks (access, page and title)\";s:6:\"fields\";a:20:{s:4:\"path\";a:5:{s:11:\"description\";s:49:\"Primary Key: the Drupal path this entry describes\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"load_functions\";a:3:{s:11:\"description\";s:129:\"A serialized array of function names (like node_load) to be called to load an object corresponding to a part of the current path.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:16:\"to_arg_functions\";a:3:{s:11:\"description\";s:139:\"A serialized array of function names (like user_uid_optional_to_arg) to be called to replace a part of the router path with another string.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:15:\"access_callback\";a:5:{s:11:\"description\";s:86:\"The callback which determines the access to this router path. Defaults to user_access.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"access_arguments\";a:3:{s:11:\"description\";s:56:\"A serialized array of arguments for the access callback.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:13:\"page_callback\";a:5:{s:11:\"description\";s:47:\"The name of the function that renders the page.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"page_arguments\";a:3:{s:11:\"description\";s:54:\"A serialized array of arguments for the page callback.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:3:\"fit\";a:4:{s:11:\"description\";s:53:\"A numeric representation of how specific the path is.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"number_parts\";a:5:{s:11:\"description\";s:36:\"Number of parts in this router path.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:10:\"tab_parent\";a:5:{s:11:\"description\";s:98:\"Only for local tasks (tabs) - the router path of the parent page (which may also be a local task).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"tab_root\";a:5:{s:11:\"description\";s:118:\"Router path of the closest non-tab parent page. For pages that are not local tasks, this will be the same as the path.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:5:{s:11:\"description\";s:81:\"The title for the current page, or the title for the tab if this is a local task.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"title_callback\";a:5:{s:11:\"description\";s:54:\"A function which will alter the title. Defaults to t()\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:15:\"title_arguments\";a:5:{s:11:\"description\";s:133:\"A serialized array of arguments for the title callback. If empty, the title will be used as the sole argument for the title callback.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:11:\"description\";s:74:\"Numeric representation of the type of the menu item, like MENU_LOCAL_TASK.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:14:\"block_callback\";a:5:{s:11:\"description\";s:92:\"Name of a function used to render the block on the system administration page for this item.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:3:{s:11:\"description\";s:27:\"A description of this item.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:8:\"position\";a:5:{s:11:\"description\";s:90:\"The position of the block (left or right) on the system administration page for this item.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:4:{s:11:\"description\";s:78:\"Weight of the element. Lighter weights are higher up, heavier weights go down.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"file\";a:3:{s:11:\"description\";s:92:\"The file to include for this element, usually the page callback function lives in this file.\";s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"medium\";}}s:7:\"indexes\";a:3:{s:3:\"fit\";a:1:{i:0;s:3:\"fit\";}s:10:\"tab_parent\";a:1:{i:0;s:10:\"tab_parent\";}s:21:\"tab_root_weight_title\";a:3:{i:0;a:2:{i:0;s:8:\"tab_root\";i:1;i:64;}i:1;s:6:\"weight\";i:2;s:5:\"title\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"path\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:11:\"menu_router\";}s:10:\"menu_links\";a:6:{s:11:\"description\";s:44:\"Contains the individual links within a menu.\";s:6:\"fields\";a:25:{s:9:\"menu_name\";a:5:{s:11:\"description\";s:98:\"The menu name. All links with the same menu name (such as \'navigation\') are part of the same menu.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mlid\";a:4:{s:11:\"description\";s:51:\"The menu link ID (mlid) is the integer primary key.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"plid\";a:5:{s:11:\"description\";s:126:\"The parent link ID (plid) is the mlid of the link above in the hierarchy, or zero if the link is at the top level in its menu.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"link_path\";a:5:{s:11:\"description\";s:53:\"The Drupal path or external path this link points to.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"router_path\";a:5:{s:11:\"description\";s:114:\"For links corresponding to a Drupal path (external = 0), this connects the link to a {menu_router}.path for joins.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"link_title\";a:5:{s:11:\"description\";s:99:\"The text displayed for the link, which may be modified by a title callback stored in {menu_router}.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"options\";a:3:{s:11:\"description\";s:115:\"A serialized array of options to be passed to the url() or l() function, such as a query string or HTML attributes.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:6:\"module\";a:5:{s:11:\"description\";s:48:\"The name of the module that generated this link.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:6:\"system\";}s:6:\"hidden\";a:5:{s:11:\"description\";s:168:\"A flag for whether the link should be rendered in menus. (1 = a disabled menu item that may be shown on admin screens, -1 = a menu callback, 0 = a normal, visible link)\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:8:\"external\";a:5:{s:11:\"description\";s:120:\"A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:12:\"has_children\";a:5:{s:11:\"description\";s:99:\"Flag indicating whether any links have this link as a parent (1 = children exist, 0 = no children).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:8:\"expanded\";a:5:{s:11:\"description\";s:210:\"Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:6:\"weight\";a:4:{s:11:\"description\";s:59:\"Link weight among links in the same menu at the same depth.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"depth\";a:5:{s:11:\"description\";s:80:\"The depth relative to the top level. A link with plid == 0 will have depth == 1.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:10:\"customized\";a:5:{s:11:\"description\";s:110:\"A flag to indicate that the user has manually created or edited the link (1 = customized, 0 = not customized).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:2:\"p1\";a:5:{s:11:\"description\";s:219:\"The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the plid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p2\";a:5:{s:11:\"description\";s:49:\"The second mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p3\";a:5:{s:11:\"description\";s:48:\"The third mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p4\";a:5:{s:11:\"description\";s:49:\"The fourth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p5\";a:5:{s:11:\"description\";s:48:\"The fifth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p6\";a:5:{s:11:\"description\";s:48:\"The sixth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p7\";a:5:{s:11:\"description\";s:50:\"The seventh mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p8\";a:5:{s:11:\"description\";s:49:\"The eighth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p9\";a:5:{s:11:\"description\";s:48:\"The ninth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"updated\";a:5:{s:11:\"description\";s:81:\"Flag that indicates that this link was generated during the update from Drupal 5.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}}s:7:\"indexes\";a:4:{s:9:\"path_menu\";a:2:{i:0;a:2:{i:0;s:9:\"link_path\";i:1;i:128;}i:1;s:9:\"menu_name\";}s:22:\"menu_plid_expand_child\";a:4:{i:0;s:9:\"menu_name\";i:1;s:4:\"plid\";i:2;s:8:\"expanded\";i:3;s:12:\"has_children\";}s:12:\"menu_parents\";a:10:{i:0;s:9:\"menu_name\";i:1;s:2:\"p1\";i:2;s:2:\"p2\";i:3;s:2:\"p3\";i:4;s:2:\"p4\";i:5;s:2:\"p5\";i:6;s:2:\"p6\";i:7;s:2:\"p7\";i:8;s:2:\"p8\";i:9;s:2:\"p9\";}s:11:\"router_path\";a:1:{i:0;a:2:{i:0;s:11:\"router_path\";i:1;i:128;}}}s:11:\"primary key\";a:1:{i:0;s:4:\"mlid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"menu_links\";}s:9:\"semaphore\";a:6:{s:11:\"description\";s:121:\"Table for holding semaphores, locks, flags, etc. that cannot be stored as Drupal variables since they must not be cached.\";s:6:\"fields\";a:3:{s:4:\"name\";a:5:{s:11:\"description\";s:25:\"Primary Key: Unique name.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"value\";a:5:{s:11:\"description\";s:8:\"A value.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp with microseconds indicating when the semaphore should expire.\";s:4:\"type\";s:5:\"float\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:9:\"semaphore\";}s:8:\"sessions\";a:6:{s:11:\"description\";s:139:\"Drupal\'s session handlers read and write into the sessions table. Each record represents a user session, either anonymous or authenticated.\";s:6:\"fields\";a:6:{s:3:\"uid\";a:4:{s:11:\"description\";s:68:\"The {users}.uid corresponding to a session, or 0 for anonymous user.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"sid\";a:5:{s:11:\"description\";s:71:\"Primary key: A session ID. The value is generated by PHP\'s Session API.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"hostname\";a:5:{s:11:\"description\";s:52:\"The IP address that last used this session ID (sid).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:4:{s:11:\"description\";s:104:\"The Unix timestamp when this session last requested a page. Old records are purged by PHP automatically.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"cache\";a:4:{s:11:\"description\";s:118:\"The time of this user\'s last post. This is used when the site has specified a minimum_cache_lifetime. See cache_get().\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"session\";a:4:{s:11:\"description\";s:208:\"The serialized contents of $_SESSION, an array of name/value pairs that persists across page requests by this session ID. Drupal loads $_SESSION from here at the start of each request and saves it at the end.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"sid\";}s:7:\"indexes\";a:2:{s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:8:\"sessions\";}s:6:\"system\";a:6:{s:11:\"description\";s:105:\"A list of all modules, themes, and theme engines that are or have been installed in Drupal\'s file system.\";s:6:\"fields\";a:10:{s:8:\"filename\";a:5:{s:11:\"description\";s:103:\"The path of the primary file for this item, relative to the Drupal root; e.g. modules/node/node.module.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:5:{s:11:\"description\";s:32:\"The name of the item; e.g. node.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:5:{s:11:\"description\";s:60:\"The type of the item, either module, theme, or theme_engine.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"owner\";a:5:{s:11:\"description\";s:55:\"A theme\'s \'parent\'. Can be either a theme or an engine.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"status\";a:4:{s:11:\"description\";s:55:\"Boolean indicating whether or not this item is enabled.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"throttle\";a:5:{s:11:\"description\";s:102:\"Boolean indicating whether this item is disabled when the throttle.module disables throttleable items.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"bootstrap\";a:4:{s:11:\"description\";s:138:\"Boolean indicating whether this module is loaded during Drupal\'s early bootstrapping phase (e.g. even before the page cache is consulted).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:14:\"schema_version\";a:5:{s:11:\"description\";s:238:\"The module\'s database schema version number. -1 if the module is not installed (its tables do not exist); 0 or the largest N of the module\'s hook_update_N() function that has either been run or existed when the module was first installed.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:-1;s:4:\"size\";s:5:\"small\";}s:6:\"weight\";a:4:{s:11:\"description\";s:127:\"The order in which this module\'s hooks should be invoked relative to other modules. Equal-weighted modules are ordered by name.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"info\";a:3:{s:11:\"description\";s:166:\"A serialized array containing information from the module\'s .info file; keys can include name, description, package, version, core, dependencies, dependents, and php.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:8:\"filename\";}s:7:\"indexes\";a:3:{s:7:\"modules\";a:4:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:12;}i:1;s:6:\"status\";i:2;s:6:\"weight\";i:3;s:8:\"filename\";}s:9:\"bootstrap\";a:5:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:12;}i:1;s:6:\"status\";i:2;s:9:\"bootstrap\";i:3;s:6:\"weight\";i:4;s:8:\"filename\";}s:9:\"type_name\";a:2:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:12;}i:1;s:4:\"name\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:6:\"system\";}s:9:\"url_alias\";a:7:{s:11:\"description\";s:95:\"A list of URL aliases for Drupal paths; a user may visit either the source or destination path.\";s:6:\"fields\";a:4:{s:3:\"pid\";a:4:{s:11:\"description\";s:31:\"A unique path alias identifier.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"src\";a:5:{s:11:\"description\";s:48:\"The Drupal path this alias is for; e.g. node/12.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"dst\";a:5:{s:11:\"description\";s:49:\"The alias for this path; e.g. title-of-the-story.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:5:{s:11:\"description\";s:151:\"The language this alias is for; if blank, the alias will be used for unknown languages. Each Drupal path can have an alias for each supported language.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"unique keys\";a:1:{s:16:\"dst_language_pid\";a:3:{i:0;s:3:\"dst\";i:1;s:8:\"language\";i:2;s:3:\"pid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:7:\"indexes\";a:1:{s:16:\"src_language_pid\";a:3:{i:0;s:3:\"src\";i:1;s:8:\"language\";i:2;s:3:\"pid\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:9:\"url_alias\";}s:9:\"term_data\";a:6:{s:11:\"description\";s:24:\"Stores term information.\";s:6:\"fields\";a:5:{s:3:\"tid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique term ID.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:69:\"The {vocabulary}.vid of the vocabulary to which the term is assigned.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:14:\"The term name.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:26:\"A description of the term.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:51:\"The weight of this term in relation to other terms.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"tid\";}s:7:\"indexes\";a:2:{s:13:\"taxonomy_tree\";a:3:{i:0;s:3:\"vid\";i:1;s:6:\"weight\";i:2;s:4:\"name\";}s:8:\"vid_name\";a:2:{i:0;s:3:\"vid\";i:1;s:4:\"name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:9:\"term_data\";}s:14:\"term_hierarchy\";a:6:{s:11:\"description\";s:51:\"Stores the hierarchical relationship between terms.\";s:6:\"fields\";a:2:{s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:45:\"Primary Key: The {term_data}.tid of the term.\";}s:6:\"parent\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:77:\"Primary Key: The {term_data}.tid of the term\'s parent. 0 indicates no parent.\";}}s:7:\"indexes\";a:1:{s:6:\"parent\";a:1:{i:0;s:6:\"parent\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"tid\";i:1;s:6:\"parent\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:14:\"term_hierarchy\";}s:9:\"term_node\";a:6:{s:11:\"description\";s:42:\"Stores the relationship of terms to nodes.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:40:\"Primary Key: The {node}.nid of the node.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:40:\"Primary Key: The {node}.vid of the node.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:64:\"Primary Key: The {term_data}.tid of a term assigned to the node.\";}}s:7:\"indexes\";a:2:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"tid\";i:1;s:3:\"vid\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:9:\"term_node\";}s:13:\"term_relation\";a:7:{s:11:\"description\";s:52:\"Stores non-hierarchical relationships between terms.\";s:6:\"fields\";a:3:{s:4:\"trid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique term relation ID.\";}s:4:\"tid1\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:56:\"The {term_data}.tid of the first term in a relationship.\";}s:4:\"tid2\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:57:\"The {term_data}.tid of the second term in a relationship.\";}}s:11:\"unique keys\";a:1:{s:9:\"tid1_tid2\";a:2:{i:0;s:4:\"tid1\";i:1;s:4:\"tid2\";}}s:7:\"indexes\";a:1:{s:4:\"tid2\";a:1:{i:0;s:4:\"tid2\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"trid\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:13:\"term_relation\";}s:12:\"term_synonym\";a:6:{s:11:\"description\";s:21:\"Stores term synonyms.\";s:6:\"fields\";a:3:{s:4:\"tsid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:36:\"Primary Key: Unique term synonym ID.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:32:\"The {term_data}.tid of the term.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:24:\"The name of the synonym.\";}}s:7:\"indexes\";a:2:{s:3:\"tid\";a:1:{i:0;s:3:\"tid\";}s:8:\"name_tid\";a:2:{i:0;s:4:\"name\";i:1;s:3:\"tid\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"tsid\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:12:\"term_synonym\";}s:10:\"vocabulary\";a:6:{s:11:\"description\";s:30:\"Stores vocabulary information.\";s:6:\"fields\";a:11:{s:3:\"vid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:34:\"Primary Key: Unique vocabulary ID.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:23:\"Name of the vocabulary.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:30:\"Description of the vocabulary.\";}s:4:\"help\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:40:\"Help text to display for the vocabulary.\";}s:9:\"relations\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:91:\"Whether or not related terms are enabled within the vocabulary. (0 = disabled, 1 = enabled)\";}s:9:\"hierarchy\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:93:\"The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)\";}s:8:\"multiple\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:105:\"Whether or not multiple terms from this vocabulary may be assigned to a node. (0 = disabled, 1 = enabled)\";}s:8:\"required\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:94:\"Whether or not terms are required for nodes using this vocabulary. (0 = disabled, 1 = enabled)\";}s:4:\"tags\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:86:\"Whether or not free tagging is enabled for the vocabulary. (0 = disabled, 1 = enabled)\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:40:\"The module which created the vocabulary.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:63:\"The weight of the vocabulary in relation to other vocabularies.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:4:\"name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:10:\"vocabulary\";}s:21:\"vocabulary_node_types\";a:6:{s:11:\"description\";s:54:\"Stores which node types vocabularies may be used with.\";s:6:\"fields\";a:2:{s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"Primary Key: the {vocabulary}.vid of the vocabulary.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:70:\"The {node}.type of the node type for which the vocabulary may be used.\";}}s:11:\"primary key\";a:2:{i:0;s:4:\"type\";i:1;s:3:\"vid\";}s:7:\"indexes\";a:1:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:21:\"vocabulary_node_types\";}s:12:\"cache_update\";a:6:{s:11:\"description\";s:109:\"Cache table for the Update module to store information about available releases, fetched from central server.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"update\";s:4:\"name\";s:12:\"cache_update\";}s:6:\"upload\";a:6:{s:11:\"description\";s:56:\"Stores uploaded file information and table associations.\";s:6:\"fields\";a:6:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:29:\"Primary Key: The {files}.fid.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:49:\"The {node}.nid associated with the uploaded file.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:62:\"Primary Key: The {node}.vid associated with the uploaded file.\";}s:11:\"description\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:33:\"Description of the uploaded file.\";}s:4:\"list\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:71:\"Whether the file should be visibly listed on the node: yes(1) or no(0).\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:64:\"Weight of this upload in relation to other uploads in this node.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"vid\";i:1;s:3:\"fid\";}s:7:\"indexes\";a:2:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:6:\"upload\";s:4:\"name\";s:6:\"upload\";}s:6:\"access\";a:5:{s:11:\"description\";s:25:\"Stores site access rules.\";s:6:\"fields\";a:4:{s:3:\"aid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:30:\"Primary Key: Unique access ID.\";}s:4:\"mask\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:36:\"Text mask used for filtering access.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:40:\"Type of access rule: name, mail or host.\";}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:46:\"Whether rule is to allow(1) or deny(0) access.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:6:\"access\";}s:7:\"authmap\";a:6:{s:11:\"description\";s:42:\"Stores distributed authentication mapping.\";s:6:\"fields\";a:4:{s:3:\"aid\";a:4:{s:11:\"description\";s:31:\"Primary Key: Unique authmap ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:19:\"User\'s {users}.uid.\";}s:8:\"authname\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:27:\"Unique authentication name.\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:47:\"Module which is controlling the authentication.\";}}s:11:\"unique keys\";a:1:{s:8:\"authname\";a:1:{i:0;s:8:\"authname\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:7:\"authmap\";}s:10:\"permission\";a:6:{s:11:\"description\";s:29:\"Stores permissions for users.\";s:6:\"fields\";a:4:{s:3:\"pid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:34:\"Primary Key: Unique permission ID.\";}s:3:\"rid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The {role}.rid to which the permissions are assigned.\";}s:4:\"perm\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:35:\"List of permissions being assigned.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:67:\"Originally intended for taxonomy-based permissions, but never used.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:10:\"permission\";}s:4:\"role\";a:6:{s:11:\"description\";s:18:\"Stores user roles.\";s:6:\"fields\";a:2:{s:3:\"rid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique role id.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:17:\"Unique role name.\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:4:\"role\";}s:5:\"users\";a:7:{s:11:\"description\";s:17:\"Stores user data.\";s:6:\"fields\";a:19:{s:3:\"uid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique user ID.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:17:\"Unique user name.\";}s:4:\"pass\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:27:\"User\'s password (md5 hash).\";}s:4:\"mail\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";s:11:\"description\";s:21:\"User\'s email address.\";}s:4:\"mode\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:80:\"Per-user comment display mode (threaded vs. flat), used by the {comment} module.\";}s:4:\"sort\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:84:\"Per-user comment sort order (newest vs. oldest first), used by the {comment} module.\";}s:9:\"threshold\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:81:\"Previously used by the {comment} module for per-user preferences; no longer used.\";}s:5:\"theme\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:21:\"User\'s default theme.\";}s:9:\"signature\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:17:\"User\'s signature.\";}s:16:\"signature_format\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:45:\"The {filter_formats}.format of the signature.\";}s:7:\"created\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:36:\"Timestamp for when user was created.\";}s:6:\"access\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:51:\"Timestamp for previous time user accessed the site.\";}s:5:\"login\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:32:\"Timestamp for user\'s last login.\";}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:44:\"Whether the user is active(1) or blocked(0).\";}s:8:\"timezone\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:8;s:8:\"not null\";b:0;s:11:\"description\";s:16:\"User\'s timezone.\";}s:8:\"language\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:24:\"User\'s default language.\";}s:7:\"picture\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:36:\"Path to the user\'s uploaded picture.\";}s:4:\"init\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";s:11:\"description\";s:48:\"Email address used for initial account creation.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:269:\"A serialized array of name value pairs that are related to the user. Any form values posted during user edit are stored and are loaded into the $user object during user_load(). Use of this field is discouraged and it will likely disappear in a future version of Drupal.\";}}s:7:\"indexes\";a:3:{s:6:\"access\";a:1:{i:0;s:6:\"access\";}s:7:\"created\";a:1:{i:0;s:7:\"created\";}s:4:\"mail\";a:1:{i:0;s:4:\"mail\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:5:\"users\";}s:11:\"users_roles\";a:6:{s:11:\"description\";s:20:\"Maps users to roles.\";s:6:\"fields\";a:2:{s:3:\"uid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:34:\"Primary Key: {users}.uid for user.\";}s:3:\"rid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:33:\"Primary Key: {role}.rid for role.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"rid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:11:\"users_roles\";}s:22:\"apachesolr_search_node\";a:6:{s:11:\"description\";s:90:\"Stores a record of when a node property changed to determine if it needs indexing by Solr.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:6:\"status\";a:4:{s:11:\"description\";s:81:\"Boolean indicating whether the node is published (visible to non-administrators).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"changed\";a:4:{s:11:\"description\";s:52:\"The Unix timestamp when a node property was changed.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:7:\"changed\";a:2:{i:0;s:7:\"changed\";i:1;s:6:\"status\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:10:\"apachesolr\";s:4:\"name\";s:22:\"apachesolr_search_node\";}s:16:\"cache_apachesolr\";a:6:{s:11:\"description\";s:71:\"Cache table for apachesolr to store Luke data and indexing information.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:10:\"apachesolr\";s:4:\"name\";s:16:\"cache_apachesolr\";}s:19:\"ctools_object_cache\";a:6:{s:11:\"description\";s:124:\"A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment.\";s:6:\"fields\";a:5:{s:3:\"sid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;s:11:\"description\";s:44:\"The session ID this cache object belongs to.\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:11:\"description\";s:49:\"The name of the object this cache is attached to.\";}s:3:\"obj\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:11:\"description\";s:135:\"The type of the object this cache is attached to; this essentially represents the owner so that several sub-systems can use this cache.\";}s:7:\"updated\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:43:\"The time this cache was created or updated.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:11:\"description\";s:29:\"Serialized data being stored.\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:3:{i:0;s:3:\"sid\";i:1;s:3:\"obj\";i:2;s:4:\"name\";}s:7:\"indexes\";a:1:{s:7:\"updated\";a:1:{i:0;s:7:\"updated\";}}s:6:\"module\";s:6:\"ctools\";s:4:\"name\";s:19:\"ctools_object_cache\";}s:16:\"ctools_css_cache\";a:5:{s:11:\"description\";s:60:\"A special cache used to store CSS that must be non-volatile.\";s:6:\"fields\";a:4:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"128\";s:11:\"description\";s:40:\"The CSS ID this cache object belongs to.\";s:8:\"not null\";b:1;}s:8:\"filename\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:11:\"description\";s:35:\"The filename this CSS is stored in.\";}s:3:\"css\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:11:\"description\";s:17:\"CSS being stored.\";s:9:\"serialize\";b:1;}s:6:\"filter\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:45:\"Whether or not this CSS needs to be filtered.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"ctools\";s:4:\"name\";s:16:\"ctools_css_cache\";}s:13:\"lists_mailman\";a:5:{s:11:\"description\";s:83:\"A table to track when forum postings have been mailed to mailman for mass delivery.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:11:\"description\";s:47:\"The uid of the person who generated this email.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:4:{s:11:\"description\";s:30:\"Timestamp when email was sent.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:5:\"lists\";s:4:\"name\";s:13:\"lists_mailman\";}s:13:\"role_activity\";a:6:{s:11:\"description\";s:33:\"Stores activity for certain roles\";s:6:\"fields\";a:10:{s:4:\"raid\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:3:\"uid\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:9:\"timestamp\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:1;}s:7:\"referer\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:2:\"ip\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:6:\"action\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:256;s:8:\"not null\";b:1;}s:4:\"link\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:3:\"uri\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:7:\"message\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"raid\";}s:7:\"indexes\";a:3:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:4:\"type\";a:1:{i:0;s:4:\"type\";}}s:6:\"module\";s:13:\"role_activity\";s:4:\"name\";s:13:\"role_activity\";}s:5:\"flags\";a:5:{s:6:\"fields\";a:6:{s:3:\"fid\";a:4:{s:4:\"type\";s:6:\"serial\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:12:\"content_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:6:\"global\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:0;s:7:\"default\";i:0;}s:7:\"options\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:5:\"flags\";}s:12:\"flag_content\";a:6:{s:6:\"fields\";a:7:{s:4:\"fcid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"content_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"content_id\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:9:\"disp-size\";i:11;}}s:11:\"primary key\";a:1:{i:0;s:4:\"fcid\";}s:11:\"unique keys\";a:1:{s:22:\"fid_content_id_uid_sid\";a:4:{i:0;s:3:\"fid\";i:1;s:10:\"content_id\";i:2;s:3:\"uid\";i:3;s:3:\"sid\";}}s:7:\"indexes\";a:2:{s:23:\"content_type_content_id\";a:2:{i:0;s:12:\"content_type\";i:1;s:10:\"content_id\";}s:20:\"content_type_uid_sid\";a:3:{i:0;s:12:\"content_type\";i:1;s:3:\"uid\";i:2;s:3:\"sid\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:12:\"flag_content\";}s:10:\"flag_types\";a:4:{s:6:\"fields\";a:2:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:10:\"flag_types\";}s:11:\"flag_counts\";a:5:{s:6:\"fields\";a:4:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"content_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"content_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}s:5:\"count\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"fid\";i:1;s:10:\"content_id\";}s:7:\"indexes\";a:3:{s:16:\"fid_content_type\";a:2:{i:0;s:3:\"fid\";i:1;s:12:\"content_type\";}s:23:\"content_type_content_id\";a:2:{i:0;s:12:\"content_type\";i:1;s:10:\"content_id\";}s:5:\"count\";a:1:{i:0;s:5:\"count\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:11:\"flag_counts\";}s:13:\"homebox_pages\";a:4:{s:6:\"fields\";a:2:{s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"settings\";a:5:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:7:\"homebox\";s:4:\"name\";s:13:\"homebox_pages\";}s:13:\"homebox_users\";a:4:{s:6:\"fields\";a:3:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"settings\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:4:\"name\";}s:6:\"module\";s:7:\"homebox\";s:4:\"name\";s:13:\"homebox_users\";}s:22:\"html5_user_geolocation\";a:4:{s:6:\"fields\";a:3:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:7:\"User ID\";}s:8:\"latitude\";a:4:{s:4:\"type\";s:7:\"numeric\";s:9:\"precision\";i:10;s:5:\"scale\";i:7;s:8:\"not null\";b:1;}s:9:\"longitude\";a:4:{s:4:\"type\";s:7:\"numeric\";s:9:\"precision\";i:10;s:5:\"scale\";i:7;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:6:\"module\";s:22:\"html5_user_geolocation\";s:4:\"name\";s:22:\"html5_user_geolocation\";}s:12:\"image_attach\";a:4:{s:11:\"description\";s:35:\"Stores the image/node relationship.\";s:6:\"fields\";a:2:{s:3:\"nid\";a:4:{s:11:\"description\";s:40:\"Primary Key: The {node}.nid of the node.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"iid\";a:4:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:6:\"module\";s:12:\"image_attach\";s:4:\"name\";s:12:\"image_attach\";}s:5:\"image\";a:4:{s:11:\"description\";s:31:\"Stores image files information.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:11:\"description\";s:46:\"Primary Key: The {node}.nid of the image node.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"fid\";a:4:{s:11:\"description\";s:41:\"Index: The {files}.fid of the image file.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"image_size\";a:5:{s:11:\"description\";s:99:\"Primary Key: The {files}.filename of the image file. For image module this indicates the file size.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:6:\"module\";s:5:\"image\";s:4:\"name\";s:5:\"image\";}s:17:\"materialized_view\";a:5:{s:11:\"description\";s:44:\"Stores information about materialized views.\";s:6:\"fields\";a:2:{s:4:\"mvid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:47:\"The primary identifier for a materialized view.\";}s:11:\"schema_hash\";a:4:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:40;s:8:\"not null\";b:1;s:11:\"description\";s:41:\"SHA1 hash of the serialized schema array.\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"mvid\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:17:\"materialized_view\";}s:26:\"materialized_view_indexing\";a:5:{s:11:\"description\";s:66:\"Stores information about the status of materialized view indexing.\";s:6:\"fields\";a:3:{s:4:\"mvid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:47:\"The primary identifier for a materialized view.\";}s:11:\"entity_type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:8:\"not null\";b:1;s:6:\"length\";i:64;s:7:\"default\";s:0:\"\";s:11:\"description\";s:30:\"The entity type being indexed.\";}s:14:\"max_indexed_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:77:\"The maximum ID currently indexed for this content type and materialized view.\";}}s:11:\"primary key\";a:2:{i:0;s:4:\"mvid\";i:1;s:11:\"entity_type\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:26:\"materialized_view_indexing\";}s:25:\"mv_drupalorg_node_by_term\";a:6:{s:6:\"fields\";a:7:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:16:\"The entity type.\";}s:9:\"entity_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:8:\"unsigned\";b:1;s:11:\"description\";s:14:\"The entity ID.\";}s:8:\"term_tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:64:\"Primary Key: The {term_data}.tid of a term assigned to the node.\";}s:11:\"node_sticky\";a:4:{s:11:\"description\";s:96:\"Boolean indicating whether the node should be displayed at the top of lists in which it appears.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:18:\"last_node_activity\";a:4:{s:11:\"description\";s:57:\"The Unix timestamp when the node was most recently saved.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"node_created\";a:4:{s:11:\"description\";s:45:\"The Unix timestamp when the node was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"node_title\";a:5:{s:11:\"description\";s:64:\"The title of this node, always treated as non-markup plain text.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"description\";s:56:\"Materialized view storage for mv_drupalorg_node_by_term.\";s:7:\"indexes\";a:2:{s:8:\"activity\";a:4:{i:0;s:8:\"term_tid\";i:1;s:11:\"node_sticky\";i:2;s:18:\"last_node_activity\";i:3;s:12:\"node_created\";}s:8:\"creation\";a:3:{i:0;s:8:\"term_tid\";i:1;s:11:\"node_sticky\";i:2;s:12:\"node_created\";}}s:11:\"primary key\";a:3:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:8:\"term_tid\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:25:\"mv_drupalorg_node_by_term\";}s:31:\"mv_drupalorg_node_by_vocabulary\";a:6:{s:6:\"fields\";a:7:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:16:\"The entity type.\";}s:9:\"entity_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:8:\"unsigned\";b:1;s:11:\"description\";s:14:\"The entity ID.\";}s:8:\"term_vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:69:\"The {vocabulary}.vid of the vocabulary to which the term is assigned.\";}s:8:\"node_nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"node_last_comment_timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:99:\"The Unix timestamp of the last comment that was posted within this node, from {comments}.timestamp.\";}s:10:\"node_title\";a:5:{s:11:\"description\";s:64:\"The title of this node, always treated as non-markup plain text.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:18:\"node_comment_count\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:42:\"The total number of comments on this node.\";}}s:11:\"description\";s:62:\"Materialized view storage for mv_drupalorg_node_by_vocabulary.\";s:7:\"indexes\";a:2:{s:3:\"nid\";a:2:{i:0;s:8:\"term_vid\";i:1;s:8:\"node_nid\";}s:22:\"last_comment_timestamp\";a:2:{i:0;s:8:\"term_vid\";i:1;s:27:\"node_last_comment_timestamp\";}}s:11:\"primary key\";a:3:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:8:\"term_vid\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:31:\"mv_drupalorg_node_by_vocabulary\";}s:13:\"path_redirect\";a:6:{s:11:\"description\";s:32:\"Stores information on redirects.\";s:6:\"fields\";a:8:{s:3:\"rid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique path redirect ID.\";}s:6:\"source\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:11:\"description\";s:33:\"The source path to redirect from.\";}s:8:\"redirect\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:11:\"description\";s:36:\"The destination path to redirect to.\";}s:5:\"query\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:44:\"The query string to send to the destination.\";}s:8:\"fragment\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:0;s:11:\"description\";s:50:\"An internal page anchor append to the destination.\";}s:8:\"language\";a:5:{s:11:\"description\";s:90:\"The language this redirect is for; if blank, the alias will be used for unknown languages.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:11:\"description\";s:45:\"The HTTP status code to use for the redirect.\";}s:9:\"last_used\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:49:\"The timestamp of when the redirect was last used.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:11:\"unique keys\";a:1:{s:15:\"source_language\";a:2:{i:0;s:6:\"source\";i:1;s:8:\"language\";}}s:6:\"module\";s:13:\"path_redirect\";s:4:\"name\";s:13:\"path_redirect\";}s:17:\"project_usage_raw\";a:5:{s:11:\"description\";s:42:\"Table used to store raw usage information.\";s:6:\"fields\";a:9:{s:11:\"project_uri\";a:5:{s:11:\"description\";s:66:\"Primary Key: The {project_projects}.uri short name of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:5:{s:11:\"description\";s:61:\"Primary Key: The Unix timestamp of when the request was made.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"site_key\";a:5:{s:11:\"description\";s:82:\"Primary Key: An MD5 hash that identifies the site from which the request was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"api_version\";a:5:{s:11:\"description\";s:50:\"The {term_data}.name of the API version requested.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:15:\"project_version\";a:5:{s:11:\"description\";s:61:\"The {project_release_nodes}.version of the requested project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"pid\";a:5:{s:11:\"description\";s:40:\"The {node}.nid of the requested project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:40:\"The {node}.nid of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:78:\"The {term_data}.tid of the API compatability version of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"ip_addr\";a:5:{s:11:\"description\";s:66:\"The IP address of the incoming request (to detect possible abuse).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:3:{i:0;s:9:\"timestamp\";i:1;s:11:\"project_uri\";i:2;s:8:\"site_key\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:17:\"project_usage_raw\";}s:17:\"project_usage_day\";a:5:{s:11:\"description\";s:44:\"Table used to store daily usage information.\";s:6:\"fields\";a:6:{s:9:\"timestamp\";a:5:{s:11:\"description\";s:61:\"Primary Key: The Unix timestamp of when the request was made.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"site_key\";a:5:{s:11:\"description\";s:82:\"Primary Key: An MD5 hash that identifies the site from which the request was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"pid\";a:5:{s:11:\"description\";s:53:\"Primary Key: The {node}.nid of the requested project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:40:\"The {node}.nid of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:78:\"The {term_data}.tid of the API compatability version of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"ip_addr\";a:5:{s:11:\"description\";s:66:\"The IP address of the incoming request (to detect possible abuse).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:3:{i:0;s:9:\"timestamp\";i:1;s:8:\"site_key\";i:2;s:3:\"pid\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:17:\"project_usage_day\";}s:26:\"project_usage_week_project\";a:5:{s:11:\"description\";s:76:\"Table used to store weekly usage information by project and {term_data}.tid.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:5:{s:11:\"description\";s:43:\"Primary Key: The {node}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:30:\"Primary Key: A Unix timestamp.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:81:\"Primary Key: The {term_data}.tid of the API compatability version of the release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"count\";a:5:{s:11:\"description\";s:23:\"The number of requests.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:9:\"timestamp\";i:2;s:3:\"tid\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:26:\"project_usage_week_project\";}s:26:\"project_usage_week_release\";a:5:{s:11:\"description\";s:76:\"Table used to store weekly usage information by project and {term_data}.tid.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:43:\"Primary Key: The {node}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:30:\"Primary Key: A Unix timestamp.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"count\";a:5:{s:11:\"description\";s:23:\"The number of requests.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:9:\"timestamp\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:26:\"project_usage_week_release\";}s:19:\"cache_project_usage\";a:6:{s:11:\"description\";s:77:\"Cache table for the (very expensive to generate) project usage display pages.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:51:\"The rendered HTML for a page of project usage data.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:19:\"cache_project_usage\";}s:19:\"project_info_module\";a:6:{s:11:\"description\";s:43:\"The modules contained by a project release.\";s:6:\"fields\";a:5:{s:9:\"module_id\";a:4:{s:11:\"description\";s:17:\"Unique module ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"rid\";a:4:{s:11:\"description\";s:66:\"The {node}.nid of the project_release node that includes a module.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:63:\"The machine readable name of a module contained by the release.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:11:\"description\";s:74:\"The human readable name of a module as contained in the module .info file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:11:\"description\";a:3:{s:11:\"description\";s:64:\"A description of a module as contained in the module .info file.\";s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"medium\";}}s:11:\"primary key\";a:1:{i:0;s:9:\"module_id\";}s:7:\"indexes\";a:2:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:12:\"project_info\";s:4:\"name\";s:19:\"project_info_module\";}s:23:\"project_info_dependency\";a:5:{s:11:\"description\";s:29:\"The dependencies of a module.\";s:6:\"fields\";a:2:{s:9:\"module_id\";a:4:{s:11:\"description\";s:15:\"ID of a module.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:13:\"dependency_id\";a:4:{s:11:\"description\";s:49:\"ID of a module that the module is dependent upon.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:9:\"module_id\";i:1;s:13:\"dependency_id\";}s:6:\"module\";s:12:\"project_info\";s:4:\"name\";s:23:\"project_info_dependency\";}s:13:\"tracker2_node\";a:6:{s:11:\"description\";s:24:\"Track changes to content\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:10:\"{node}.nid\";}s:9:\"published\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:11:\"description\";s:26:\"True if {node}.status == 1\";}s:7:\"changed\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:14:\"{node}.changed\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:7:\"tracker\";a:2:{i:0;s:9:\"published\";i:1;s:7:\"changed\";}}s:6:\"module\";s:8:\"tracker2\";s:4:\"name\";s:13:\"tracker2_node\";}s:13:\"tracker2_user\";a:5:{s:6:\"fields\";a:4:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:10:\"{node}.nid\";}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:10:\"{user}.uid\";}s:9:\"published\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:11:\"description\";s:26:\"True if {node}.status == 1\";}s:7:\"changed\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:14:\"{node}.changed\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:7:\"indexes\";a:1:{s:7:\"tracker\";a:3:{i:0;s:3:\"uid\";i:1;s:9:\"published\";i:2;s:7:\"changed\";}}s:6:\"module\";s:8:\"tracker2\";s:4:\"name\";s:13:\"tracker2_user\";}s:19:\"views_content_cache\";a:5:{s:11:\"description\";s:87:\"Stores timestamps for various cache segments showing the last time the segment changed.\";s:6:\"fields\";a:9:{s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:44:\"Updated timestamp for a given cache segment.\";}s:2:\"c1\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 1.\";}s:2:\"c2\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 2.\";}s:2:\"c3\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 3.\";}s:2:\"c4\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 4.\";}s:2:\"c5\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 5.\";}s:2:\"c6\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 6.\";}s:2:\"c7\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 7.\";}s:2:\"c8\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 8.\";}}s:7:\"indexes\";a:9:{s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:2:\"c1\";a:1:{i:0;s:2:\"c1\";}s:2:\"c2\";a:1:{i:0;s:2:\"c2\";}s:2:\"c3\";a:1:{i:0;s:2:\"c3\";}s:2:\"c4\";a:1:{i:0;s:2:\"c4\";}s:2:\"c5\";a:1:{i:0;s:2:\"c5\";}s:2:\"c6\";a:1:{i:0;s:2:\"c6\";}s:2:\"c7\";a:1:{i:0;s:2:\"c7\";}s:2:\"c8\";a:1:{i:0;s:2:\"c8\";}}s:6:\"module\";s:19:\"views_content_cache\";s:4:\"name\";s:19:\"views_content_cache\";}s:5:\"forum\";a:6:{s:11:\"description\";s:48:\"Stores the relationship of nodes to forum terms.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:27:\"The {node}.nid of the node.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:40:\"Primary Key: The {node}.vid of the node.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:59:\"The {term_data}.tid of the forum term assigned to the node.\";}}s:7:\"indexes\";a:2:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"tid\";a:1:{i:0;s:3:\"tid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:6:\"module\";s:5:\"forum\";s:4:\"name\";s:5:\"forum\";}s:14:\"search_dataset\";a:5:{s:11:\"description\";s:35:\"Stores items that will be searched.\";s:6:\"fields\";a:4:{s:3:\"sid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:39:\"Search item ID, e.g. node ID for nodes.\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:0;s:11:\"description\";s:24:\"Type of item, e.g. node.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:44:\"List of space-separated words from the item.\";}s:7:\"reindex\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:29:\"Set to force node reindexing.\";}}s:11:\"unique keys\";a:1:{s:8:\"sid_type\";a:2:{i:0;s:3:\"sid\";i:1;s:4:\"type\";}}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:14:\"search_dataset\";}s:12:\"search_index\";a:6:{s:11:\"description\";s:61:\"Stores the search index, associating words, items and scores.\";s:6:\"fields\";a:4:{s:4:\"word\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:64:\"The {search_total}.word that is associated with the search item.\";}s:3:\"sid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:74:\"The {search_dataset}.sid of the searchable item to which the word belongs.\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:0;s:11:\"description\";s:75:\"The {search_dataset}.type of the searchable item to which the word belongs.\";}s:5:\"score\";a:3:{s:4:\"type\";s:5:\"float\";s:8:\"not null\";b:0;s:11:\"description\";s:59:\"The numeric score of the word, higher being more important.\";}}s:7:\"indexes\";a:2:{s:8:\"sid_type\";a:2:{i:0;s:3:\"sid\";i:1;s:4:\"type\";}s:4:\"word\";a:1:{i:0;s:4:\"word\";}}s:11:\"unique keys\";a:1:{s:13:\"word_sid_type\";a:3:{i:0;s:4:\"word\";i:1;s:3:\"sid\";i:2;s:4:\"type\";}}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:12:\"search_index\";}s:12:\"search_total\";a:5:{s:11:\"description\";s:31:\"Stores search totals for words.\";s:6:\"fields\";a:2:{s:4:\"word\";a:5:{s:11:\"description\";s:45:\"Primary Key: Unique word in the search index.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"count\";a:3:{s:11:\"description\";s:93:\"The count of the word in the index using Zipf\'s law to equalize the probability distribution.\";s:4:\"type\";s:5:\"float\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:4:\"word\";}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:12:\"search_total\";}s:17:\"search_node_links\";a:6:{s:11:\"description\";s:122:\"Stores items (like nodes) that link to other nodes, used to improve search scores for nodes that are frequently linked to.\";s:6:\"fields\";a:4:{s:3:\"sid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:80:\"The {search_dataset}.sid of the searchable item containing the link to the node.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:81:\"The {search_dataset}.type of the searchable item containing the link to the node.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:39:\"The {node}.nid that this item links to.\";}s:7:\"caption\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:11:\"description\";s:40:\"The text used to link to the {node}.nid.\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"sid\";i:1;s:4:\"type\";i:2;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:17:\"search_node_links\";}s:22:\"comment_alter_taxonomy\";a:4:{s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:27:\"The {node}.nid of the node.\";}s:3:\"cid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:33:\"The {comment}.cid of the comment.\";}s:3:\"tid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:30:\"The {term_data}.tid of a term.\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"cid\";i:2;s:3:\"tid\";}s:6:\"module\";s:22:\"comment_alter_taxonomy\";s:4:\"name\";s:22:\"comment_alter_taxonomy\";}s:14:\"comment_upload\";a:6:{s:11:\"description\";s:56:\"Stores uploaded file information and table associations.\";s:6:\"fields\";a:7:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:29:\"Primary Key: The {files}.fid.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:68:\"The {node}.nid of the comment the uploaded files is associated with.\";}s:3:\"cid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"The {comment}.cid associated with the uploaded file.\";}s:11:\"description\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:33:\"Description of the uploaded file.\";}s:4:\"list\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:74:\"Whether the file should be visibly listed on the comment: yes(1) or no(0).\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:74:\"Weight of this upload in relation to other uploads - determines the order.\";}s:10:\"legacy_fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The file ID from the Drupal 5 version, if applicable.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:7:\"indexes\";a:2:{s:7:\"cid_fid\";a:2:{i:0;s:3:\"cid\";i:1;s:3:\"fid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:14:\"comment_upload\";s:4:\"name\";s:14:\"comment_upload\";}s:16:\"project_projects\";a:6:{s:11:\"description\";s:41:\"The base table for project_project nodes.\";s:6:\"fields\";a:10:{s:3:\"nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the project_project node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uri\";a:5:{s:11:\"description\";s:30:\"The short name of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"homepage\";a:5:{s:11:\"description\";s:43:\"An external link to the project\'s homepage.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"changelog\";a:5:{s:11:\"description\";s:53:\"An external link to a log of changes for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"cvs\";a:5:{s:11:\"description\";s:55:\"An external link to the CVS repository for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"demo\";a:5:{s:11:\"description\";s:57:\"An external link to a demonstration site for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:13:\"documentation\";a:5:{s:11:\"description\";s:50:\"An external link to documentation for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"screenshots\";a:5:{s:11:\"description\";s:47:\"An external link to screenshots of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"license\";a:5:{s:11:\"description\";s:47:\"An external link to the license of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"sandbox\";a:4:{s:11:\"description\";s:50:\"Indicate whether or not this project is sandboxed.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:20:\"project_projects_uri\";a:1:{i:0;a:2:{i:0;s:3:\"uri\";i:1;i:8;}}}s:6:\"module\";s:7:\"project\";s:4:\"name\";s:16:\"project_projects\";}s:18:\"project_maintainer\";a:5:{s:11:\"description\";s:58:\"Users who have various per-project maintainer permissions.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:75:\"Foreign key: {users}.uid of a user with any project maintainer permissions.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"edit_project\";a:5:{s:11:\"description\";s:61:\"Can this user edit the given project and modify its settings.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:22:\"administer_maintainers\";a:5:{s:11:\"description\";s:63:\"Can this user manipulate the maintainers for the given project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:7:\"project\";s:4:\"name\";s:18:\"project_maintainer\";}s:21:\"project_release_nodes\";a:6:{s:11:\"description\";s:41:\"The base table for project_project nodes.\";s:6:\"fields\";a:14:{s:3:\"nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the project_release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"pid\";a:5:{s:11:\"description\";s:105:\"The {project_projects}.nid of the project_project node with which the project_release node is associated.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"version\";a:5:{s:11:\"description\";s:154:\"A string containing the full version of a release. The format of this string for a given project is dictated by {project_release_projects}.version_format.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"tag\";a:5:{s:11:\"description\";s:60:\"The name of a CVS branch or tag on which a release is based.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"rebuild\";a:6:{s:11:\"description\";s:181:\"A flag indicating whether or not the file associated with a release should be rebuilt periodically. For official releases this should be 0, for development snapshots it should be 1.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";i:0;}s:13:\"version_major\";a:5:{s:11:\"description\";s:38:\"The major version number of a release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";N;}s:13:\"version_minor\";a:5:{s:11:\"description\";s:38:\"The minor version number of a release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";N;}s:13:\"version_patch\";a:5:{s:11:\"description\";s:44:\"The patch level version number of a release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";N;}s:13:\"version_extra\";a:5:{s:11:\"description\";s:91:\"A text string that can be used to provide additional information about a release. Ex: BETA\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:7:\"default\";N;}s:20:\"version_extra_weight\";a:4:{s:11:\"description\";s:63:\"Numeric code for ordering releases that define \"version_extra\".\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"version_extra_delta\";a:4:{s:11:\"description\";s:131:\"The first span of digits found in version_extra. This is needed because we cannot natural sort natively without a stored procedure.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:15:\"version_api_tid\";a:5:{s:11:\"description\";s:118:\"The denormalized {term_node}.tid of the API compatibility term for this release, or 0 if the release has no such term.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;s:7:\"default\";N;}s:15:\"security_update\";a:6:{s:11:\"description\";s:114:\"Denormalized flag to record if this release has the \"project_release_security_update_tid\" taxonomy term set or not\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:13:\"update_status\";a:5:{s:11:\"description\";s:214:\"Denormalized flag to record the update status for this release. Allowed values: PROJECT_RELEASE_UPDATE_STATUS_CURRENT (0), PROJECT_RELEASE_UPDATE_STATUS_NOT_CURRENT (1), PROJECT_RELEASE_UPDATE_STATUS_NOT_SECURE (2)\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:20:\"project_releases_pid\";a:1:{i:0;s:3:\"pid\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:21:\"project_release_nodes\";}s:20:\"project_release_file\";a:6:{s:11:\"description\";s:57:\"Stores information about files attached to release nodes.\";s:6:\"fields\";a:4:{s:3:\"fid\";a:5:{s:11:\"description\";s:25:\"Foreign Key: {files}.fid.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:41:\"Foreign Key: {project_release_nodes}.nid.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"filehash\";a:5:{s:11:\"description\";s:24:\"An MD5 hash of the file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:63:\"Weight of this file in relation to other files in this release.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:20:\"project_release_file\";}s:24:\"project_release_projects\";a:6:{s:11:\"description\";s:64:\"Table used to store release specific information about projects.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:68:\"Primary Key: The {project_projects}.nid of the project_project node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"releases\";a:6:{s:11:\"description\";s:68:\"A flag indicating whether or not releases are enabled for a project.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:14:\"version_format\";a:5:{s:11:\"description\";s:109:\"A string used to designate the format of the {project_release_nodes}.version field for releases of a project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:33:\"project_release_projects_releases\";a:1:{i:0;s:8:\"releases\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:24:\"project_release_projects\";}s:34:\"project_release_supported_versions\";a:5:{s:11:\"description\";s:105:\"Table used to store information about which major versions of a project are supported and/or recommended.\";s:6:\"fields\";a:9:{s:3:\"nid\";a:5:{s:11:\"description\";s:68:\"Primary Key: The {project_projects}.nid of the project_project node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:111:\"Primary Key: The {term_data}.tid of the API compatability version associated with a major version of a project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"major\";a:5:{s:11:\"description\";s:73:\"Primary Key: The {project_release_nodes}.version_major of a release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"supported\";a:6:{s:11:\"description\";s:82:\"A flag to indicate whether or not a given major version of a project is supported.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:11:\"recommended\";a:6:{s:11:\"description\";s:84:\"A flag to indicate whether or not a given major version of a project is recommended.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"snapshot\";a:6:{s:11:\"description\";s:130:\"A flag to indicate whether or not snapshot releases of a major version of a project should be shown in the release download table.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"recommended_release\";a:5:{s:11:\"description\";s:170:\"The {project_release_nodes}.nid of the recommended release node for this API tid and major version (the latest release without any \"extra\" version info such as \"alpha1\").\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:14:\"latest_release\";a:5:{s:11:\"description\";s:149:\"The {project_release_nodes}.nid of the latest release node for this API tid and major version (even if it has \"extra\" version info such as \"alpha1\").\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:23:\"latest_security_release\";a:5:{s:11:\"description\";s:124:\"The {project_release_nodes}.nid of the latest release node marked as a \"security update\" for this API tid and major version.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"tid\";i:2;s:5:\"major\";}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:34:\"project_release_supported_versions\";}s:30:\"project_release_package_errors\";a:5:{s:11:\"description\";s:109:\"Table used to store error messages generated by the scripts that package project_release nodes into tarballs.\";s:6:\"fields\";a:2:{s:3:\"nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the project_release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"messages\";a:3:{s:11:\"description\";s:64:\"The text of any error messages created by the packaging scripts.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:30:\"project_release_package_errors\";}s:21:\"cache_project_release\";a:6:{s:11:\"description\";s:62:\"Cache table used to store the project release download tables.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:21:\"cache_project_release\";}s:34:\"project_release_project_maintainer\";a:5:{s:11:\"description\";s:58:\"Users who have various per-project maintainer permissions.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:75:\"Foreign key: {users}.uid of a user with any project maintainer permissions.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"administer_releases\";a:5:{s:11:\"description\";s:67:\"Can this user create and administer releases for the given project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:34:\"project_release_project_maintainer\";}s:22:\"project_issue_projects\";a:5:{s:11:\"description\";s:52:\"Table containing per-project issue-related settings.\";s:6:\"fields\";a:10:{s:3:\"nid\";a:5:{s:11:\"description\";s:55:\"Primary Key: The {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"issues\";a:5:{s:11:\"description\";s:83:\"Boolean value indicating whether or not issue-tracking is enabled for this project.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"components\";a:3:{s:11:\"description\";s:60:\"A serialized array defining the components for this project.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:17:\"default_component\";a:5:{s:11:\"description\";s:113:\"The default component for new issues of this project, or an empty string if the user needs to select a component.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"help\";a:3:{s:11:\"description\";s:55:\"Submission guidelines for issues added to this project.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:11:\"mail_digest\";a:5:{s:11:\"description\";s:53:\"E-mail address for the weekly critical issues report.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"mail_copy\";a:5:{s:11:\"description\";s:47:\"E-mail address to send a copy of all issues to.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"mail_copy_filter\";a:5:{s:11:\"description\";s:112:\"A serialized array containing the types of issues to include in the e-mail sent to {project_projects}.mail_copy.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:22:\"mail_copy_filter_state\";a:5:{s:11:\"description\";s:105:\"A serialized array containing the statuses to include in the e-mail sent to {project_projects}.mail_copy.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:13:\"mail_reminder\";a:5:{s:11:\"description\";s:91:\"Boolean indicating whether or not users with open issues should receive a monthly reminder.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:22:\"project_issue_projects\";}s:14:\"project_issues\";a:6:{s:11:\"description\";s:26:\"The base table for issues.\";s:6:\"fields\";a:12:{s:3:\"nid\";a:5:{s:11:\"description\";s:55:\"Primary Key: The {node}.nid of this project_issue node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"pid\";a:5:{s:11:\"description\";s:70:\"The {project_projects}.nid of the project to which this issue belongs.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"category\";a:5:{s:11:\"description\";s:22:\"Category of the issue.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"component\";a:5:{s:11:\"description\";s:85:\"Component of the issue as defined per-project in {project_issue_projects}.components.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"priority\";a:6:{s:11:\"description\";s:56:\"Current {project_issue_priority}.priority of this issue.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:15:\"priority_weight\";a:5:{s:11:\"description\";s:61:\"The denormalized weight from {project_issue_priority}.weight.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:5:{s:11:\"description\";s:127:\"The {project_release_nodes}.rid (version identifier) for this issue (only used in conjunction with the project_release module).\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"assigned\";a:5:{s:11:\"description\";s:70:\"The {users}.uid of the user to which this issue is currently assigned.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:5:{s:11:\"description\";s:48:\"Current {project_issue_state}.sid of this issue.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"original_issue_data\";a:3:{s:11:\"description\";s:103:\"A serialized object containing the original metadata values that were used when this issue was created.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:15:\"last_comment_id\";a:4:{s:11:\"description\";s:97:\"{comments}.cid of the most recent comment added to the issue. 0 if no comment has been added yet.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"db_lock\";a:5:{s:11:\"description\";s:121:\"Row-lock indicator to prevent race conditions when determining sequential comment number (http://drupal.org/node/180866).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:4:{s:18:\"project_issues_pid\";a:1:{i:0;s:3:\"pid\";}s:18:\"project_issues_sid\";a:1:{i:0;s:3:\"sid\";}s:27:\"project_issues_nid_assigned\";a:2:{i:0;s:3:\"nid\";i:1;s:8:\"assigned\";}s:30:\"project_issues_priority_weight\";a:1:{i:0;s:15:\"priority_weight\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:14:\"project_issues\";}s:22:\"project_issue_comments\";a:6:{s:11:\"description\";s:44:\"The base table for comments added to issues.\";s:6:\"fields\";a:12:{s:3:\"nid\";a:3:{s:11:\"description\";s:75:\"References {project_issues}.nid, the issue to which this comment was added.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}s:3:\"cid\";a:3:{s:11:\"description\";s:49:\"Primary Key: The {comments}.cid for this comment.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}s:3:\"rid\";a:4:{s:11:\"description\";s:140:\"The {project_release_nodes}.rid (version identifier) after this comment was made (only used in conjunction with the project_release module).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"component\";a:5:{s:11:\"description\";s:126:\"Component of the issue after this comment was made. Components are defined per-project in {project_issue_projects}.components.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"category\";a:5:{s:11:\"description\";s:51:\"Category of this issue after this comment was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"priority\";a:4:{s:11:\"description\";s:80:\"The {project_issue_priority}.priority of this issue after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"assigned\";a:4:{s:11:\"description\";s:89:\"The {users}.uid of the user to which this issue was assigned after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:4:{s:11:\"description\";s:72:\"The {project_issue_state}.sid of this issue after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"pid\";a:5:{s:11:\"description\";s:98:\"The {project_projects}.nid of the project to which this issue belongs after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"title\";a:4:{s:11:\"description\";s:51:\"The title of the issue after this comment was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:4:{s:11:\"description\";s:27:\"Timestamp for this comment.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;}s:14:\"comment_number\";a:4:{s:11:\"description\";s:52:\"The sequential number for this comment in the issue.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:7:\"indexes\";a:2:{s:13:\"nid_timestamp\";a:2:{i:0;s:3:\"nid\";i:1;s:9:\"timestamp\";}s:14:\"comment_number\";a:1:{i:0;s:14:\"comment_number\";}}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:22:\"project_issue_comments\";}s:22:\"project_issue_priority\";a:5:{s:11:\"description\";s:57:\"The available options for the priority values for issues.\";s:6:\"fields\";a:3:{s:8:\"priority\";a:3:{s:11:\"description\";s:41:\"Primary Key: Unique id for this priority.\";s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:40:\"Display-friendly name for this priority.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:5:{s:11:\"description\";s:116:\"Weight for this priority, used when ordering issues by priority. Denormalized into {project_issues}.priority_weight.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:8:\"priority\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:22:\"project_issue_priority\";}s:21:\"project_subscriptions\";a:5:{s:11:\"description\";s:60:\"Table keeping track of per-user project_issue subscriptions.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:70:\"{project_projects}.nid of the project to which the user is subscribed.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:36:\"The {users}.uid for this subscriber.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"level\";a:6:{s:11:\"description\";s:144:\"The type of subscription for the project. Possible values are: 0 = not subscribed, 1 = subscribed to own issues or 2 = subscribed to all issues.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:35:\"project_subscriptions_nid_uid_level\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";i:2;s:5:\"level\";}}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:21:\"project_subscriptions\";}s:19:\"project_issue_state\";a:5:{s:11:\"description\";s:56:\"Table that holds all possible values for issue statuses.\";s:6:\"fields\";a:5:{s:3:\"sid\";a:4:{s:11:\"description\";s:39:\"Primary Key: Unique id for this status.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:38:\"Display-friendly name for this status.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:5:{s:11:\"description\";s:51:\"Weight for this status, used when ordering statuses\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"author_has\";a:5:{s:11:\"description\";s:169:\"Boolean indicating whether or not the author of an issue may use this issue status in that issue, regardless of the permissions controlling site-wide use of this status.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:13:\"default_query\";a:5:{s:11:\"description\";s:90:\"Boolean indicating whether or not issues with this status are included in default queries.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"sid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:19:\"project_issue_state\";}s:32:\"project_issue_project_maintainer\";a:5:{s:11:\"description\";s:58:\"Users who have various per-project maintainer permissions.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:75:\"Foreign key: {users}.uid of a user with any project maintainer permissions.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:15:\"maintain_issues\";a:5:{s:11:\"description\";s:52:\"Can this user maintain issues for the given project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:32:\"project_issue_project_maintainer\";}s:12:\"cvs_accounts\";a:6:{s:11:\"description\";s:47:\"Data about all CVS account holders on the site.\";s:6:\"fields\";a:5:{s:3:\"uid\";a:5:{s:11:\"description\";s:58:\"Foreign key: {users}.uid of the user for this CVS account.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"cvs_user\";a:5:{s:11:\"description\";s:76:\"The CVS username of this account (not necessarily the same as {users}.name).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"pass\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"motivation\";a:3:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:6:\"status\";a:4:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:8:\"cvs_user\";}s:7:\"indexes\";a:1:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:12:\"cvs_accounts\";}s:9:\"cvs_files\";a:5:{s:11:\"description\";s:49:\"Data about each file included in each CVS commit.\";s:6:\"fields\";a:9:{s:3:\"cid\";a:5:{s:11:\"description\";s:45:\"Foreign key: {cvs_messages}.cid of the commit\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:5:{s:11:\"description\";s:69:\"Foreign key: {cvs_repositories}.rid of the repository for the commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:63:\"Foreign key: {cvs_accounts}.uid of the user who did the commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:117:\"Foreign key: {project_projects}.nid of the project that the commit belongs to (based on the directory of the commit).\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"file\";a:5:{s:11:\"description\";s:85:\"Path of the committed file, relative to the CVS module root for the given repository.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"branch\";a:5:{s:11:\"description\";s:42:\"CVS branch that the file was committed to.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"revision\";a:5:{s:11:\"description\";s:46:\"CVS revision ID of this file after the commit.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"lines_added\";a:5:{s:11:\"description\";s:50:\"Number of lines added to this file by this commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:13:\"lines_removed\";a:5:{s:11:\"description\";s:54:\"Number of lines removed from this file by this commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:6:{s:3:\"cid\";a:1:{i:0;s:3:\"cid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"file\";a:1:{i:0;s:4:\"file\";}s:6:\"branch\";a:1:{i:0;s:6:\"branch\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:9:\"cvs_files\";}s:12:\"cvs_messages\";a:6:{s:11:\"description\";s:34:\"Information about each CVS commit.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:26:\"Primary key: CVS commit ID\";s:4:\"type\";s:6:\"serial\";s:4:\"size\";s:6:\"normal\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"rid\";a:5:{s:11:\"description\";s:58:\"Foreign key: {cvs_repositories}.rid this commit went into.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:115:\"Foreign key: {cvs_accounts}.uid that performed the commit, if the cvs_user has a corresponding Drupal user account.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:5:{s:11:\"description\";s:38:\"Timestamp when the commit was created.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"cvs_user\";a:5:{s:11:\"description\";s:39:\"CVS username that performed the commit.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"message\";a:3:{s:11:\"description\";s:23:\"The CVS commit message.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:7:\"indexes\";a:3:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:7:\"created\";a:1:{i:0;s:7:\"created\";}s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:12:\"cvs_messages\";}s:12:\"cvs_projects\";a:6:{s:11:\"description\";s:43:\"CVS-related settings for each project node.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:35:\"Foreign key: {project_projects}.nid\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:5:{s:11:\"description\";s:91:\"Foreign key: {cvs_repositories}.rid of the repository that this project is associated with.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"directory\";a:5:{s:11:\"description\";s:63:\"The directory within the CVS repository that this project uses.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:9:\"directory\";a:1:{i:0;s:9:\"directory\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:12:\"cvs_projects\";}s:8:\"cvs_tags\";a:6:{s:11:\"description\";s:57:\"Data about all CVS tags and which project they belong to.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:5:{s:11:\"description\";s:70:\"Foreign key: {project_projects}.nid of the project the tag belongs to.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tag\";a:5:{s:11:\"description\";s:29:\"The name of the branch or tag\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"branch\";a:6:{s:11:\"description\";s:104:\"Boolean indicating if the given CVS tag is a branch tag or a regular tag, 1 if it is a branch, 0 if not.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:60:\"The UNIX epoch timestamp when the branch or tag was created.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"tag\";}s:7:\"indexes\";a:1:{s:3:\"tag\";a:1:{i:0;s:3:\"tag\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:8:\"cvs_tags\";}s:23:\"cvs_project_maintainers\";a:5:{s:11:\"description\";s:51:\"Users who have CVS write access to a given project.\";s:6:\"fields\";a:2:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:77:\"Foreign key: {cvs_accounts}.uid of a CVS account holder who has write access.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:23:\"cvs_project_maintainers\";}s:16:\"cvs_repositories\";a:6:{s:11:\"description\";s:56:\"Data about each CVS repository associated with the site.\";s:6:\"fields\";a:9:{s:3:\"rid\";a:5:{s:11:\"description\";s:26:\"Primary key: Repository ID\";s:4:\"type\";s:6:\"serial\";s:4:\"size\";s:6:\"normal\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:37:\"Human-readable name of the repository\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"root\";a:5:{s:11:\"description\";s:98:\"The CVS root string to connect to the repository, for example \':pserver:pass:user@host:/directory\'\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"modules\";a:5:{s:11:\"description\";s:44:\"The CVS module to use inside this repository\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"diffurl\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"newurl\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"trackerurl\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"method\";a:6:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"updated\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:16:\"cvs_repositories\";}s:15:\"cvs_cache_block\";a:5:{s:11:\"description\";s:73:\"Cache for CVS-specific blocks that cannot rely on the normal block cache.\";s:6:\"fields\";a:2:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:15:\"cvs_cache_block\";}s:34:\"project_package_local_release_item\";a:5:{s:11:\"description\";s:104:\"Keeps track of what releases of local sub-projects are included in a release of a given package project.\";s:6:\"fields\";a:2:{s:11:\"package_nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the package release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"item_nid\";a:5:{s:11:\"description\";s:95:\"The {node}.nid of a local release node (from the same site) included as an item in the package.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:11:\"package_nid\";i:1;s:8:\"item_nid\";}s:6:\"module\";s:15:\"project_package\";s:4:\"name\";s:34:\"project_package_local_release_item\";}s:30:\"cache_drupalorg_civimembership\";a:6:{s:11:\"description\";s:68:\"Cache table for a CiviCRM membership from a remote CiviCRM instance.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:9:\"drupalorg\";s:4:\"name\";s:30:\"cache_drupalorg_civimembership\";}s:13:\"devel_queries\";a:5:{s:6:\"fields\";a:4:{s:3:\"qid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:10:\"disp-width\";s:2:\"10\";}s:8:\"function\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"query\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:4:\"hash\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"hash\";}s:7:\"indexes\";a:1:{s:3:\"qid\";a:1:{i:0;s:3:\"qid\";}}s:6:\"module\";s:5:\"devel\";s:4:\"name\";s:13:\"devel_queries\";}s:11:\"devel_times\";a:5:{s:6:\"fields\";a:3:{s:3:\"tid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:10:\"disp-width\";s:2:\"10\";}s:3:\"qid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}s:4:\"time\";a:2:{s:4:\"type\";s:5:\"float\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"tid\";}s:7:\"indexes\";a:1:{s:3:\"qid\";a:1:{i:0;s:3:\"qid\";}}s:6:\"module\";s:5:\"devel\";s:4:\"name\";s:11:\"devel_times\";}s:10:\"views_view\";a:6:{s:11:\"description\";s:35:\"Stores the general data for a view.\";s:6:\"fields\";a:7:{s:3:\"vid\";a:5:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:50:\"The view ID of the field, defined by the database.\";s:9:\"no export\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:210:\"The unique name of the view. This is the primary field views are loaded from, and is used so that views may be internal and not necessarily in the database. May only be alphanumeric characters plus underscores.\";}s:11:\"description\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:50:\"A description of the view for the admin interface.\";}s:3:\"tag\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:53:\"A tag used to group/sort views in the admin interface\";}s:8:\"view_php\";a:2:{s:4:\"type\";s:4:\"blob\";s:11:\"description\";s:92:\"A chunk of PHP code that can be used to provide modifications to the view prior to building.\";}s:10:\"base_table\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:71:\"What table this view is based on, such as node, user, comment, or term.\";}s:12:\"is_cacheable\";a:4:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:73:\"A boolean to indicate whether or not this view may have its query cached.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:10:\"views_view\";}s:13:\"views_display\";a:6:{s:11:\"description\";s:57:\"Stores information about each display attached to a view.\";s:6:\"fields\";a:6:{s:3:\"vid\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:37:\"The view this display is attached to.\";s:9:\"no export\";b:1;}s:2:\"id\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:134:\"An identifier for this display; usually generated from the display_plugin, so should be something like page or page_1 or block_2, etc.\";}s:13:\"display_title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:56:\"The title of the display, viewable by the administrator.\";}s:14:\"display_plugin\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:95:\"The type of the display. Usually page, block or embed, but is pluggable so may be other things.\";}s:8:\"position\";a:3:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;s:11:\"description\";s:42:\"The order in which this display is loaded.\";}s:15:\"display_options\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:11:\"description\";s:130:\"A serialized array of options for this display; it contains options that are generally only pertinent to that display plugin type.\";s:9:\"serialize\";b:1;s:18:\"serialized default\";s:6:\"a:0:{}\";}}s:7:\"indexes\";a:1:{s:3:\"vid\";a:2:{i:0;s:3:\"vid\";i:1;s:8:\"position\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"vid\";i:1;s:2:\"id\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:13:\"views_display\";}s:11:\"cache_views\";a:6:{s:11:\"description\";s:140:\"Generic cache table for caching things not separated out into their own tables. Contributed modules may also use this to store cached items.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:11:\"cache_views\";}s:18:\"views_object_cache\";a:5:{s:11:\"description\";s:124:\"A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment.\";s:6:\"fields\";a:5:{s:3:\"sid\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:11:\"description\";s:44:\"The session ID this cache object belongs to.\";}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:11:\"description\";s:47:\"The name of the view this cache is attached to.\";}s:3:\"obj\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:11:\"description\";s:135:\"The name of the object this cache is attached to; this essentially represents the owner so that several sub-systems can use this cache.\";}s:7:\"updated\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:43:\"The time this cache was created or updated.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:11:\"description\";s:29:\"Serialized data being stored.\";s:9:\"serialize\";b:1;s:4:\"size\";s:3:\"big\";}}s:7:\"indexes\";a:2:{s:12:\"sid_obj_name\";a:3:{i:0;s:3:\"sid\";i:1;s:3:\"obj\";i:2;s:4:\"name\";}s:7:\"updated\";a:1:{i:0;s:7:\"updated\";}}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:18:\"views_object_cache\";}s:16:\"cache_views_data\";a:6:{s:11:\"description\";s:81:\"Cache table for views to store pre-rendered queries, results, and display output.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:16:\"cache_views_data\";}s:19:\"performance_summary\";a:5:{s:6:\"fields\";a:11:{s:4:\"path\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"last_access\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:9:\"bytes_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:9:\"bytes_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:6:\"ms_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:6:\"ms_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_count_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_count_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_timer_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_timer_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:12:\"num_accesses\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"path\";}s:7:\"indexes\";a:1:{s:11:\"last_access\";a:1:{i:0;s:11:\"last_access\";}}s:6:\"module\";s:11:\"performance\";s:4:\"name\";s:19:\"performance_summary\";}s:18:\"performance_detail\";a:5:{s:6:\"fields\";a:9:{s:3:\"pid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:10:\"disp-width\";s:2:\"11\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:5:\"bytes\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:2:\"ms\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:11:\"query_count\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:11:\"query_timer\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:4:\"anon\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:7:\"default\";i:1;s:10:\"disp-width\";s:1:\"1\";}s:4:\"path\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:7:\"indexes\";a:1:{s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}}s:6:\"module\";s:11:\"performance\";s:4:\"name\";s:18:\"performance_detail\";}}', created = 1300227657, expire = 0, headers = '', serialized = 1 WHERE cid = 'schema' 27.02 1 cache_set /* Dries : cache_set */ INSERT INTO cache (cid, data, created, expire, headers, serialized) VALUES ('schema', 'a:129:{s:19:\"aggregator_category\";a:6:{s:11:\"description\";s:54:\"Stores categories for aggregator feeds and feed items.\";s:6:\"fields\";a:4:{s:3:\"cid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:43:\"Primary Key: Unique aggregator category ID.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:22:\"Title of the category.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:27:\"Description of the category\";}s:5:\"block\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:61:\"The number of recent items to show within the category block.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:11:\"unique keys\";a:1:{s:5:\"title\";a:1:{i:0;s:5:\"title\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:19:\"aggregator_category\";}s:24:\"aggregator_category_feed\";a:6:{s:11:\"description\";s:39:\"Bridge table; maps feeds to categories.\";s:6:\"fields\";a:2:{s:3:\"fid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:33:\"The feed\'s {aggregator_feed}.fid.\";}s:3:\"cid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:66:\"The {aggregator_category}.cid to which the feed is being assigned.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"cid\";i:1;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:24:\"aggregator_category_feed\";}s:24:\"aggregator_category_item\";a:6:{s:11:\"description\";s:44:\"Bridge table; maps feed items to categories.\";s:6:\"fields\";a:2:{s:3:\"iid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:38:\"The feed item\'s {aggregator_item}.iid.\";}s:3:\"cid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:71:\"The {aggregator_category}.cid to which the feed item is being assigned.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"cid\";i:1;s:3:\"iid\";}s:7:\"indexes\";a:1:{s:3:\"iid\";a:1:{i:0;s:3:\"iid\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:24:\"aggregator_category_item\";}s:15:\"aggregator_feed\";a:6:{s:11:\"description\";s:44:\"Stores feeds to be parsed by the aggregator.\";s:6:\"fields\";a:11:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique feed ID.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:18:\"Title of the feed.\";}s:3:\"url\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:16:\"URL to the feed.\";}s:7:\"refresh\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:50:\"How often to check for new feed items, in seconds.\";}s:7:\"checked\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:60:\"Last time feed was checked for new items, as Unix timestamp.\";}s:4:\"link\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:80:\"The parent website of the feed; comes from the <link> element in the feed.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:89:\"The parent website\'s description; comes from the <description> element in the feed.\";}s:5:\"image\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:31:\"An image representing the feed.\";}s:4:\"etag\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:59:\"Entity tag HTTP response header, used for validating cache.\";}s:8:\"modified\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"When the feed was last modified, as a Unix timestamp.\";}s:5:\"block\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:47:\"Number of items to display in the feed\'s block.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:11:\"unique keys\";a:2:{s:3:\"url\";a:1:{i:0;s:3:\"url\";}s:5:\"title\";a:1:{i:0;s:5:\"title\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:15:\"aggregator_feed\";}s:15:\"aggregator_item\";a:6:{s:11:\"description\";s:48:\"Stores the individual items imported from feeds.\";s:6:\"fields\";a:8:{s:3:\"iid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique ID for feed item.\";}s:3:\"fid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The {aggregator_feed}.fid to which this item belongs.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:23:\"Title of the feed item.\";}s:4:\"link\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:22:\"Link to the feed item.\";}s:6:\"author\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:24:\"Author of the feed item.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:22:\"Body of the feed item.\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:11:\"description\";s:44:\"Post date of feed item, as a Unix timestamp.\";}s:4:\"guid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:36:\"Unique identifier for the feed item.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"iid\";}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:10:\"aggregator\";s:4:\"name\";s:15:\"aggregator_item\";}s:6:\"blocks\";a:7:{s:11:\"description\";s:62:\"Stores block settings, such as region and visibility settings.\";s:6:\"fields\";a:13:{s:3:\"bid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:29:\"Primary Key: Unique block ID.\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:126:\"The module from which the block originates; for example, \'user\' for the Who\'s Online block, and \'block\' for any custom blocks.\";}s:5:\"delta\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";s:11:\"description\";s:36:\"Unique ID for block within a module.\";}s:5:\"theme\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:47:\"The theme under which the block settings apply.\";}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:49:\"Block enabled status. (1 = enabled, 0 = disabled)\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:27:\"Block weight within region.\";}s:6:\"region\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:43:\"Theme region within which the block is set.\";}s:6:\"custom\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:169:\"Flag to indicate how users may control visibility of the block. (0 = Users cannot control, 1 = On by default, but can be hidden, 2 = Hidden by default, but can be shown)\";}s:8:\"throttle\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:113:\"Flag to indicate whether or not to remove block when website traffic is high. (1 = throttle, 0 = do not throttle)\";}s:10:\"visibility\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:169:\"Flag to indicate how to show blocks on pages. (0 = Show on all pages except listed pages, 1 = Show only on listed pages, 2 = Use custom PHP code to determine visibility)\";}s:5:\"pages\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:11:\"description\";s:148:\"Contents of the \"Pages\" block; contains either a list of paths on which to include/exclude the block or PHP code, depending on \"visibility\" setting.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:154:\"Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)\";}s:5:\"cache\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:215:\"Binary flag to indicate block cache mode. (-1: Do not cache, 1: Cache per role, 2: Cache per user, 4: Cache per page, 8: Block cache global) See BLOCK_CACHE_* constants in block.module for more detailed information.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:11:\"unique keys\";a:1:{s:3:\"tmd\";a:3:{i:0;s:5:\"theme\";i:1;s:6:\"module\";i:2;s:5:\"delta\";}}s:7:\"indexes\";a:1:{s:4:\"list\";a:5:{i:0;s:5:\"theme\";i:1;s:6:\"status\";i:2;s:6:\"region\";i:3;s:6:\"weight\";i:4;s:6:\"module\";}}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:6:\"blocks\";}s:12:\"blocks_roles\";a:6:{s:11:\"description\";s:57:\"Sets up access permissions for blocks based on user roles\";s:6:\"fields\";a:3:{s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:48:\"The block\'s origin module, from {blocks}.module.\";}s:5:\"delta\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:11:\"description\";s:60:\"The block\'s unique delta within module, from {blocks}.delta.\";}s:3:\"rid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:42:\"The user\'s role ID from {users_roles}.rid.\";}}s:11:\"primary key\";a:3:{i:0;s:6:\"module\";i:1;s:5:\"delta\";i:2;s:3:\"rid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:12:\"blocks_roles\";}s:5:\"boxes\";a:6:{s:11:\"description\";s:38:\"Stores contents of custom-made blocks.\";s:6:\"fields\";a:4:{s:3:\"bid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:25:\"The block\'s {blocks}.bid.\";}s:4:\"body\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:15:\"Block contents.\";}s:4:\"info\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:18:\"Block description.\";}s:6:\"format\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:69:\"Block body\'s {filter_formats}.format; for example, 1 = Filtered HTML.\";}}s:11:\"unique keys\";a:1:{s:4:\"info\";a:1:{i:0;s:4:\"info\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:5:\"boxes\";}s:11:\"cache_block\";a:6:{s:11:\"description\";s:204:\"Cache table for the Block module to store already built blocks, identified by module, delta, and various contexts which may change the block, such as theme, locale, and caching mode defined for the block.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:11:\"cache_block\";}s:4:\"book\";a:7:{s:11:\"description\";s:101:\"Stores book outline information. Uniquely connects each node in the outline to a link in {menu_links}\";s:6:\"fields\";a:3:{s:4:\"mlid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:34:\"The book page\'s {menu_links}.mlid.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:27:\"The book page\'s {node}.nid.\";}s:3:\"bid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"The book ID is the {book}.nid of the top-level page.\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"mlid\";}s:11:\"unique keys\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:7:\"indexes\";a:1:{s:3:\"bid\";a:1:{i:0;s:3:\"bid\";}}s:6:\"module\";s:4:\"book\";s:4:\"name\";s:4:\"book\";}s:8:\"comments\";a:6:{s:11:\"description\";s:36:\"Stores comments and associated data.\";s:6:\"fields\";a:14:{s:3:\"cid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:31:\"Primary Key: Unique comment ID.\";}s:3:\"pid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:117:\"The {comments}.cid to which this comment is a reply. If set to 0, this comment is not a reply to an existing comment.\";}s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:48:\"The {node}.nid to which this comment is a reply.\";}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:101:\"The {users}.uid who authored the comment. If set to 0, this comment was created by an anonymous user.\";}s:7:\"subject\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:18:\"The comment title.\";}s:7:\"comment\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:17:\"The comment body.\";}s:8:\"hostname\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:23:\"The author\'s host name.\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:89:\"The time that the comment was created, or last edited by its author, as a Unix timestamp.\";}s:6:\"status\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:69:\"The published status of a comment. (0 = Published, 1 = Not Published)\";}s:6:\"format\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:48:\"The {filter_formats}.format of the comment body.\";}s:6:\"thread\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:11:\"description\";s:62:\"The vancode representation of the comment\'s place in a thread.\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:0;s:11:\"description\";s:124:\"The comment author\'s name. Uses {users}.name if the user is logged in, otherwise uses the value typed into the comment form.\";}s:4:\"mail\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:0;s:11:\"description\";s:169:\"The comment author\'s e-mail address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.\";}s:8:\"homepage\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:172:\"The comment author\'s home page address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.\";}}s:7:\"indexes\";a:3:{s:3:\"pid\";a:1:{i:0;s:3:\"pid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:6:\"status\";a:1:{i:0;s:6:\"status\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:7:\"comment\";s:4:\"name\";s:8:\"comments\";}s:23:\"node_comment_statistics\";a:6:{s:11:\"description\";s:82:\"Maintains statistics of node and comments posts to show \"new\" and \"updated\" flags.\";s:6:\"fields\";a:5:{s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The {node}.nid for which the statistics are compiled.\";}s:22:\"last_comment_timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:99:\"The Unix timestamp of the last comment that was posted within this node, from {comments}.timestamp.\";}s:17:\"last_comment_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:0;s:11:\"description\";s:83:\"The name of the latest author to post a comment on this node, from {comments}.name.\";}s:16:\"last_comment_uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:85:\"The user ID of the latest author to post a comment on this node, from {comments}.uid.\";}s:13:\"comment_count\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:42:\"The total number of comments on this node.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:22:\"node_comment_timestamp\";a:1:{i:0;s:22:\"last_comment_timestamp\";}}s:6:\"module\";s:7:\"comment\";s:4:\"name\";s:23:\"node_comment_statistics\";}s:7:\"contact\";a:7:{s:11:\"description\";s:31:\"Contact form category settings.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:32:\"Primary Key: Unique category ID.\";}s:8:\"category\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:14:\"Category name.\";}s:10:\"recipients\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:51:\"Comma-separated list of recipient e-mail addresses.\";}s:5:\"reply\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:31:\"Text of the auto-reply message.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:22:\"The category\'s weight.\";}s:8:\"selected\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:82:\"Flag to indicate whether or not category is selected by default. (1 = Yes, 0 = No)\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:11:\"unique keys\";a:1:{s:8:\"category\";a:1:{i:0;s:8:\"category\";}}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:8:\"category\";}}s:6:\"module\";s:7:\"contact\";s:4:\"name\";s:7:\"contact\";}s:8:\"watchdog\";a:6:{s:11:\"description\";s:46:\"Table that contains logs of all system events.\";s:6:\"fields\";a:12:{s:3:\"wid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:38:\"Primary Key: Unique watchdog event ID.\";}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"The {users}.uid of the user who triggered the event.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:60:\"Type of log message, for example \"user\" or \"page not found.\"\";}s:7:\"message\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:55:\"Text of log message to be passed into the t() function.\";}s:9:\"variables\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:101:\"Serialized array of variables that match the message string and that is passed into the t() function.\";}s:8:\"severity\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:71:\"The severity level of the event; ranges from 0 (Emergency) to 7 (Debug)\";}s:4:\"link\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:37:\"Link to view the result of the event.\";}s:8:\"location\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:11:\"description\";s:31:\"URL of the origin of the event.\";}s:7:\"referer\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:22:\"URL of referring page.\";}s:8:\"hostname\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:45:\"Hostname of the user who triggered the event.\";}s:11:\"machinename\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:42:\"Name of the machine the event occurred on.\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:38:\"Unix timestamp of when event occurred.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"wid\";}s:7:\"indexes\";a:1:{s:4:\"type\";a:1:{i:0;s:4:\"type\";}}s:6:\"module\";s:5:\"dblog\";s:4:\"name\";s:8:\"watchdog\";}s:7:\"filters\";a:7:{s:11:\"description\";s:74:\"Table that maps filters (HTML corrector) to input formats (Filtered HTML).\";s:6:\"fields\";a:5:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:41:\"Primary Key: Auto-incrementing filter ID.\";}s:6:\"format\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:74:\"Foreign key: The {filter_formats}.format to which this filter is assigned.\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:32:\"The origin module of the filter.\";}s:5:\"delta\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:62:\"ID to identify which filter within module is being referenced.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:31:\"Weight of filter within format.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:11:\"unique keys\";a:1:{s:3:\"fmd\";a:3:{i:0;s:6:\"format\";i:1;s:6:\"module\";i:2;s:5:\"delta\";}}s:7:\"indexes\";a:1:{s:4:\"list\";a:4:{i:0;s:6:\"format\";i:1;s:6:\"weight\";i:2;s:6:\"module\";i:3;s:5:\"delta\";}}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:7:\"filters\";}s:14:\"filter_formats\";a:6:{s:11:\"description\";s:73:\"Stores input formats: custom groupings of filters, such as Filtered HTML.\";s:6:\"fields\";a:4:{s:6:\"format\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:34:\"Primary Key: Unique ID for format.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:41:\"Name of the input format (Filtered HTML).\";}s:5:\"roles\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:57:\"A comma-separated string of roles; references {role}.rid.\";}s:5:\"cache\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:77:\"Flag to indicate whether format is cachable. (1 = cachable, 0 = not cachable)\";}}s:11:\"primary key\";a:1:{i:0;s:6:\"format\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:14:\"filter_formats\";}s:12:\"cache_filter\";a:6:{s:11:\"description\";s:128:\"Cache table for the Filter module to store already filtered pieces of text, identified by input format and md5 hash of the text.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"cache_filter\";}s:11:\"menu_custom\";a:5:{s:11:\"description\";s:74:\"Holds definitions for top-level custom menus (for example, Primary Links).\";s:6:\"fields\";a:3:{s:9:\"menu_name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:80:\"Primary Key: Unique key for menu. This is used as a block delta so length is 32.\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:38:\"Menu title; displayed at top of block.\";}s:11:\"description\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:17:\"Menu description.\";}}s:11:\"primary key\";a:1:{i:0;s:9:\"menu_name\";}s:6:\"module\";s:4:\"menu\";s:4:\"name\";s:11:\"menu_custom\";}s:4:\"node\";a:7:{s:11:\"description\";s:25:\"The base table for nodes.\";s:6:\"fields\";a:15:{s:3:\"nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:5:{s:11:\"description\";s:52:\"The current {node_revisions}.vid version identifier.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:5:{s:11:\"description\";s:34:\"The {node_type}.type of this node.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:5:{s:11:\"description\";s:38:\"The {languages}.language of this node.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:5:{s:11:\"description\";s:64:\"The title of this node, always treated as non-markup plain text.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uid\";a:4:{s:11:\"description\";s:81:\"The {users}.uid that owns this node; initially, this is the user that created it.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:11:\"description\";s:81:\"Boolean indicating whether the node is published (visible to non-administrators).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:4:{s:11:\"description\";s:45:\"The Unix timestamp when the node was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:4:{s:11:\"description\";s:57:\"The Unix timestamp when the node was most recently saved.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"comment\";a:4:{s:11:\"description\";s:81:\"Whether comments are allowed on this node: 0 = no, 1 = read only, 2 = read/write.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:4:{s:11:\"description\";s:74:\"Boolean indicating whether the node should be displayed on the front page.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"moderate\";a:4:{s:11:\"description\";s:93:\"Previously, a boolean indicating whether the node was \"in moderation\"; mostly no longer used.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:4:{s:11:\"description\";s:96:\"Boolean indicating whether the node should be displayed at the top of lists in which it appears.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"tnid\";a:5:{s:11:\"description\";s:94:\"The translation set id for this node, which equals the node id of the source post in each set.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"translate\";a:4:{s:11:\"description\";s:71:\"A boolean indicating whether this translation page needs to be updated.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:10:{s:12:\"node_changed\";a:1:{i:0;s:7:\"changed\";}s:12:\"node_created\";a:1:{i:0;s:7:\"created\";}s:13:\"node_moderate\";a:1:{i:0;s:8:\"moderate\";}s:19:\"node_promote_status\";a:2:{i:0;s:7:\"promote\";i:1;s:6:\"status\";}s:16:\"node_status_type\";a:3:{i:0;s:6:\"status\";i:1;s:4:\"type\";i:2;s:3:\"nid\";}s:15:\"node_title_type\";a:2:{i:0;s:5:\"title\";i:1;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:9:\"node_type\";a:1:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"tnid\";a:1:{i:0;s:4:\"tnid\";}s:9:\"translate\";a:1:{i:0;s:9:\"translate\";}}s:11:\"unique keys\";a:1:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:4:\"node\";}s:11:\"node_access\";a:5:{s:11:\"description\";s:106:\"Identifies which realm/grant pairs a user must possess in order to view, update, or delete specific nodes.\";s:6:\"fields\";a:6:{s:3:\"nid\";a:5:{s:11:\"description\";s:35:\"The {node}.nid this record affects.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"gid\";a:5:{s:11:\"description\";s:98:\"The grant ID a user must possess in the specified realm to gain this row\'s privileges on the node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"realm\";a:5:{s:11:\"description\";s:107:\"The realm in which the user must possess the grant ID. Each node access node can define one or more realms.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"grant_view\";a:6:{s:11:\"description\";s:79:\"Boolean indicating whether a user with the realm/grant pair can view this node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:12:\"grant_update\";a:6:{s:11:\"description\";s:79:\"Boolean indicating whether a user with the realm/grant pair can edit this node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:12:\"grant_delete\";a:6:{s:11:\"description\";s:81:\"Boolean indicating whether a user with the realm/grant pair can delete this node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"gid\";i:2;s:5:\"realm\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:11:\"node_access\";}s:12:\"node_counter\";a:5:{s:11:\"description\";s:30:\"Access statistics for {node}s.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:4:{s:11:\"description\";s:36:\"The {node}.nid for these statistics.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"totalcount\";a:6:{s:11:\"description\";s:53:\"The total number of times the {node} has been viewed.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:3:\"big\";}s:8:\"daycount\";a:6:{s:11:\"description\";s:59:\"The total number of times the {node} has been viewed today.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:6:\"medium\";}s:9:\"timestamp\";a:5:{s:11:\"description\";s:48:\"The most recent time the {node} has been viewed.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:12:\"node_counter\";}s:14:\"node_revisions\";a:6:{s:11:\"description\";s:56:\"Stores information about each saved version of a {node}.\";s:6:\"fields\";a:9:{s:3:\"nid\";a:5:{s:11:\"description\";s:35:\"The {node} this version belongs to.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"vid\";a:4:{s:11:\"description\";s:40:\"The primary identifier for this version.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:11:\"description\";s:42:\"The {users}.uid that created this version.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"title\";a:5:{s:11:\"description\";s:26:\"The title of this version.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"body\";a:4:{s:11:\"description\";s:25:\"The body of this version.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:6:\"teaser\";a:4:{s:11:\"description\";s:27:\"The teaser of this version.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:3:\"log\";a:4:{s:11:\"description\";s:53:\"The log entry explaining the changes in this version.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:9:\"timestamp\";a:4:{s:11:\"description\";s:58:\"A Unix timestamp indicating when this version was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"format\";a:4:{s:11:\"description\";s:45:\"The input format used by this version\'s body.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:2:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:14:\"node_revisions\";}s:9:\"node_type\";a:5:{s:11:\"description\";s:50:\"Stores information about all defined {node} types.\";s:6:\"fields\";a:14:{s:4:\"type\";a:4:{s:11:\"description\";s:39:\"The machine-readable name of this type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:37:\"The human-readable name of this type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"module\";a:4:{s:11:\"description\";s:76:\"The base string used to construct callbacks corresponding to this node type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:11:\"description\";a:4:{s:11:\"description\";s:33:\"A brief description of this type.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";}s:4:\"help\";a:4:{s:11:\"description\";s:71:\"Help information shown to the user when creating a {node} of this type.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";}s:9:\"has_title\";a:5:{s:11:\"description\";s:65:\"Boolean indicating whether this type uses the {node}.title field.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:4:\"size\";s:4:\"tiny\";}s:11:\"title_label\";a:5:{s:11:\"description\";s:57:\"The label displayed for the title field on the edit form.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"has_body\";a:5:{s:11:\"description\";s:74:\"Boolean indicating whether this type uses the {node_revisions}.body field.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:4:\"size\";s:4:\"tiny\";}s:10:\"body_label\";a:5:{s:11:\"description\";s:56:\"The label displayed for the body field on the edit form.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"min_word_count\";a:5:{s:11:\"description\";s:50:\"The minimum number of words the body must contain.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:4:\"size\";s:5:\"small\";}s:6:\"custom\";a:5:{s:11:\"description\";s:137:\"A boolean indicating whether this type is defined by a module (FALSE) or by a user via a module like the Content Construction Kit (TRUE).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"modified\";a:5:{s:11:\"description\";s:108:\"A boolean indicating whether this type has been modified by an administrator; currently not used in any way.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"locked\";a:5:{s:11:\"description\";s:88:\"A boolean indicating whether the administrator can change the machine name of this type.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"orig_type\";a:5:{s:11:\"description\";s:128:\"The original machine-readable name of this node type. This may be different from the current type name if the locked field is 0.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:9:\"node_type\";}s:14:\"profile_fields\";a:7:{s:11:\"description\";s:33:\"Stores profile field information.\";s:6:\"fields\";a:13:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique profile field ID.\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:41:\"Title of the field shown to the end user.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:58:\"Internal name of the field used in the form HTML and URLs.\";}s:11:\"explanation\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:38:\"Explanation of the field to end users.\";}s:8:\"category\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:54:\"Profile category that the field will be grouped under.\";}s:4:\"page\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:52:\"Title of page used for browsing by the field\'s value\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:0;s:11:\"description\";s:19:\"Type of form field.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:52:\"Weight of field in relation to other profile fields.\";}s:8:\"required\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:64:\"Whether the user is required to enter a value. (0 = no, 1 = yes)\";}s:8:\"register\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:77:\"Whether the field is visible in the user registration form. (1 = yes, 0 = no)\";}s:10:\"visibility\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:151:\"The level of visibility for the field. (0 = hidden, 1 = private, 2 = public on profile but not member list pages, 3 = public on profile and list pages)\";}s:12:\"autocomplete\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:68:\"Whether form auto-completion is enabled. (0 = disabled, 1 = enabled)\";}s:7:\"options\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:53:\"List of options to be used in a list selection field.\";}}s:7:\"indexes\";a:1:{s:8:\"category\";a:1:{i:0;s:8:\"category\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:6:\"module\";s:7:\"profile\";s:4:\"name\";s:14:\"profile_fields\";}s:14:\"profile_values\";a:6:{s:11:\"description\";s:33:\"Stores values for profile fields.\";s:6:\"fields\";a:3:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:38:\"The {profile_fields}.fid of the field.\";}s:3:\"uid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:36:\"The {users}.uid of the profile user.\";}s:5:\"value\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:11:\"description\";s:24:\"The value for the field.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:7:\"profile\";s:4:\"name\";s:14:\"profile_values\";}s:8:\"variable\";a:5:{s:11:\"description\";s:215:\"Named variable/value pairs created by Drupal core or any other module or theme. All variables are cached in memory at the start of every Drupal request so developers should not be careless about what is stored here.\";s:6:\"fields\";a:2:{s:4:\"name\";a:5:{s:11:\"description\";s:25:\"The name of the variable.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"value\";a:4:{s:11:\"description\";s:26:\"The value of the variable.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:8:\"variable\";}s:7:\"actions\";a:5:{s:11:\"description\";s:26:\"Stores action information.\";s:6:\"fields\";a:5:{s:3:\"aid\";a:5:{s:11:\"description\";s:31:\"Primary Key: Unique actions ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}s:4:\"type\";a:5:{s:11:\"description\";s:82:\"The object that that action acts on (node, user, comment, system or custom types.)\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"callback\";a:5:{s:11:\"description\";s:57:\"The callback function that executes when the action runs.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"parameters\";a:4:{s:11:\"description\";s:49:\"Parameters to be passed to the callback function.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:11:\"description\";a:5:{s:11:\"description\";s:26:\"Description of the action.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:7:\"actions\";}s:11:\"actions_aid\";a:5:{s:11:\"description\";s:42:\"Stores action IDs for non-default actions.\";s:6:\"fields\";a:1:{s:3:\"aid\";a:4:{s:11:\"description\";s:31:\"Primary Key: Unique actions ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:11:\"actions_aid\";}s:5:\"batch\";a:6:{s:11:\"description\";s:76:\"Stores details about batches (processes that run in multiple HTTP requests).\";s:6:\"fields\";a:4:{s:3:\"bid\";a:4:{s:11:\"description\";s:29:\"Primary Key: Unique batch ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:5:\"token\";a:4:{s:11:\"description\";s:165:\"A string token generated against the current user\'s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:3:{s:11:\"description\";s:112:\"A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:5:\"batch\";a:4:{s:11:\"description\";s:64:\"A serialized array containing the processing data for the batch.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:7:\"indexes\";a:1:{s:5:\"token\";a:1:{i:0;s:5:\"token\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"batch\";}s:5:\"cache\";a:6:{s:11:\"description\";s:140:\"Generic cache table for caching things not separated out into their own tables. Contributed modules may also use this to store cached items.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"cache\";}s:10:\"cache_form\";a:6:{s:11:\"description\";s:125:\"Cache table for the form system to store recently built forms and their storage data, to be used in subsequent page requests.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_form\";}s:10:\"cache_page\";a:6:{s:11:\"description\";s:91:\"Cache table used to store compressed pages for anonymous users, if page caching is enabled.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_page\";}s:10:\"cache_menu\";a:6:{s:11:\"description\";s:132:\"Cache table for the menu system to store router information as well as generated link trees for various menu/page/user combinations.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_menu\";}s:5:\"files\";a:6:{s:11:\"description\";s:38:\"Stores information for uploaded files.\";s:6:\"fields\";a:8:{s:3:\"fid\";a:4:{s:11:\"description\";s:29:\"Primary Key: Unique files ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:5:{s:11:\"description\";s:60:\"The {users}.uid of the user who is associated with the file.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"filename\";a:5:{s:11:\"description\";s:17:\"Name of the file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filepath\";a:5:{s:11:\"description\";s:41:\"Path of the file relative to Drupal root.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filemime\";a:5:{s:11:\"description\";s:19:\"The file MIME type.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filesize\";a:5:{s:11:\"description\";s:30:\"The size of the file in bytes.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:11:\"description\";s:65:\"A flag indicating whether file is temporary (0) or permanent (1).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:43:\"UNIX timestamp for when the file was added.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:3:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:6:\"status\";a:1:{i:0;s:6:\"status\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"files\";}s:5:\"flood\";a:6:{s:11:\"description\";s:79:\"Flood controls the threshold of events, such as the number of contact attempts.\";s:6:\"fields\";a:4:{s:3:\"fid\";a:3:{s:11:\"description\";s:22:\"Unique flood event ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:5:\"event\";a:5:{s:11:\"description\";s:29:\"Name of event (e.g. contact).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"hostname\";a:5:{s:11:\"description\";s:24:\"Hostname of the visitor.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:4:{s:11:\"description\";s:23:\"Timestamp of the event.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:5:\"allow\";a:3:{i:0;s:5:\"event\";i:1;s:8:\"hostname\";i:2;s:9:\"timestamp\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"flood\";}s:7:\"history\";a:6:{s:11:\"description\";s:50:\"A record of which {users} have read which {node}s.\";s:6:\"fields\";a:3:{s:3:\"uid\";a:4:{s:11:\"description\";s:41:\"The {users}.uid that read the {node} nid.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:4:{s:11:\"description\";s:29:\"The {node}.nid that was read.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:4:{s:11:\"description\";s:46:\"The Unix timestamp at which the read occurred.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:7:\"history\";}s:11:\"menu_router\";a:6:{s:11:\"description\";s:56:\"Maps paths to various callbacks (access, page and title)\";s:6:\"fields\";a:20:{s:4:\"path\";a:5:{s:11:\"description\";s:49:\"Primary Key: the Drupal path this entry describes\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"load_functions\";a:3:{s:11:\"description\";s:129:\"A serialized array of function names (like node_load) to be called to load an object corresponding to a part of the current path.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:16:\"to_arg_functions\";a:3:{s:11:\"description\";s:139:\"A serialized array of function names (like user_uid_optional_to_arg) to be called to replace a part of the router path with another string.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:15:\"access_callback\";a:5:{s:11:\"description\";s:86:\"The callback which determines the access to this router path. Defaults to user_access.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"access_arguments\";a:3:{s:11:\"description\";s:56:\"A serialized array of arguments for the access callback.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:13:\"page_callback\";a:5:{s:11:\"description\";s:47:\"The name of the function that renders the page.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"page_arguments\";a:3:{s:11:\"description\";s:54:\"A serialized array of arguments for the page callback.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:3:\"fit\";a:4:{s:11:\"description\";s:53:\"A numeric representation of how specific the path is.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"number_parts\";a:5:{s:11:\"description\";s:36:\"Number of parts in this router path.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:10:\"tab_parent\";a:5:{s:11:\"description\";s:98:\"Only for local tasks (tabs) - the router path of the parent page (which may also be a local task).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"tab_root\";a:5:{s:11:\"description\";s:118:\"Router path of the closest non-tab parent page. For pages that are not local tasks, this will be the same as the path.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:5:{s:11:\"description\";s:81:\"The title for the current page, or the title for the tab if this is a local task.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"title_callback\";a:5:{s:11:\"description\";s:54:\"A function which will alter the title. Defaults to t()\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:15:\"title_arguments\";a:5:{s:11:\"description\";s:133:\"A serialized array of arguments for the title callback. If empty, the title will be used as the sole argument for the title callback.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:11:\"description\";s:74:\"Numeric representation of the type of the menu item, like MENU_LOCAL_TASK.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:14:\"block_callback\";a:5:{s:11:\"description\";s:92:\"Name of a function used to render the block on the system administration page for this item.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:3:{s:11:\"description\";s:27:\"A description of this item.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:8:\"position\";a:5:{s:11:\"description\";s:90:\"The position of the block (left or right) on the system administration page for this item.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:4:{s:11:\"description\";s:78:\"Weight of the element. Lighter weights are higher up, heavier weights go down.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"file\";a:3:{s:11:\"description\";s:92:\"The file to include for this element, usually the page callback function lives in this file.\";s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"medium\";}}s:7:\"indexes\";a:3:{s:3:\"fit\";a:1:{i:0;s:3:\"fit\";}s:10:\"tab_parent\";a:1:{i:0;s:10:\"tab_parent\";}s:21:\"tab_root_weight_title\";a:3:{i:0;a:2:{i:0;s:8:\"tab_root\";i:1;i:64;}i:1;s:6:\"weight\";i:2;s:5:\"title\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"path\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:11:\"menu_router\";}s:10:\"menu_links\";a:6:{s:11:\"description\";s:44:\"Contains the individual links within a menu.\";s:6:\"fields\";a:25:{s:9:\"menu_name\";a:5:{s:11:\"description\";s:98:\"The menu name. All links with the same menu name (such as \'navigation\') are part of the same menu.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mlid\";a:4:{s:11:\"description\";s:51:\"The menu link ID (mlid) is the integer primary key.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"plid\";a:5:{s:11:\"description\";s:126:\"The parent link ID (plid) is the mlid of the link above in the hierarchy, or zero if the link is at the top level in its menu.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"link_path\";a:5:{s:11:\"description\";s:53:\"The Drupal path or external path this link points to.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"router_path\";a:5:{s:11:\"description\";s:114:\"For links corresponding to a Drupal path (external = 0), this connects the link to a {menu_router}.path for joins.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"link_title\";a:5:{s:11:\"description\";s:99:\"The text displayed for the link, which may be modified by a title callback stored in {menu_router}.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"options\";a:3:{s:11:\"description\";s:115:\"A serialized array of options to be passed to the url() or l() function, such as a query string or HTML attributes.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:6:\"module\";a:5:{s:11:\"description\";s:48:\"The name of the module that generated this link.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:6:\"system\";}s:6:\"hidden\";a:5:{s:11:\"description\";s:168:\"A flag for whether the link should be rendered in menus. (1 = a disabled menu item that may be shown on admin screens, -1 = a menu callback, 0 = a normal, visible link)\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:8:\"external\";a:5:{s:11:\"description\";s:120:\"A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:12:\"has_children\";a:5:{s:11:\"description\";s:99:\"Flag indicating whether any links have this link as a parent (1 = children exist, 0 = no children).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:8:\"expanded\";a:5:{s:11:\"description\";s:210:\"Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:6:\"weight\";a:4:{s:11:\"description\";s:59:\"Link weight among links in the same menu at the same depth.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"depth\";a:5:{s:11:\"description\";s:80:\"The depth relative to the top level. A link with plid == 0 will have depth == 1.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:10:\"customized\";a:5:{s:11:\"description\";s:110:\"A flag to indicate that the user has manually created or edited the link (1 = customized, 0 = not customized).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:2:\"p1\";a:5:{s:11:\"description\";s:219:\"The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the plid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p2\";a:5:{s:11:\"description\";s:49:\"The second mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p3\";a:5:{s:11:\"description\";s:48:\"The third mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p4\";a:5:{s:11:\"description\";s:49:\"The fourth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p5\";a:5:{s:11:\"description\";s:48:\"The fifth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p6\";a:5:{s:11:\"description\";s:48:\"The sixth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p7\";a:5:{s:11:\"description\";s:50:\"The seventh mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p8\";a:5:{s:11:\"description\";s:49:\"The eighth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p9\";a:5:{s:11:\"description\";s:48:\"The ninth mlid in the materialized path. See p1.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"updated\";a:5:{s:11:\"description\";s:81:\"Flag that indicates that this link was generated during the update from Drupal 5.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}}s:7:\"indexes\";a:4:{s:9:\"path_menu\";a:2:{i:0;a:2:{i:0;s:9:\"link_path\";i:1;i:128;}i:1;s:9:\"menu_name\";}s:22:\"menu_plid_expand_child\";a:4:{i:0;s:9:\"menu_name\";i:1;s:4:\"plid\";i:2;s:8:\"expanded\";i:3;s:12:\"has_children\";}s:12:\"menu_parents\";a:10:{i:0;s:9:\"menu_name\";i:1;s:2:\"p1\";i:2;s:2:\"p2\";i:3;s:2:\"p3\";i:4;s:2:\"p4\";i:5;s:2:\"p5\";i:6;s:2:\"p6\";i:7;s:2:\"p7\";i:8;s:2:\"p8\";i:9;s:2:\"p9\";}s:11:\"router_path\";a:1:{i:0;a:2:{i:0;s:11:\"router_path\";i:1;i:128;}}}s:11:\"primary key\";a:1:{i:0;s:4:\"mlid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"menu_links\";}s:9:\"semaphore\";a:6:{s:11:\"description\";s:121:\"Table for holding semaphores, locks, flags, etc. that cannot be stored as Drupal variables since they must not be cached.\";s:6:\"fields\";a:3:{s:4:\"name\";a:5:{s:11:\"description\";s:25:\"Primary Key: Unique name.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"value\";a:5:{s:11:\"description\";s:8:\"A value.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp with microseconds indicating when the semaphore should expire.\";s:4:\"type\";s:5:\"float\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:9:\"semaphore\";}s:8:\"sessions\";a:6:{s:11:\"description\";s:139:\"Drupal\'s session handlers read and write into the sessions table. Each record represents a user session, either anonymous or authenticated.\";s:6:\"fields\";a:6:{s:3:\"uid\";a:4:{s:11:\"description\";s:68:\"The {users}.uid corresponding to a session, or 0 for anonymous user.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"sid\";a:5:{s:11:\"description\";s:71:\"Primary key: A session ID. The value is generated by PHP\'s Session API.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"hostname\";a:5:{s:11:\"description\";s:52:\"The IP address that last used this session ID (sid).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:4:{s:11:\"description\";s:104:\"The Unix timestamp when this session last requested a page. Old records are purged by PHP automatically.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"cache\";a:4:{s:11:\"description\";s:118:\"The time of this user\'s last post. This is used when the site has specified a minimum_cache_lifetime. See cache_get().\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"session\";a:4:{s:11:\"description\";s:208:\"The serialized contents of $_SESSION, an array of name/value pairs that persists across page requests by this session ID. Drupal loads $_SESSION from here at the start of each request and saves it at the end.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"sid\";}s:7:\"indexes\";a:2:{s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:8:\"sessions\";}s:6:\"system\";a:6:{s:11:\"description\";s:105:\"A list of all modules, themes, and theme engines that are or have been installed in Drupal\'s file system.\";s:6:\"fields\";a:10:{s:8:\"filename\";a:5:{s:11:\"description\";s:103:\"The path of the primary file for this item, relative to the Drupal root; e.g. modules/node/node.module.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:5:{s:11:\"description\";s:32:\"The name of the item; e.g. node.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:5:{s:11:\"description\";s:60:\"The type of the item, either module, theme, or theme_engine.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"owner\";a:5:{s:11:\"description\";s:55:\"A theme\'s \'parent\'. Can be either a theme or an engine.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"status\";a:4:{s:11:\"description\";s:55:\"Boolean indicating whether or not this item is enabled.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"throttle\";a:5:{s:11:\"description\";s:102:\"Boolean indicating whether this item is disabled when the throttle.module disables throttleable items.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"bootstrap\";a:4:{s:11:\"description\";s:138:\"Boolean indicating whether this module is loaded during Drupal\'s early bootstrapping phase (e.g. even before the page cache is consulted).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:14:\"schema_version\";a:5:{s:11:\"description\";s:238:\"The module\'s database schema version number. -1 if the module is not installed (its tables do not exist); 0 or the largest N of the module\'s hook_update_N() function that has either been run or existed when the module was first installed.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:-1;s:4:\"size\";s:5:\"small\";}s:6:\"weight\";a:4:{s:11:\"description\";s:127:\"The order in which this module\'s hooks should be invoked relative to other modules. Equal-weighted modules are ordered by name.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"info\";a:3:{s:11:\"description\";s:166:\"A serialized array containing information from the module\'s .info file; keys can include name, description, package, version, core, dependencies, dependents, and php.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:8:\"filename\";}s:7:\"indexes\";a:3:{s:7:\"modules\";a:4:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:12;}i:1;s:6:\"status\";i:2;s:6:\"weight\";i:3;s:8:\"filename\";}s:9:\"bootstrap\";a:5:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:12;}i:1;s:6:\"status\";i:2;s:9:\"bootstrap\";i:3;s:6:\"weight\";i:4;s:8:\"filename\";}s:9:\"type_name\";a:2:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:12;}i:1;s:4:\"name\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:6:\"system\";}s:9:\"url_alias\";a:7:{s:11:\"description\";s:95:\"A list of URL aliases for Drupal paths; a user may visit either the source or destination path.\";s:6:\"fields\";a:4:{s:3:\"pid\";a:4:{s:11:\"description\";s:31:\"A unique path alias identifier.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"src\";a:5:{s:11:\"description\";s:48:\"The Drupal path this alias is for; e.g. node/12.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"dst\";a:5:{s:11:\"description\";s:49:\"The alias for this path; e.g. title-of-the-story.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:5:{s:11:\"description\";s:151:\"The language this alias is for; if blank, the alias will be used for unknown languages. Each Drupal path can have an alias for each supported language.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"unique keys\";a:1:{s:16:\"dst_language_pid\";a:3:{i:0;s:3:\"dst\";i:1;s:8:\"language\";i:2;s:3:\"pid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:7:\"indexes\";a:1:{s:16:\"src_language_pid\";a:3:{i:0;s:3:\"src\";i:1;s:8:\"language\";i:2;s:3:\"pid\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:9:\"url_alias\";}s:9:\"term_data\";a:6:{s:11:\"description\";s:24:\"Stores term information.\";s:6:\"fields\";a:5:{s:3:\"tid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique term ID.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:69:\"The {vocabulary}.vid of the vocabulary to which the term is assigned.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:14:\"The term name.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:26:\"A description of the term.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:51:\"The weight of this term in relation to other terms.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"tid\";}s:7:\"indexes\";a:2:{s:13:\"taxonomy_tree\";a:3:{i:0;s:3:\"vid\";i:1;s:6:\"weight\";i:2;s:4:\"name\";}s:8:\"vid_name\";a:2:{i:0;s:3:\"vid\";i:1;s:4:\"name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:9:\"term_data\";}s:14:\"term_hierarchy\";a:6:{s:11:\"description\";s:51:\"Stores the hierarchical relationship between terms.\";s:6:\"fields\";a:2:{s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:45:\"Primary Key: The {term_data}.tid of the term.\";}s:6:\"parent\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:77:\"Primary Key: The {term_data}.tid of the term\'s parent. 0 indicates no parent.\";}}s:7:\"indexes\";a:1:{s:6:\"parent\";a:1:{i:0;s:6:\"parent\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"tid\";i:1;s:6:\"parent\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:14:\"term_hierarchy\";}s:9:\"term_node\";a:6:{s:11:\"description\";s:42:\"Stores the relationship of terms to nodes.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:40:\"Primary Key: The {node}.nid of the node.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:40:\"Primary Key: The {node}.vid of the node.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:64:\"Primary Key: The {term_data}.tid of a term assigned to the node.\";}}s:7:\"indexes\";a:2:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"tid\";i:1;s:3:\"vid\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:9:\"term_node\";}s:13:\"term_relation\";a:7:{s:11:\"description\";s:52:\"Stores non-hierarchical relationships between terms.\";s:6:\"fields\";a:3:{s:4:\"trid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique term relation ID.\";}s:4:\"tid1\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:56:\"The {term_data}.tid of the first term in a relationship.\";}s:4:\"tid2\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:57:\"The {term_data}.tid of the second term in a relationship.\";}}s:11:\"unique keys\";a:1:{s:9:\"tid1_tid2\";a:2:{i:0;s:4:\"tid1\";i:1;s:4:\"tid2\";}}s:7:\"indexes\";a:1:{s:4:\"tid2\";a:1:{i:0;s:4:\"tid2\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"trid\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:13:\"term_relation\";}s:12:\"term_synonym\";a:6:{s:11:\"description\";s:21:\"Stores term synonyms.\";s:6:\"fields\";a:3:{s:4:\"tsid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:36:\"Primary Key: Unique term synonym ID.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:32:\"The {term_data}.tid of the term.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:24:\"The name of the synonym.\";}}s:7:\"indexes\";a:2:{s:3:\"tid\";a:1:{i:0;s:3:\"tid\";}s:8:\"name_tid\";a:2:{i:0;s:4:\"name\";i:1;s:3:\"tid\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"tsid\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:12:\"term_synonym\";}s:10:\"vocabulary\";a:6:{s:11:\"description\";s:30:\"Stores vocabulary information.\";s:6:\"fields\";a:11:{s:3:\"vid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:34:\"Primary Key: Unique vocabulary ID.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:23:\"Name of the vocabulary.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:30:\"Description of the vocabulary.\";}s:4:\"help\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:40:\"Help text to display for the vocabulary.\";}s:9:\"relations\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:91:\"Whether or not related terms are enabled within the vocabulary. (0 = disabled, 1 = enabled)\";}s:9:\"hierarchy\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:93:\"The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)\";}s:8:\"multiple\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:105:\"Whether or not multiple terms from this vocabulary may be assigned to a node. (0 = disabled, 1 = enabled)\";}s:8:\"required\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:94:\"Whether or not terms are required for nodes using this vocabulary. (0 = disabled, 1 = enabled)\";}s:4:\"tags\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:86:\"Whether or not free tagging is enabled for the vocabulary. (0 = disabled, 1 = enabled)\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:40:\"The module which created the vocabulary.\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:63:\"The weight of the vocabulary in relation to other vocabularies.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:4:\"name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:10:\"vocabulary\";}s:21:\"vocabulary_node_types\";a:6:{s:11:\"description\";s:54:\"Stores which node types vocabularies may be used with.\";s:6:\"fields\";a:2:{s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"Primary Key: the {vocabulary}.vid of the vocabulary.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:70:\"The {node}.type of the node type for which the vocabulary may be used.\";}}s:11:\"primary key\";a:2:{i:0;s:4:\"type\";i:1;s:3:\"vid\";}s:7:\"indexes\";a:1:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:21:\"vocabulary_node_types\";}s:12:\"cache_update\";a:6:{s:11:\"description\";s:109:\"Cache table for the Update module to store information about available releases, fetched from central server.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"update\";s:4:\"name\";s:12:\"cache_update\";}s:6:\"upload\";a:6:{s:11:\"description\";s:56:\"Stores uploaded file information and table associations.\";s:6:\"fields\";a:6:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:29:\"Primary Key: The {files}.fid.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:49:\"The {node}.nid associated with the uploaded file.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:62:\"Primary Key: The {node}.vid associated with the uploaded file.\";}s:11:\"description\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:33:\"Description of the uploaded file.\";}s:4:\"list\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:71:\"Whether the file should be visibly listed on the node: yes(1) or no(0).\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:64:\"Weight of this upload in relation to other uploads in this node.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"vid\";i:1;s:3:\"fid\";}s:7:\"indexes\";a:2:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:6:\"upload\";s:4:\"name\";s:6:\"upload\";}s:6:\"access\";a:5:{s:11:\"description\";s:25:\"Stores site access rules.\";s:6:\"fields\";a:4:{s:3:\"aid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:30:\"Primary Key: Unique access ID.\";}s:4:\"mask\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:36:\"Text mask used for filtering access.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:40:\"Type of access rule: name, mail or host.\";}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:46:\"Whether rule is to allow(1) or deny(0) access.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:6:\"access\";}s:7:\"authmap\";a:6:{s:11:\"description\";s:42:\"Stores distributed authentication mapping.\";s:6:\"fields\";a:4:{s:3:\"aid\";a:4:{s:11:\"description\";s:31:\"Primary Key: Unique authmap ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:19:\"User\'s {users}.uid.\";}s:8:\"authname\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:27:\"Unique authentication name.\";}s:6:\"module\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:47:\"Module which is controlling the authentication.\";}}s:11:\"unique keys\";a:1:{s:8:\"authname\";a:1:{i:0;s:8:\"authname\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:7:\"authmap\";}s:10:\"permission\";a:6:{s:11:\"description\";s:29:\"Stores permissions for users.\";s:6:\"fields\";a:4:{s:3:\"pid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:34:\"Primary Key: Unique permission ID.\";}s:3:\"rid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The {role}.rid to which the permissions are assigned.\";}s:4:\"perm\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:35:\"List of permissions being assigned.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:67:\"Originally intended for taxonomy-based permissions, but never used.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:10:\"permission\";}s:4:\"role\";a:6:{s:11:\"description\";s:18:\"Stores user roles.\";s:6:\"fields\";a:2:{s:3:\"rid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique role id.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:17:\"Unique role name.\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:4:\"role\";}s:5:\"users\";a:7:{s:11:\"description\";s:17:\"Stores user data.\";s:6:\"fields\";a:19:{s:3:\"uid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:28:\"Primary Key: Unique user ID.\";}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:17:\"Unique user name.\";}s:4:\"pass\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:27:\"User\'s password (md5 hash).\";}s:4:\"mail\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";s:11:\"description\";s:21:\"User\'s email address.\";}s:4:\"mode\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:80:\"Per-user comment display mode (threaded vs. flat), used by the {comment} module.\";}s:4:\"sort\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:84:\"Per-user comment sort order (newest vs. oldest first), used by the {comment} module.\";}s:9:\"threshold\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:81:\"Previously used by the {comment} module for per-user preferences; no longer used.\";}s:5:\"theme\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:21:\"User\'s default theme.\";}s:9:\"signature\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:17:\"User\'s signature.\";}s:16:\"signature_format\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:45:\"The {filter_formats}.format of the signature.\";}s:7:\"created\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:36:\"Timestamp for when user was created.\";}s:6:\"access\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:51:\"Timestamp for previous time user accessed the site.\";}s:5:\"login\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:32:\"Timestamp for user\'s last login.\";}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:44:\"Whether the user is active(1) or blocked(0).\";}s:8:\"timezone\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:8;s:8:\"not null\";b:0;s:11:\"description\";s:16:\"User\'s timezone.\";}s:8:\"language\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:24:\"User\'s default language.\";}s:7:\"picture\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:36:\"Path to the user\'s uploaded picture.\";}s:4:\"init\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";s:11:\"description\";s:48:\"Email address used for initial account creation.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:269:\"A serialized array of name value pairs that are related to the user. Any form values posted during user edit are stored and are loaded into the $user object during user_load(). Use of this field is discouraged and it will likely disappear in a future version of Drupal.\";}}s:7:\"indexes\";a:3:{s:6:\"access\";a:1:{i:0;s:6:\"access\";}s:7:\"created\";a:1:{i:0;s:7:\"created\";}s:4:\"mail\";a:1:{i:0;s:4:\"mail\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:5:\"users\";}s:11:\"users_roles\";a:6:{s:11:\"description\";s:20:\"Maps users to roles.\";s:6:\"fields\";a:2:{s:3:\"uid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:34:\"Primary Key: {users}.uid for user.\";}s:3:\"rid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:33:\"Primary Key: {role}.rid for role.\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"rid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:11:\"users_roles\";}s:22:\"apachesolr_search_node\";a:6:{s:11:\"description\";s:90:\"Stores a record of when a node property changed to determine if it needs indexing by Solr.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:6:\"status\";a:4:{s:11:\"description\";s:81:\"Boolean indicating whether the node is published (visible to non-administrators).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"changed\";a:4:{s:11:\"description\";s:52:\"The Unix timestamp when a node property was changed.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:7:\"changed\";a:2:{i:0;s:7:\"changed\";i:1;s:6:\"status\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:10:\"apachesolr\";s:4:\"name\";s:22:\"apachesolr_search_node\";}s:16:\"cache_apachesolr\";a:6:{s:11:\"description\";s:71:\"Cache table for apachesolr to store Luke data and indexing information.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:10:\"apachesolr\";s:4:\"name\";s:16:\"cache_apachesolr\";}s:19:\"ctools_object_cache\";a:6:{s:11:\"description\";s:124:\"A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment.\";s:6:\"fields\";a:5:{s:3:\"sid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;s:11:\"description\";s:44:\"The session ID this cache object belongs to.\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:11:\"description\";s:49:\"The name of the object this cache is attached to.\";}s:3:\"obj\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:11:\"description\";s:135:\"The type of the object this cache is attached to; this essentially represents the owner so that several sub-systems can use this cache.\";}s:7:\"updated\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:43:\"The time this cache was created or updated.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:11:\"description\";s:29:\"Serialized data being stored.\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:3:{i:0;s:3:\"sid\";i:1;s:3:\"obj\";i:2;s:4:\"name\";}s:7:\"indexes\";a:1:{s:7:\"updated\";a:1:{i:0;s:7:\"updated\";}}s:6:\"module\";s:6:\"ctools\";s:4:\"name\";s:19:\"ctools_object_cache\";}s:16:\"ctools_css_cache\";a:5:{s:11:\"description\";s:60:\"A special cache used to store CSS that must be non-volatile.\";s:6:\"fields\";a:4:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"128\";s:11:\"description\";s:40:\"The CSS ID this cache object belongs to.\";s:8:\"not null\";b:1;}s:8:\"filename\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:11:\"description\";s:35:\"The filename this CSS is stored in.\";}s:3:\"css\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:11:\"description\";s:17:\"CSS being stored.\";s:9:\"serialize\";b:1;}s:6:\"filter\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:45:\"Whether or not this CSS needs to be filtered.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"ctools\";s:4:\"name\";s:16:\"ctools_css_cache\";}s:13:\"lists_mailman\";a:5:{s:11:\"description\";s:83:\"A table to track when forum postings have been mailed to mailman for mass delivery.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:11:\"description\";s:47:\"The uid of the person who generated this email.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:4:{s:11:\"description\";s:30:\"Timestamp when email was sent.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:5:\"lists\";s:4:\"name\";s:13:\"lists_mailman\";}s:13:\"role_activity\";a:6:{s:11:\"description\";s:33:\"Stores activity for certain roles\";s:6:\"fields\";a:10:{s:4:\"raid\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:3:\"uid\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:9:\"timestamp\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:1;}s:7:\"referer\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:2:\"ip\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:6:\"action\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:256;s:8:\"not null\";b:1;}s:4:\"link\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:3:\"uri\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:7:\"message\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"raid\";}s:7:\"indexes\";a:3:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:4:\"type\";a:1:{i:0;s:4:\"type\";}}s:6:\"module\";s:13:\"role_activity\";s:4:\"name\";s:13:\"role_activity\";}s:5:\"flags\";a:5:{s:6:\"fields\";a:6:{s:3:\"fid\";a:4:{s:4:\"type\";s:6:\"serial\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:12:\"content_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:6:\"global\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:0;s:7:\"default\";i:0;}s:7:\"options\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:5:\"flags\";}s:12:\"flag_content\";a:6:{s:6:\"fields\";a:7:{s:4:\"fcid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"content_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"content_id\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:9:\"disp-size\";i:11;}}s:11:\"primary key\";a:1:{i:0;s:4:\"fcid\";}s:11:\"unique keys\";a:1:{s:22:\"fid_content_id_uid_sid\";a:4:{i:0;s:3:\"fid\";i:1;s:10:\"content_id\";i:2;s:3:\"uid\";i:3;s:3:\"sid\";}}s:7:\"indexes\";a:2:{s:23:\"content_type_content_id\";a:2:{i:0;s:12:\"content_type\";i:1;s:10:\"content_id\";}s:20:\"content_type_uid_sid\";a:3:{i:0;s:12:\"content_type\";i:1;s:3:\"uid\";i:2;s:3:\"sid\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:12:\"flag_content\";}s:10:\"flag_types\";a:4:{s:6:\"fields\";a:2:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:7:\"indexes\";a:1:{s:3:\"fid\";a:1:{i:0;s:3:\"fid\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:10:\"flag_types\";}s:11:\"flag_counts\";a:5:{s:6:\"fields\";a:4:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"content_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"content_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}s:5:\"count\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"fid\";i:1;s:10:\"content_id\";}s:7:\"indexes\";a:3:{s:16:\"fid_content_type\";a:2:{i:0;s:3:\"fid\";i:1;s:12:\"content_type\";}s:23:\"content_type_content_id\";a:2:{i:0;s:12:\"content_type\";i:1;s:10:\"content_id\";}s:5:\"count\";a:1:{i:0;s:5:\"count\";}}s:6:\"module\";s:4:\"flag\";s:4:\"name\";s:11:\"flag_counts\";}s:13:\"homebox_pages\";a:4:{s:6:\"fields\";a:2:{s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"settings\";a:5:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:7:\"homebox\";s:4:\"name\";s:13:\"homebox_pages\";}s:13:\"homebox_users\";a:4:{s:6:\"fields\";a:3:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"settings\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:4:\"name\";}s:6:\"module\";s:7:\"homebox\";s:4:\"name\";s:13:\"homebox_users\";}s:22:\"html5_user_geolocation\";a:4:{s:6:\"fields\";a:3:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:7:\"User ID\";}s:8:\"latitude\";a:4:{s:4:\"type\";s:7:\"numeric\";s:9:\"precision\";i:10;s:5:\"scale\";i:7;s:8:\"not null\";b:1;}s:9:\"longitude\";a:4:{s:4:\"type\";s:7:\"numeric\";s:9:\"precision\";i:10;s:5:\"scale\";i:7;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:6:\"module\";s:22:\"html5_user_geolocation\";s:4:\"name\";s:22:\"html5_user_geolocation\";}s:12:\"image_attach\";a:4:{s:11:\"description\";s:35:\"Stores the image/node relationship.\";s:6:\"fields\";a:2:{s:3:\"nid\";a:4:{s:11:\"description\";s:40:\"Primary Key: The {node}.nid of the node.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"iid\";a:4:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:6:\"module\";s:12:\"image_attach\";s:4:\"name\";s:12:\"image_attach\";}s:5:\"image\";a:4:{s:11:\"description\";s:31:\"Stores image files information.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:11:\"description\";s:46:\"Primary Key: The {node}.nid of the image node.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"fid\";a:4:{s:11:\"description\";s:41:\"Index: The {files}.fid of the image file.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"image_size\";a:5:{s:11:\"description\";s:99:\"Primary Key: The {files}.filename of the image file. For image module this indicates the file size.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:6:\"module\";s:5:\"image\";s:4:\"name\";s:5:\"image\";}s:17:\"materialized_view\";a:5:{s:11:\"description\";s:44:\"Stores information about materialized views.\";s:6:\"fields\";a:2:{s:4:\"mvid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:47:\"The primary identifier for a materialized view.\";}s:11:\"schema_hash\";a:4:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:40;s:8:\"not null\";b:1;s:11:\"description\";s:41:\"SHA1 hash of the serialized schema array.\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"mvid\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:17:\"materialized_view\";}s:26:\"materialized_view_indexing\";a:5:{s:11:\"description\";s:66:\"Stores information about the status of materialized view indexing.\";s:6:\"fields\";a:3:{s:4:\"mvid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:47:\"The primary identifier for a materialized view.\";}s:11:\"entity_type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:8:\"not null\";b:1;s:6:\"length\";i:64;s:7:\"default\";s:0:\"\";s:11:\"description\";s:30:\"The entity type being indexed.\";}s:14:\"max_indexed_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:77:\"The maximum ID currently indexed for this content type and materialized view.\";}}s:11:\"primary key\";a:2:{i:0;s:4:\"mvid\";i:1;s:11:\"entity_type\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:26:\"materialized_view_indexing\";}s:25:\"mv_drupalorg_node_by_term\";a:6:{s:6:\"fields\";a:7:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:16:\"The entity type.\";}s:9:\"entity_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:8:\"unsigned\";b:1;s:11:\"description\";s:14:\"The entity ID.\";}s:8:\"term_tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:64:\"Primary Key: The {term_data}.tid of a term assigned to the node.\";}s:11:\"node_sticky\";a:4:{s:11:\"description\";s:96:\"Boolean indicating whether the node should be displayed at the top of lists in which it appears.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:18:\"last_node_activity\";a:4:{s:11:\"description\";s:57:\"The Unix timestamp when the node was most recently saved.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"node_created\";a:4:{s:11:\"description\";s:45:\"The Unix timestamp when the node was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"node_title\";a:5:{s:11:\"description\";s:64:\"The title of this node, always treated as non-markup plain text.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"description\";s:56:\"Materialized view storage for mv_drupalorg_node_by_term.\";s:7:\"indexes\";a:2:{s:8:\"activity\";a:4:{i:0;s:8:\"term_tid\";i:1;s:11:\"node_sticky\";i:2;s:18:\"last_node_activity\";i:3;s:12:\"node_created\";}s:8:\"creation\";a:3:{i:0;s:8:\"term_tid\";i:1;s:11:\"node_sticky\";i:2;s:12:\"node_created\";}}s:11:\"primary key\";a:3:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:8:\"term_tid\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:25:\"mv_drupalorg_node_by_term\";}s:31:\"mv_drupalorg_node_by_vocabulary\";a:6:{s:6:\"fields\";a:7:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:11:\"description\";s:16:\"The entity type.\";}s:9:\"entity_id\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:8:\"unsigned\";b:1;s:11:\"description\";s:14:\"The entity ID.\";}s:8:\"term_vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:69:\"The {vocabulary}.vid of the vocabulary to which the term is assigned.\";}s:8:\"node_nid\";a:4:{s:11:\"description\";s:34:\"The primary identifier for a node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"node_last_comment_timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:99:\"The Unix timestamp of the last comment that was posted within this node, from {comments}.timestamp.\";}s:10:\"node_title\";a:5:{s:11:\"description\";s:64:\"The title of this node, always treated as non-markup plain text.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:18:\"node_comment_count\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:42:\"The total number of comments on this node.\";}}s:11:\"description\";s:62:\"Materialized view storage for mv_drupalorg_node_by_vocabulary.\";s:7:\"indexes\";a:2:{s:3:\"nid\";a:2:{i:0;s:8:\"term_vid\";i:1;s:8:\"node_nid\";}s:22:\"last_comment_timestamp\";a:2:{i:0;s:8:\"term_vid\";i:1;s:27:\"node_last_comment_timestamp\";}}s:11:\"primary key\";a:3:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:8:\"term_vid\";}s:6:\"module\";s:17:\"materialized_view\";s:4:\"name\";s:31:\"mv_drupalorg_node_by_vocabulary\";}s:13:\"path_redirect\";a:6:{s:11:\"description\";s:32:\"Stores information on redirects.\";s:6:\"fields\";a:8:{s:3:\"rid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:11:\"description\";s:37:\"Primary Key: Unique path redirect ID.\";}s:6:\"source\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:11:\"description\";s:33:\"The source path to redirect from.\";}s:8:\"redirect\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:11:\"description\";s:36:\"The destination path to redirect to.\";}s:5:\"query\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:11:\"description\";s:44:\"The query string to send to the destination.\";}s:8:\"fragment\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:0;s:11:\"description\";s:50:\"An internal page anchor append to the destination.\";}s:8:\"language\";a:5:{s:11:\"description\";s:90:\"The language this redirect is for; if blank, the alias will be used for unknown languages.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:11:\"description\";s:45:\"The HTTP status code to use for the redirect.\";}s:9:\"last_used\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:49:\"The timestamp of when the redirect was last used.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:11:\"unique keys\";a:1:{s:15:\"source_language\";a:2:{i:0;s:6:\"source\";i:1;s:8:\"language\";}}s:6:\"module\";s:13:\"path_redirect\";s:4:\"name\";s:13:\"path_redirect\";}s:17:\"project_usage_raw\";a:5:{s:11:\"description\";s:42:\"Table used to store raw usage information.\";s:6:\"fields\";a:9:{s:11:\"project_uri\";a:5:{s:11:\"description\";s:66:\"Primary Key: The {project_projects}.uri short name of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:5:{s:11:\"description\";s:61:\"Primary Key: The Unix timestamp of when the request was made.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"site_key\";a:5:{s:11:\"description\";s:82:\"Primary Key: An MD5 hash that identifies the site from which the request was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"api_version\";a:5:{s:11:\"description\";s:50:\"The {term_data}.name of the API version requested.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:15:\"project_version\";a:5:{s:11:\"description\";s:61:\"The {project_release_nodes}.version of the requested project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"pid\";a:5:{s:11:\"description\";s:40:\"The {node}.nid of the requested project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:40:\"The {node}.nid of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:78:\"The {term_data}.tid of the API compatability version of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"ip_addr\";a:5:{s:11:\"description\";s:66:\"The IP address of the incoming request (to detect possible abuse).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:3:{i:0;s:9:\"timestamp\";i:1;s:11:\"project_uri\";i:2;s:8:\"site_key\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:17:\"project_usage_raw\";}s:17:\"project_usage_day\";a:5:{s:11:\"description\";s:44:\"Table used to store daily usage information.\";s:6:\"fields\";a:6:{s:9:\"timestamp\";a:5:{s:11:\"description\";s:61:\"Primary Key: The Unix timestamp of when the request was made.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"site_key\";a:5:{s:11:\"description\";s:82:\"Primary Key: An MD5 hash that identifies the site from which the request was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"pid\";a:5:{s:11:\"description\";s:53:\"Primary Key: The {node}.nid of the requested project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:40:\"The {node}.nid of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:78:\"The {term_data}.tid of the API compatability version of the requested release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"ip_addr\";a:5:{s:11:\"description\";s:66:\"The IP address of the incoming request (to detect possible abuse).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:3:{i:0;s:9:\"timestamp\";i:1;s:8:\"site_key\";i:2;s:3:\"pid\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:17:\"project_usage_day\";}s:26:\"project_usage_week_project\";a:5:{s:11:\"description\";s:76:\"Table used to store weekly usage information by project and {term_data}.tid.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:5:{s:11:\"description\";s:43:\"Primary Key: The {node}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:30:\"Primary Key: A Unix timestamp.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:81:\"Primary Key: The {term_data}.tid of the API compatability version of the release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"count\";a:5:{s:11:\"description\";s:23:\"The number of requests.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:9:\"timestamp\";i:2;s:3:\"tid\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:26:\"project_usage_week_project\";}s:26:\"project_usage_week_release\";a:5:{s:11:\"description\";s:76:\"Table used to store weekly usage information by project and {term_data}.tid.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:43:\"Primary Key: The {node}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:30:\"Primary Key: A Unix timestamp.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"count\";a:5:{s:11:\"description\";s:23:\"The number of requests.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:9:\"timestamp\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:26:\"project_usage_week_release\";}s:19:\"cache_project_usage\";a:6:{s:11:\"description\";s:77:\"Cache table for the (very expensive to generate) project usage display pages.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:51:\"The rendered HTML for a page of project usage data.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:13:\"project_usage\";s:4:\"name\";s:19:\"cache_project_usage\";}s:19:\"project_info_module\";a:6:{s:11:\"description\";s:43:\"The modules contained by a project release.\";s:6:\"fields\";a:5:{s:9:\"module_id\";a:4:{s:11:\"description\";s:17:\"Unique module ID.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"rid\";a:4:{s:11:\"description\";s:66:\"The {node}.nid of the project_release node that includes a module.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:63:\"The machine readable name of a module contained by the release.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:11:\"description\";s:74:\"The human readable name of a module as contained in the module .info file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:11:\"description\";a:3:{s:11:\"description\";s:64:\"A description of a module as contained in the module .info file.\";s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"medium\";}}s:11:\"primary key\";a:1:{i:0;s:9:\"module_id\";}s:7:\"indexes\";a:2:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:12:\"project_info\";s:4:\"name\";s:19:\"project_info_module\";}s:23:\"project_info_dependency\";a:5:{s:11:\"description\";s:29:\"The dependencies of a module.\";s:6:\"fields\";a:2:{s:9:\"module_id\";a:4:{s:11:\"description\";s:15:\"ID of a module.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:13:\"dependency_id\";a:4:{s:11:\"description\";s:49:\"ID of a module that the module is dependent upon.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:9:\"module_id\";i:1;s:13:\"dependency_id\";}s:6:\"module\";s:12:\"project_info\";s:4:\"name\";s:23:\"project_info_dependency\";}s:13:\"tracker2_node\";a:6:{s:11:\"description\";s:24:\"Track changes to content\";s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:10:\"{node}.nid\";}s:9:\"published\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:11:\"description\";s:26:\"True if {node}.status == 1\";}s:7:\"changed\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:14:\"{node}.changed\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:7:\"tracker\";a:2:{i:0;s:9:\"published\";i:1;s:7:\"changed\";}}s:6:\"module\";s:8:\"tracker2\";s:4:\"name\";s:13:\"tracker2_node\";}s:13:\"tracker2_user\";a:5:{s:6:\"fields\";a:4:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:10:\"{node}.nid\";}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:10:\"{user}.uid\";}s:9:\"published\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:11:\"description\";s:26:\"True if {node}.status == 1\";}s:7:\"changed\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:14:\"{node}.changed\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:7:\"indexes\";a:1:{s:7:\"tracker\";a:3:{i:0;s:3:\"uid\";i:1;s:9:\"published\";i:2;s:7:\"changed\";}}s:6:\"module\";s:8:\"tracker2\";s:4:\"name\";s:13:\"tracker2_user\";}s:19:\"views_content_cache\";a:5:{s:11:\"description\";s:87:\"Stores timestamps for various cache segments showing the last time the segment changed.\";s:6:\"fields\";a:9:{s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:44:\"Updated timestamp for a given cache segment.\";}s:2:\"c1\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 1.\";}s:2:\"c2\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 2.\";}s:2:\"c3\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 3.\";}s:2:\"c4\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 4.\";}s:2:\"c5\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 5.\";}s:2:\"c6\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 6.\";}s:2:\"c7\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 7.\";}s:2:\"c8\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";N;s:11:\"description\";s:16:\"Cache segment 8.\";}}s:7:\"indexes\";a:9:{s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:2:\"c1\";a:1:{i:0;s:2:\"c1\";}s:2:\"c2\";a:1:{i:0;s:2:\"c2\";}s:2:\"c3\";a:1:{i:0;s:2:\"c3\";}s:2:\"c4\";a:1:{i:0;s:2:\"c4\";}s:2:\"c5\";a:1:{i:0;s:2:\"c5\";}s:2:\"c6\";a:1:{i:0;s:2:\"c6\";}s:2:\"c7\";a:1:{i:0;s:2:\"c7\";}s:2:\"c8\";a:1:{i:0;s:2:\"c8\";}}s:6:\"module\";s:19:\"views_content_cache\";s:4:\"name\";s:19:\"views_content_cache\";}s:5:\"forum\";a:6:{s:11:\"description\";s:48:\"Stores the relationship of nodes to forum terms.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:27:\"The {node}.nid of the node.\";}s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:40:\"Primary Key: The {node}.vid of the node.\";}s:3:\"tid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:59:\"The {term_data}.tid of the forum term assigned to the node.\";}}s:7:\"indexes\";a:2:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"tid\";a:1:{i:0;s:3:\"tid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:6:\"module\";s:5:\"forum\";s:4:\"name\";s:5:\"forum\";}s:14:\"search_dataset\";a:5:{s:11:\"description\";s:35:\"Stores items that will be searched.\";s:6:\"fields\";a:4:{s:3:\"sid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:39:\"Search item ID, e.g. node ID for nodes.\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:0;s:11:\"description\";s:24:\"Type of item, e.g. node.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:11:\"description\";s:44:\"List of space-separated words from the item.\";}s:7:\"reindex\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:29:\"Set to force node reindexing.\";}}s:11:\"unique keys\";a:1:{s:8:\"sid_type\";a:2:{i:0;s:3:\"sid\";i:1;s:4:\"type\";}}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:14:\"search_dataset\";}s:12:\"search_index\";a:6:{s:11:\"description\";s:61:\"Stores the search index, associating words, items and scores.\";s:6:\"fields\";a:4:{s:4:\"word\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:64:\"The {search_total}.word that is associated with the search item.\";}s:3:\"sid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:74:\"The {search_dataset}.sid of the searchable item to which the word belongs.\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:0;s:11:\"description\";s:75:\"The {search_dataset}.type of the searchable item to which the word belongs.\";}s:5:\"score\";a:3:{s:4:\"type\";s:5:\"float\";s:8:\"not null\";b:0;s:11:\"description\";s:59:\"The numeric score of the word, higher being more important.\";}}s:7:\"indexes\";a:2:{s:8:\"sid_type\";a:2:{i:0;s:3:\"sid\";i:1;s:4:\"type\";}s:4:\"word\";a:1:{i:0;s:4:\"word\";}}s:11:\"unique keys\";a:1:{s:13:\"word_sid_type\";a:3:{i:0;s:4:\"word\";i:1;s:3:\"sid\";i:2;s:4:\"type\";}}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:12:\"search_index\";}s:12:\"search_total\";a:5:{s:11:\"description\";s:31:\"Stores search totals for words.\";s:6:\"fields\";a:2:{s:4:\"word\";a:5:{s:11:\"description\";s:45:\"Primary Key: Unique word in the search index.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"count\";a:3:{s:11:\"description\";s:93:\"The count of the word in the index using Zipf\'s law to equalize the probability distribution.\";s:4:\"type\";s:5:\"float\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:4:\"word\";}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:12:\"search_total\";}s:17:\"search_node_links\";a:6:{s:11:\"description\";s:122:\"Stores items (like nodes) that link to other nodes, used to improve search scores for nodes that are frequently linked to.\";s:6:\"fields\";a:4:{s:3:\"sid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:80:\"The {search_dataset}.sid of the searchable item containing the link to the node.\";}s:4:\"type\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:81:\"The {search_dataset}.type of the searchable item containing the link to the node.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:39:\"The {node}.nid that this item links to.\";}s:7:\"caption\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:11:\"description\";s:40:\"The text used to link to the {node}.nid.\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"sid\";i:1;s:4:\"type\";i:2;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:6:\"search\";s:4:\"name\";s:17:\"search_node_links\";}s:22:\"comment_alter_taxonomy\";a:4:{s:6:\"fields\";a:3:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:27:\"The {node}.nid of the node.\";}s:3:\"cid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:33:\"The {comment}.cid of the comment.\";}s:3:\"tid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:30:\"The {term_data}.tid of a term.\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"cid\";i:2;s:3:\"tid\";}s:6:\"module\";s:22:\"comment_alter_taxonomy\";s:4:\"name\";s:22:\"comment_alter_taxonomy\";}s:14:\"comment_upload\";a:6:{s:11:\"description\";s:56:\"Stores uploaded file information and table associations.\";s:6:\"fields\";a:7:{s:3:\"fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:29:\"Primary Key: The {files}.fid.\";}s:3:\"nid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:68:\"The {node}.nid of the comment the uploaded files is associated with.\";}s:3:\"cid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:52:\"The {comment}.cid associated with the uploaded file.\";}s:11:\"description\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:33:\"Description of the uploaded file.\";}s:4:\"list\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:74:\"Whether the file should be visibly listed on the comment: yes(1) or no(0).\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:74:\"Weight of this upload in relation to other uploads - determines the order.\";}s:10:\"legacy_fid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:53:\"The file ID from the Drupal 5 version, if applicable.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:7:\"indexes\";a:2:{s:7:\"cid_fid\";a:2:{i:0;s:3:\"cid\";i:1;s:3:\"fid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:14:\"comment_upload\";s:4:\"name\";s:14:\"comment_upload\";}s:16:\"project_projects\";a:6:{s:11:\"description\";s:41:\"The base table for project_project nodes.\";s:6:\"fields\";a:10:{s:3:\"nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the project_project node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uri\";a:5:{s:11:\"description\";s:30:\"The short name of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"homepage\";a:5:{s:11:\"description\";s:43:\"An external link to the project\'s homepage.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"changelog\";a:5:{s:11:\"description\";s:53:\"An external link to a log of changes for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"cvs\";a:5:{s:11:\"description\";s:55:\"An external link to the CVS repository for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"demo\";a:5:{s:11:\"description\";s:57:\"An external link to a demonstration site for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:13:\"documentation\";a:5:{s:11:\"description\";s:50:\"An external link to documentation for the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"screenshots\";a:5:{s:11:\"description\";s:47:\"An external link to screenshots of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"license\";a:5:{s:11:\"description\";s:47:\"An external link to the license of the project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"sandbox\";a:4:{s:11:\"description\";s:50:\"Indicate whether or not this project is sandboxed.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:20:\"project_projects_uri\";a:1:{i:0;a:2:{i:0;s:3:\"uri\";i:1;i:8;}}}s:6:\"module\";s:7:\"project\";s:4:\"name\";s:16:\"project_projects\";}s:18:\"project_maintainer\";a:5:{s:11:\"description\";s:58:\"Users who have various per-project maintainer permissions.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:75:\"Foreign key: {users}.uid of a user with any project maintainer permissions.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"edit_project\";a:5:{s:11:\"description\";s:61:\"Can this user edit the given project and modify its settings.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:22:\"administer_maintainers\";a:5:{s:11:\"description\";s:63:\"Can this user manipulate the maintainers for the given project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:7:\"project\";s:4:\"name\";s:18:\"project_maintainer\";}s:21:\"project_release_nodes\";a:6:{s:11:\"description\";s:41:\"The base table for project_project nodes.\";s:6:\"fields\";a:14:{s:3:\"nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the project_release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"pid\";a:5:{s:11:\"description\";s:105:\"The {project_projects}.nid of the project_project node with which the project_release node is associated.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"version\";a:5:{s:11:\"description\";s:154:\"A string containing the full version of a release. The format of this string for a given project is dictated by {project_release_projects}.version_format.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"tag\";a:5:{s:11:\"description\";s:60:\"The name of a CVS branch or tag on which a release is based.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"rebuild\";a:6:{s:11:\"description\";s:181:\"A flag indicating whether or not the file associated with a release should be rebuilt periodically. For official releases this should be 0, for development snapshots it should be 1.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";i:0;}s:13:\"version_major\";a:5:{s:11:\"description\";s:38:\"The major version number of a release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";N;}s:13:\"version_minor\";a:5:{s:11:\"description\";s:38:\"The minor version number of a release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";N;}s:13:\"version_patch\";a:5:{s:11:\"description\";s:44:\"The patch level version number of a release.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:0;s:7:\"default\";N;}s:13:\"version_extra\";a:5:{s:11:\"description\";s:91:\"A text string that can be used to provide additional information about a release. Ex: BETA\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:7:\"default\";N;}s:20:\"version_extra_weight\";a:4:{s:11:\"description\";s:63:\"Numeric code for ordering releases that define \"version_extra\".\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"version_extra_delta\";a:4:{s:11:\"description\";s:131:\"The first span of digits found in version_extra. This is needed because we cannot natural sort natively without a stored procedure.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:15:\"version_api_tid\";a:5:{s:11:\"description\";s:118:\"The denormalized {term_node}.tid of the API compatibility term for this release, or 0 if the release has no such term.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;s:7:\"default\";N;}s:15:\"security_update\";a:6:{s:11:\"description\";s:114:\"Denormalized flag to record if this release has the \"project_release_security_update_tid\" taxonomy term set or not\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:13:\"update_status\";a:5:{s:11:\"description\";s:214:\"Denormalized flag to record the update status for this release. Allowed values: PROJECT_RELEASE_UPDATE_STATUS_CURRENT (0), PROJECT_RELEASE_UPDATE_STATUS_NOT_CURRENT (1), PROJECT_RELEASE_UPDATE_STATUS_NOT_SECURE (2)\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:20:\"project_releases_pid\";a:1:{i:0;s:3:\"pid\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:21:\"project_release_nodes\";}s:20:\"project_release_file\";a:6:{s:11:\"description\";s:57:\"Stores information about files attached to release nodes.\";s:6:\"fields\";a:4:{s:3:\"fid\";a:5:{s:11:\"description\";s:25:\"Foreign Key: {files}.fid.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:41:\"Foreign Key: {project_release_nodes}.nid.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"filehash\";a:5:{s:11:\"description\";s:24:\"An MD5 hash of the file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:63:\"Weight of this file in relation to other files in this release.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:7:\"indexes\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:20:\"project_release_file\";}s:24:\"project_release_projects\";a:6:{s:11:\"description\";s:64:\"Table used to store release specific information about projects.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:68:\"Primary Key: The {project_projects}.nid of the project_project node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"releases\";a:6:{s:11:\"description\";s:68:\"A flag indicating whether or not releases are enabled for a project.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:14:\"version_format\";a:5:{s:11:\"description\";s:109:\"A string used to designate the format of the {project_release_nodes}.version field for releases of a project.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:33:\"project_release_projects_releases\";a:1:{i:0;s:8:\"releases\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:24:\"project_release_projects\";}s:34:\"project_release_supported_versions\";a:5:{s:11:\"description\";s:105:\"Table used to store information about which major versions of a project are supported and/or recommended.\";s:6:\"fields\";a:9:{s:3:\"nid\";a:5:{s:11:\"description\";s:68:\"Primary Key: The {project_projects}.nid of the project_project node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:5:{s:11:\"description\";s:111:\"Primary Key: The {term_data}.tid of the API compatability version associated with a major version of a project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"major\";a:5:{s:11:\"description\";s:73:\"Primary Key: The {project_release_nodes}.version_major of a release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"supported\";a:6:{s:11:\"description\";s:82:\"A flag to indicate whether or not a given major version of a project is supported.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:11:\"recommended\";a:6:{s:11:\"description\";s:84:\"A flag to indicate whether or not a given major version of a project is recommended.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"snapshot\";a:6:{s:11:\"description\";s:130:\"A flag to indicate whether or not snapshot releases of a major version of a project should be shown in the release download table.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"recommended_release\";a:5:{s:11:\"description\";s:170:\"The {project_release_nodes}.nid of the recommended release node for this API tid and major version (the latest release without any \"extra\" version info such as \"alpha1\").\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:14:\"latest_release\";a:5:{s:11:\"description\";s:149:\"The {project_release_nodes}.nid of the latest release node for this API tid and major version (even if it has \"extra\" version info such as \"alpha1\").\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:23:\"latest_security_release\";a:5:{s:11:\"description\";s:124:\"The {project_release_nodes}.nid of the latest release node marked as a \"security update\" for this API tid and major version.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"tid\";i:2;s:5:\"major\";}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:34:\"project_release_supported_versions\";}s:30:\"project_release_package_errors\";a:5:{s:11:\"description\";s:109:\"Table used to store error messages generated by the scripts that package project_release nodes into tarballs.\";s:6:\"fields\";a:2:{s:3:\"nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the project_release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"messages\";a:3:{s:11:\"description\";s:64:\"The text of any error messages created by the packaging scripts.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:30:\"project_release_package_errors\";}s:21:\"cache_project_release\";a:6:{s:11:\"description\";s:62:\"Cache table used to store the project release download tables.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:21:\"cache_project_release\";}s:34:\"project_release_project_maintainer\";a:5:{s:11:\"description\";s:58:\"Users who have various per-project maintainer permissions.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:75:\"Foreign key: {users}.uid of a user with any project maintainer permissions.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"administer_releases\";a:5:{s:11:\"description\";s:67:\"Can this user create and administer releases for the given project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:15:\"project_release\";s:4:\"name\";s:34:\"project_release_project_maintainer\";}s:22:\"project_issue_projects\";a:5:{s:11:\"description\";s:52:\"Table containing per-project issue-related settings.\";s:6:\"fields\";a:10:{s:3:\"nid\";a:5:{s:11:\"description\";s:55:\"Primary Key: The {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"issues\";a:5:{s:11:\"description\";s:83:\"Boolean value indicating whether or not issue-tracking is enabled for this project.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"components\";a:3:{s:11:\"description\";s:60:\"A serialized array defining the components for this project.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:17:\"default_component\";a:5:{s:11:\"description\";s:113:\"The default component for new issues of this project, or an empty string if the user needs to select a component.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"help\";a:3:{s:11:\"description\";s:55:\"Submission guidelines for issues added to this project.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:11:\"mail_digest\";a:5:{s:11:\"description\";s:53:\"E-mail address for the weekly critical issues report.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"mail_copy\";a:5:{s:11:\"description\";s:47:\"E-mail address to send a copy of all issues to.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"mail_copy_filter\";a:5:{s:11:\"description\";s:112:\"A serialized array containing the types of issues to include in the e-mail sent to {project_projects}.mail_copy.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:22:\"mail_copy_filter_state\";a:5:{s:11:\"description\";s:105:\"A serialized array containing the statuses to include in the e-mail sent to {project_projects}.mail_copy.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:13:\"mail_reminder\";a:5:{s:11:\"description\";s:91:\"Boolean indicating whether or not users with open issues should receive a monthly reminder.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:22:\"project_issue_projects\";}s:14:\"project_issues\";a:6:{s:11:\"description\";s:26:\"The base table for issues.\";s:6:\"fields\";a:12:{s:3:\"nid\";a:5:{s:11:\"description\";s:55:\"Primary Key: The {node}.nid of this project_issue node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"pid\";a:5:{s:11:\"description\";s:70:\"The {project_projects}.nid of the project to which this issue belongs.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"category\";a:5:{s:11:\"description\";s:22:\"Category of the issue.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"component\";a:5:{s:11:\"description\";s:85:\"Component of the issue as defined per-project in {project_issue_projects}.components.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"priority\";a:6:{s:11:\"description\";s:56:\"Current {project_issue_priority}.priority of this issue.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:15:\"priority_weight\";a:5:{s:11:\"description\";s:61:\"The denormalized weight from {project_issue_priority}.weight.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:5:{s:11:\"description\";s:127:\"The {project_release_nodes}.rid (version identifier) for this issue (only used in conjunction with the project_release module).\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"assigned\";a:5:{s:11:\"description\";s:70:\"The {users}.uid of the user to which this issue is currently assigned.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:5:{s:11:\"description\";s:48:\"Current {project_issue_state}.sid of this issue.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:19:\"original_issue_data\";a:3:{s:11:\"description\";s:103:\"A serialized object containing the original metadata values that were used when this issue was created.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:15:\"last_comment_id\";a:4:{s:11:\"description\";s:97:\"{comments}.cid of the most recent comment added to the issue. 0 if no comment has been added yet.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"db_lock\";a:5:{s:11:\"description\";s:121:\"Row-lock indicator to prevent race conditions when determining sequential comment number (http://drupal.org/node/180866).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:4:{s:18:\"project_issues_pid\";a:1:{i:0;s:3:\"pid\";}s:18:\"project_issues_sid\";a:1:{i:0;s:3:\"sid\";}s:27:\"project_issues_nid_assigned\";a:2:{i:0;s:3:\"nid\";i:1;s:8:\"assigned\";}s:30:\"project_issues_priority_weight\";a:1:{i:0;s:15:\"priority_weight\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:14:\"project_issues\";}s:22:\"project_issue_comments\";a:6:{s:11:\"description\";s:44:\"The base table for comments added to issues.\";s:6:\"fields\";a:12:{s:3:\"nid\";a:3:{s:11:\"description\";s:75:\"References {project_issues}.nid, the issue to which this comment was added.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}s:3:\"cid\";a:3:{s:11:\"description\";s:49:\"Primary Key: The {comments}.cid for this comment.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}s:3:\"rid\";a:4:{s:11:\"description\";s:140:\"The {project_release_nodes}.rid (version identifier) after this comment was made (only used in conjunction with the project_release module).\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"component\";a:5:{s:11:\"description\";s:126:\"Component of the issue after this comment was made. Components are defined per-project in {project_issue_projects}.components.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"category\";a:5:{s:11:\"description\";s:51:\"Category of this issue after this comment was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"priority\";a:4:{s:11:\"description\";s:80:\"The {project_issue_priority}.priority of this issue after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"assigned\";a:4:{s:11:\"description\";s:89:\"The {users}.uid of the user to which this issue was assigned after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:4:{s:11:\"description\";s:72:\"The {project_issue_state}.sid of this issue after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"pid\";a:5:{s:11:\"description\";s:98:\"The {project_projects}.nid of the project to which this issue belongs after this comment was made.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"title\";a:4:{s:11:\"description\";s:51:\"The title of the issue after this comment was made.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:4:{s:11:\"description\";s:27:\"Timestamp for this comment.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;}s:14:\"comment_number\";a:4:{s:11:\"description\";s:52:\"The sequential number for this comment in the issue.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:7:\"indexes\";a:2:{s:13:\"nid_timestamp\";a:2:{i:0;s:3:\"nid\";i:1;s:9:\"timestamp\";}s:14:\"comment_number\";a:1:{i:0;s:14:\"comment_number\";}}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:22:\"project_issue_comments\";}s:22:\"project_issue_priority\";a:5:{s:11:\"description\";s:57:\"The available options for the priority values for issues.\";s:6:\"fields\";a:3:{s:8:\"priority\";a:3:{s:11:\"description\";s:41:\"Primary Key: Unique id for this priority.\";s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:40:\"Display-friendly name for this priority.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:5:{s:11:\"description\";s:116:\"Weight for this priority, used when ordering issues by priority. Denormalized into {project_issues}.priority_weight.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:8:\"priority\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:22:\"project_issue_priority\";}s:21:\"project_subscriptions\";a:5:{s:11:\"description\";s:60:\"Table keeping track of per-user project_issue subscriptions.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:70:\"{project_projects}.nid of the project to which the user is subscribed.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:36:\"The {users}.uid for this subscriber.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"level\";a:6:{s:11:\"description\";s:144:\"The type of subscription for the project. Possible values are: 0 = not subscribed, 1 = subscribed to own issues or 2 = subscribed to all issues.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:35:\"project_subscriptions_nid_uid_level\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";i:2;s:5:\"level\";}}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:21:\"project_subscriptions\";}s:19:\"project_issue_state\";a:5:{s:11:\"description\";s:56:\"Table that holds all possible values for issue statuses.\";s:6:\"fields\";a:5:{s:3:\"sid\";a:4:{s:11:\"description\";s:39:\"Primary Key: Unique id for this status.\";s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";i:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:38:\"Display-friendly name for this status.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:5:{s:11:\"description\";s:51:\"Weight for this status, used when ordering statuses\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"author_has\";a:5:{s:11:\"description\";s:169:\"Boolean indicating whether or not the author of an issue may use this issue status in that issue, regardless of the permissions controlling site-wide use of this status.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:13:\"default_query\";a:5:{s:11:\"description\";s:90:\"Boolean indicating whether or not issues with this status are included in default queries.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"sid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:19:\"project_issue_state\";}s:32:\"project_issue_project_maintainer\";a:5:{s:11:\"description\";s:58:\"Users who have various per-project maintainer permissions.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:75:\"Foreign key: {users}.uid of a user with any project maintainer permissions.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:15:\"maintain_issues\";a:5:{s:11:\"description\";s:52:\"Can this user maintain issues for the given project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:13:\"project_issue\";s:4:\"name\";s:32:\"project_issue_project_maintainer\";}s:12:\"cvs_accounts\";a:6:{s:11:\"description\";s:47:\"Data about all CVS account holders on the site.\";s:6:\"fields\";a:5:{s:3:\"uid\";a:5:{s:11:\"description\";s:58:\"Foreign key: {users}.uid of the user for this CVS account.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"cvs_user\";a:5:{s:11:\"description\";s:76:\"The CVS username of this account (not necessarily the same as {users}.name).\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"pass\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"motivation\";a:3:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:6:\"status\";a:4:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:8:\"cvs_user\";}s:7:\"indexes\";a:1:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:12:\"cvs_accounts\";}s:9:\"cvs_files\";a:5:{s:11:\"description\";s:49:\"Data about each file included in each CVS commit.\";s:6:\"fields\";a:9:{s:3:\"cid\";a:5:{s:11:\"description\";s:45:\"Foreign key: {cvs_messages}.cid of the commit\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:5:{s:11:\"description\";s:69:\"Foreign key: {cvs_repositories}.rid of the repository for the commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:63:\"Foreign key: {cvs_accounts}.uid of the user who did the commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:5:{s:11:\"description\";s:117:\"Foreign key: {project_projects}.nid of the project that the commit belongs to (based on the directory of the commit).\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"file\";a:5:{s:11:\"description\";s:85:\"Path of the committed file, relative to the CVS module root for the given repository.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"branch\";a:5:{s:11:\"description\";s:42:\"CVS branch that the file was committed to.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"revision\";a:5:{s:11:\"description\";s:46:\"CVS revision ID of this file after the commit.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"lines_added\";a:5:{s:11:\"description\";s:50:\"Number of lines added to this file by this commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:13:\"lines_removed\";a:5:{s:11:\"description\";s:54:\"Number of lines removed from this file by this commit.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:6:{s:3:\"cid\";a:1:{i:0;s:3:\"cid\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"file\";a:1:{i:0;s:4:\"file\";}s:6:\"branch\";a:1:{i:0;s:6:\"branch\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:9:\"cvs_files\";}s:12:\"cvs_messages\";a:6:{s:11:\"description\";s:34:\"Information about each CVS commit.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:26:\"Primary key: CVS commit ID\";s:4:\"type\";s:6:\"serial\";s:4:\"size\";s:6:\"normal\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"rid\";a:5:{s:11:\"description\";s:58:\"Foreign key: {cvs_repositories}.rid this commit went into.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:115:\"Foreign key: {cvs_accounts}.uid that performed the commit, if the cvs_user has a corresponding Drupal user account.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:5:{s:11:\"description\";s:38:\"Timestamp when the commit was created.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"cvs_user\";a:5:{s:11:\"description\";s:39:\"CVS username that performed the commit.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"message\";a:3:{s:11:\"description\";s:23:\"The CVS commit message.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:7:\"indexes\";a:3:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:7:\"created\";a:1:{i:0;s:7:\"created\";}s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:12:\"cvs_messages\";}s:12:\"cvs_projects\";a:6:{s:11:\"description\";s:43:\"CVS-related settings for each project node.\";s:6:\"fields\";a:3:{s:3:\"nid\";a:5:{s:11:\"description\";s:35:\"Foreign key: {project_projects}.nid\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:5:{s:11:\"description\";s:91:\"Foreign key: {cvs_repositories}.rid of the repository that this project is associated with.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"directory\";a:5:{s:11:\"description\";s:63:\"The directory within the CVS repository that this project uses.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:9:\"directory\";a:1:{i:0;s:9:\"directory\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:12:\"cvs_projects\";}s:8:\"cvs_tags\";a:6:{s:11:\"description\";s:57:\"Data about all CVS tags and which project they belong to.\";s:6:\"fields\";a:4:{s:3:\"nid\";a:5:{s:11:\"description\";s:70:\"Foreign key: {project_projects}.nid of the project the tag belongs to.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tag\";a:5:{s:11:\"description\";s:29:\"The name of the branch or tag\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"branch\";a:6:{s:11:\"description\";s:104:\"Boolean indicating if the given CVS tag is a branch tag or a regular tag, 1 if it is a branch, 0 if not.\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:5:{s:11:\"description\";s:60:\"The UNIX epoch timestamp when the branch or tag was created.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"tag\";}s:7:\"indexes\";a:1:{s:3:\"tag\";a:1:{i:0;s:3:\"tag\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:8:\"cvs_tags\";}s:23:\"cvs_project_maintainers\";a:5:{s:11:\"description\";s:51:\"Users who have CVS write access to a given project.\";s:6:\"fields\";a:2:{s:3:\"nid\";a:5:{s:11:\"description\";s:51:\"Foreign key: {project_projects}.nid of the project.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:5:{s:11:\"description\";s:77:\"Foreign key: {cvs_accounts}.uid of a CVS account holder who has write access.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:23:\"cvs_project_maintainers\";}s:16:\"cvs_repositories\";a:6:{s:11:\"description\";s:56:\"Data about each CVS repository associated with the site.\";s:6:\"fields\";a:9:{s:3:\"rid\";a:5:{s:11:\"description\";s:26:\"Primary key: Repository ID\";s:4:\"type\";s:6:\"serial\";s:4:\"size\";s:6:\"normal\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:11:\"description\";s:37:\"Human-readable name of the repository\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"root\";a:5:{s:11:\"description\";s:98:\"The CVS root string to connect to the repository, for example \':pserver:pass:user@host:/directory\'\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"modules\";a:5:{s:11:\"description\";s:44:\"The CVS module to use inside this repository\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"diffurl\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"newurl\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"trackerurl\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"method\";a:6:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"updated\";a:5:{s:11:\"description\";s:4:\"TODO\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:16:\"cvs_repositories\";}s:15:\"cvs_cache_block\";a:5:{s:11:\"description\";s:73:\"Cache for CVS-specific blocks that cannot rely on the normal block cache.\";s:6:\"fields\";a:2:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:3:\"cvs\";s:4:\"name\";s:15:\"cvs_cache_block\";}s:34:\"project_package_local_release_item\";a:5:{s:11:\"description\";s:104:\"Keeps track of what releases of local sub-projects are included in a release of a given package project.\";s:6:\"fields\";a:2:{s:11:\"package_nid\";a:5:{s:11:\"description\";s:56:\"Primary Key: The {node}.nid of the package release node.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"item_nid\";a:5:{s:11:\"description\";s:95:\"The {node}.nid of a local release node (from the same site) included as an item in the package.\";s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:11:\"package_nid\";i:1;s:8:\"item_nid\";}s:6:\"module\";s:15:\"project_package\";s:4:\"name\";s:34:\"project_package_local_release_item\";}s:30:\"cache_drupalorg_civimembership\";a:6:{s:11:\"description\";s:68:\"Cache table for a CiviCRM membership from a remote CiviCRM instance.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:9:\"drupalorg\";s:4:\"name\";s:30:\"cache_drupalorg_civimembership\";}s:13:\"devel_queries\";a:5:{s:6:\"fields\";a:4:{s:3:\"qid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:10:\"disp-width\";s:2:\"10\";}s:8:\"function\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"query\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:4:\"hash\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"hash\";}s:7:\"indexes\";a:1:{s:3:\"qid\";a:1:{i:0;s:3:\"qid\";}}s:6:\"module\";s:5:\"devel\";s:4:\"name\";s:13:\"devel_queries\";}s:11:\"devel_times\";a:5:{s:6:\"fields\";a:3:{s:3:\"tid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:10:\"disp-width\";s:2:\"10\";}s:3:\"qid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}s:4:\"time\";a:2:{s:4:\"type\";s:5:\"float\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"tid\";}s:7:\"indexes\";a:1:{s:3:\"qid\";a:1:{i:0;s:3:\"qid\";}}s:6:\"module\";s:5:\"devel\";s:4:\"name\";s:11:\"devel_times\";}s:10:\"views_view\";a:6:{s:11:\"description\";s:35:\"Stores the general data for a view.\";s:6:\"fields\";a:7:{s:3:\"vid\";a:5:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:11:\"description\";s:50:\"The view ID of the field, defined by the database.\";s:9:\"no export\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:210:\"The unique name of the view. This is the primary field views are loaded from, and is used so that views may be internal and not necessarily in the database. May only be alphanumeric characters plus underscores.\";}s:11:\"description\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:50:\"A description of the view for the admin interface.\";}s:3:\"tag\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:53:\"A tag used to group/sort views in the admin interface\";}s:8:\"view_php\";a:2:{s:4:\"type\";s:4:\"blob\";s:11:\"description\";s:92:\"A chunk of PHP code that can be used to provide modifications to the view prior to building.\";}s:10:\"base_table\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:71:\"What table this view is based on, such as node, user, comment, or term.\";}s:12:\"is_cacheable\";a:4:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";s:11:\"description\";s:73:\"A boolean to indicate whether or not this view may have its query cached.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:10:\"views_view\";}s:13:\"views_display\";a:6:{s:11:\"description\";s:57:\"Stores information about each display attached to a view.\";s:6:\"fields\";a:6:{s:3:\"vid\";a:6:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:37:\"The view this display is attached to.\";s:9:\"no export\";b:1;}s:2:\"id\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:134:\"An identifier for this display; usually generated from the display_plugin, so should be something like page or page_1 or block_2, etc.\";}s:13:\"display_title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:56:\"The title of the display, viewable by the administrator.\";}s:14:\"display_plugin\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;s:11:\"description\";s:95:\"The type of the display. Usually page, block or embed, but is pluggable so may be other things.\";}s:8:\"position\";a:3:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;s:11:\"description\";s:42:\"The order in which this display is loaded.\";}s:15:\"display_options\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:11:\"description\";s:130:\"A serialized array of options for this display; it contains options that are generally only pertinent to that display plugin type.\";s:9:\"serialize\";b:1;s:18:\"serialized default\";s:6:\"a:0:{}\";}}s:7:\"indexes\";a:1:{s:3:\"vid\";a:2:{i:0;s:3:\"vid\";i:1;s:8:\"position\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"vid\";i:1;s:2:\"id\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:13:\"views_display\";}s:11:\"cache_views\";a:6:{s:11:\"description\";s:140:\"Generic cache table for caching things not separated out into their own tables. Contributed modules may also use this to store cached items.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:11:\"cache_views\";}s:18:\"views_object_cache\";a:5:{s:11:\"description\";s:124:\"A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment.\";s:6:\"fields\";a:5:{s:3:\"sid\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:11:\"description\";s:44:\"The session ID this cache object belongs to.\";}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:11:\"description\";s:47:\"The name of the view this cache is attached to.\";}s:3:\"obj\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:11:\"description\";s:135:\"The name of the object this cache is attached to; this essentially represents the owner so that several sub-systems can use this cache.\";}s:7:\"updated\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:43:\"The time this cache was created or updated.\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"text\";s:11:\"description\";s:29:\"Serialized data being stored.\";s:9:\"serialize\";b:1;s:4:\"size\";s:3:\"big\";}}s:7:\"indexes\";a:2:{s:12:\"sid_obj_name\";a:3:{i:0;s:3:\"sid\";i:1;s:3:\"obj\";i:2;s:4:\"name\";}s:7:\"updated\";a:1:{i:0;s:7:\"updated\";}}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:18:\"views_object_cache\";}s:16:\"cache_views_data\";a:6:{s:11:\"description\";s:81:\"Cache table for views to store pre-rendered queries, results, and display output.\";s:6:\"fields\";a:6:{s:3:\"cid\";a:5:{s:11:\"description\";s:29:\"Primary Key: Unique cache ID.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:11:\"description\";s:30:\"A collection of data to cache.\";s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:4:{s:11:\"description\";s:79:\"A Unix timestamp indicating when the cache entry should expire, or 0 for never.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:4:{s:11:\"description\";s:61:\"A Unix timestamp indicating when the cache entry was created.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"headers\";a:3:{s:11:\"description\";s:51:\"Any custom HTTP headers to be added to cached data.\";s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:10:\"serialized\";a:5:{s:11:\"description\";s:64:\"A flag to indicate whether content is serialized (1) or not (0).\";s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:16:\"cache_views_data\";}s:19:\"performance_summary\";a:5:{s:6:\"fields\";a:11:{s:4:\"path\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"last_access\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:9:\"bytes_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:9:\"bytes_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:6:\"ms_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:6:\"ms_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_count_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_count_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_timer_max\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:15:\"query_timer_avg\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:12:\"num_accesses\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"path\";}s:7:\"indexes\";a:1:{s:11:\"last_access\";a:1:{i:0;s:11:\"last_access\";}}s:6:\"module\";s:11:\"performance\";s:4:\"name\";s:19:\"performance_summary\";}s:18:\"performance_detail\";a:5:{s:6:\"fields\";a:9:{s:3:\"pid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:10:\"disp-width\";s:2:\"11\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:5:\"bytes\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:2:\"ms\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:11:\"query_count\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:11:\"query_timer\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"11\";}s:4:\"anon\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:7:\"default\";i:1;s:10:\"disp-width\";s:1:\"1\";}s:4:\"path\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:7:\"indexes\";a:1:{s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}}s:6:\"module\";s:11:\"performance\";s:4:\"name\";s:18:\"performance_detail\";}}', 1300227657, 0, '', 1) 2.47 1 node_load /* Dries : node_load */ SELECT n.nid, n.type, n.language, n.uid, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, n.tnid, n.translate, r.vid, r.uid AS revision_uid, r.title, r.body, r.teaser, r.log, r.timestamp AS revision_timestamp, r.format, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 942782 5.13 1 _node_types_build /* Dries : _node_types_build */ SELECT nt.type, nt.* FROM node_type nt ORDER BY nt.type ASC 1.66 1 node_access_view_all_nodes /* Dries : node_access_view_all_nodes */ SELECT COUNT(*) FROM node_access WHERE nid = 0 AND ((gid = 0 AND realm = 'all')) AND grant_view >= 1 1.81 1 project_issue_load /* Dries : project_issue_load */ SELECT pi.* FROM project_issues pi WHERE pi.nid = 942782 1.93 1 book_nodeapi /* Dries : book_nodeapi */ SELECT * FROM book b INNER JOIN menu_links ml ON b.mlid = ml.mlid WHERE b.nid = 942782 1.88 1 comment_nodeapi /* Dries : comment_nodeapi */ SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 942782 1.83 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/942782' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 taxonomy_node_get_terms /* Dries : taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1194916 ORDER BY v.weight, t.weight, t.name 1.8 1 upload_load /* Dries : upload_load */ SELECT * FROM files f INNER JOIN upload r ON f.fid = r.fid WHERE r.vid = 1194916 ORDER BY r.weight, f.fid 2.03 1 taxonomy_vocabulary_load /* Dries : taxonomy_vocabulary_load */ SELECT v.*, n.type FROM vocabulary v LEFT JOIN vocabulary_node_types n ON v.vid = n.vid WHERE v.vid = 1 1.57 1 _comment_alter_taxonomy_taxonomy_node_get_terms /* Dries : _comment_alter_taxonomy_taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1194916 ORDER BY v.weight, t.weight, t.name 1.81 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:582e2adf45a8890b8770120017139de2' 2.62 1 filter_format_allowcache /* Dries : filter_format_allowcache */ SELECT cache FROM filter_formats WHERE format = 1 1.94 1 filter_list_format /* Dries : filter_list_format */ SELECT * FROM filters WHERE format = 1 ORDER BY weight, module, delta 37.67 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Custom menus will never appear in the active menu trail--this means that custom menus will never be used to generate breadcrumbs, and menu blocks for custom menus will not expand as you navigate into them. This applies to any menu that is not in menu_list_system_menus() (navigation, management, user-menu, and main-menu).

\n

To duplicate:

\n
    \n
  1. Go to admin/structure/menu and add a new menu.
  2. \n
  3. Add the new menu block to the sidebar so you can see the menu\'s active state.
  4. \n
  5. Create a node and place it in the menu, using the \'menu settings\' on the node form.
  6. \n
  7. Create a second node and place it in the menu, with the first node as its parent item.
  8. \n
  9. View the second node. Note that the menu is not expanded. If you dig in, you\'ll find that the active menu trail goes through the default \'navigation\' menu (see menu_get_active_trail()) and in fact the custom menu isn\'t even considered an \'active\' menu according to menu_get_active_menu_names().
  10. \n
\n

menu_get_active_menu_names() seems to actually be the culprit here. To determine the candidate menus, it uses a Drupal variable, \'menu_default_active_menus\', with a default value of menu_list_system_menus() (a hard-coded list of core menus). The \'menu_default_active_menus\' variable is never set. It is not referenced anywhere else in Drupal core.

\n

If Drupal is going to keep track of menus to build the active trail from in \'menu_default_active_menus\', then it needs to get updated whenever menus are added or removed, so that user-created menus are available. Patch attached.

\n', created = 1300227657, expire = 1300314057, headers = '', serialized = 0 WHERE cid = '1:582e2adf45a8890b8770120017139de2' 2.01 2 node_load /* Dries : node_load */ SELECT n.nid, n.type, n.language, n.uid, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, n.tnid, n.translate, r.vid, r.uid AS revision_uid, r.title, r.body, r.teaser, r.log, r.timestamp AS revision_timestamp, r.format, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = '3060' AND n.type = 'project_project' 1.49 2 project_project_load /* Dries : project_project_load */ SELECT * FROM project_projects WHERE nid = 3060 1.69 2 project_maintainer_project_load /* Dries : project_maintainer_project_load */ SELECT u.name, pm.* FROM project_maintainer pm INNER JOIN users u ON pm.uid = u.uid WHERE pm.nid = 3060 ORDER BY u.name 1.46 2 project_release_project_maintainer_project_load /* Dries : project_release_project_maintainer_project_load */ SELECT u.uid, u.name, prpm.administer_releases FROM project_release_project_maintainer prpm INNER JOIN users u ON prpm.uid = u.uid WHERE prpm.nid = 3060 1.62 2 project_issue_project_maintainer_project_load /* Dries : project_issue_project_maintainer_project_load */ SELECT u.uid, u.name, pipm.maintain_issues FROM project_issue_project_maintainer pipm INNER JOIN users u ON pipm.uid = u.uid WHERE pipm.nid = 3060 1.48 2 cvs_project_maintainer_project_load /* Dries : cvs_project_maintainer_project_load */ SELECT u.uid, u.name FROM cvs_project_maintainers cpm INNER JOIN users u ON cpm.uid = u.uid WHERE cpm.nid = 3060 1.46 2 book_nodeapi /* Dries : book_nodeapi */ SELECT * FROM book b INNER JOIN menu_links ml ON b.mlid = ml.mlid WHERE b.nid = 3060 1.77 2 comment_nodeapi /* Dries : comment_nodeapi */ SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 3060 1.93 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/3060' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.9 1 taxonomy_node_get_terms /* Dries : taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1294180 ORDER BY v.weight, t.weight, t.name 1.43 2 image_attach_nodeapi /* Dries : image_attach_nodeapi */ SELECT iid FROM image_attach WHERE nid=3060 1.78 2 _comment_alter_taxonomy_taxonomy_node_get_terms /* Dries : _comment_alter_taxonomy_taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1294180 ORDER BY v.weight, t.weight, t.name 1.58 2 project_release_project_nodeapi_load /* Dries : project_release_project_nodeapi_load */ SELECT * FROM project_release_projects WHERE nid = 3060 1.53 2 project_release_project_nodeapi_load /* Dries : project_release_project_nodeapi_load */ SELECT tid FROM project_release_supported_versions WHERE nid = 3060 AND snapshot = 1 LIMIT 1 1.81 2 project_issue_project_load /* Dries : project_issue_project_load */ SELECT * FROM project_issue_projects WHERE nid = 3060 1.3 2 cvs_nodeapi /* Dries : cvs_nodeapi */ SELECT * FROM cvs_projects WHERE nid = 3060 1.6 1 project_release_load /* Dries : project_release_load */ SELECT * FROM project_release_nodes WHERE nid = 156281 1.64 1 project_release_load /* Dries : project_release_load */ SELECT f.*, prf.filehash, prf.weight FROM project_release_file prf INNER JOIN files f ON prf.fid = f.fid WHERE prf.nid = 156281 1.43 1 project_issue_priorities /* Dries : project_issue_priorities */ SELECT priority, name FROM project_issue_priority ORDER BY weight 1.49 1 project_issue_state /* Dries : project_issue_state */ SELECT * FROM project_issue_state ORDER BY weight 2.43 2 taxonomy_get_vocabularies /* Dries : taxonomy_get_vocabularies */ SELECT v.vid, v.*, n.type FROM vocabulary v LEFT JOIN vocabulary_node_types n ON v.vid = n.vid WHERE n.type = 'project_issue' ORDER BY v.weight, v.name 1.69 3 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 0 ORDER BY v.weight, t.weight, t.name 1.84 3 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 0 ORDER BY v.weight, t.weight, t.name 1.35 1 node_last_viewed /* Dries : node_last_viewed */ SELECT timestamp FROM history WHERE uid = 1 AND nid = 942782 1.95 1 comment_num_new /* Dries : comment_num_new */ SELECT COUNT(c.cid) FROM node n INNER JOIN comments c ON n.nid = c.nid WHERE n.nid = 942782 AND timestamp > 1300227591 AND c.status = 0 2.03 1 project_issue_internal_links /* Dries : project_issue_internal_links */ SELECT pic.cid FROM project_issue_comments pic INNER JOIN node n on pic.nid = n.nid WHERE n.status = 1 AND n.nid = 942782 ORDER BY pic.cid DESC LIMIT 0, 1 1.65 1 project_issue_internal_links /* Dries : project_issue_internal_links */ SELECT cu.cid FROM comment_upload cu INNER JOIN node n on cu.nid = n.nid WHERE n.status = 1 AND n.nid = 942782 ORDER BY cu.fid DESC LIMIT 0, 1 1.78 1 flag_get_flags /* Dries : flag_get_flags */ SELECT f.*, fn.type FROM flags f LEFT JOIN flag_types fn ON fn.fid = f.fid 40.13 1 drupalorg_project_project_issue_internal_links_alter /* Dries : drupalorg_project_project_issue_internal_links_alter */ SELECT pic.cid FROM project_issue_comments pic INNER JOIN node n on pic.nid = n.nid INNER JOIN flag_content f ON pic.cid = f.content_id WHERE n.status = 1 AND n.nid = 942782 AND f.fid = 10 AND f.content_type = 'comment' ORDER BY pic.cid DESC LIMIT 0, 1 2.6 1 list_themes /* Dries : list_themes */ SELECT * FROM system WHERE type = 'theme' 1.49 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'theme_registry:bluecheese' 5.99 1 cache_set /* Dries : cache_set */ UPDATE cache SET data = 'a:1:{s:6:\"ctools\";a:53:{s:5:\"block\";O:8:\"stdClass\":3:{s:8:\"filename\";s:62:\"sites/all/modules/ctools/plugins/content_types/block/block.inc\";s:8:\"basename\";s:9:\"block.inc\";s:4:\"name\";s:5:\"block\";}s:18:\"page_primary_links\";O:8:\"stdClass\":3:{s:8:\"filename\";s:74:\"sites/all/modules/ctools/plugins/content_types/page/page_primary_links.inc\";s:8:\"basename\";s:22:\"page_primary_links.inc\";s:4:\"name\";s:18:\"page_primary_links\";}s:9:\"page_tabs\";O:8:\"stdClass\":3:{s:8:\"filename\";s:65:\"sites/all/modules/ctools/plugins/content_types/page/page_tabs.inc\";s:8:\"basename\";s:13:\"page_tabs.inc\";s:4:\"name\";s:9:\"page_tabs\";}s:9:\"page_logo\";O:8:\"stdClass\":3:{s:8:\"filename\";s:65:\"sites/all/modules/ctools/plugins/content_types/page/page_logo.inc\";s:8:\"basename\";s:13:\"page_logo.inc\";s:4:\"name\";s:9:\"page_logo\";}s:13:\"page_messages\";O:8:\"stdClass\":3:{s:8:\"filename\";s:69:\"sites/all/modules/ctools/plugins/content_types/page/page_messages.inc\";s:8:\"basename\";s:17:\"page_messages.inc\";s:4:\"name\";s:13:\"page_messages\";}s:10:\"page_title\";O:8:\"stdClass\":3:{s:8:\"filename\";s:66:\"sites/all/modules/ctools/plugins/content_types/page/page_title.inc\";s:8:\"basename\";s:14:\"page_title.inc\";s:4:\"name\";s:10:\"page_title\";}s:15:\"page_breadcrumb\";O:8:\"stdClass\":3:{s:8:\"filename\";s:71:\"sites/all/modules/ctools/plugins/content_types/page/page_breadcrumb.inc\";s:8:\"basename\";s:19:\"page_breadcrumb.inc\";s:4:\"name\";s:15:\"page_breadcrumb\";}s:12:\"page_mission\";O:8:\"stdClass\":3:{s:8:\"filename\";s:68:\"sites/all/modules/ctools/plugins/content_types/page/page_mission.inc\";s:8:\"basename\";s:16:\"page_mission.inc\";s:4:\"name\";s:12:\"page_mission\";}s:20:\"page_secondary_links\";O:8:\"stdClass\":3:{s:8:\"filename\";s:76:\"sites/all/modules/ctools/plugins/content_types/page/page_secondary_links.inc\";s:8:\"basename\";s:24:\"page_secondary_links.inc\";s:4:\"name\";s:20:\"page_secondary_links\";}s:19:\"page_footer_message\";O:8:\"stdClass\":3:{s:8:\"filename\";s:75:\"sites/all/modules/ctools/plugins/content_types/page/page_footer_message.inc\";s:8:\"basename\";s:23:\"page_footer_message.inc\";s:4:\"name\";s:19:\"page_footer_message\";}s:15:\"page_feed_icons\";O:8:\"stdClass\":3:{s:8:\"filename\";s:71:\"sites/all/modules/ctools/plugins/content_types/page/page_feed_icons.inc\";s:8:\"basename\";s:19:\"page_feed_icons.inc\";s:4:\"name\";s:15:\"page_feed_icons\";}s:14:\"page_site_name\";O:8:\"stdClass\":3:{s:8:\"filename\";s:70:\"sites/all/modules/ctools/plugins/content_types/page/page_site_name.inc\";s:8:\"basename\";s:18:\"page_site_name.inc\";s:4:\"name\";s:14:\"page_site_name\";}s:11:\"page_slogan\";O:8:\"stdClass\":3:{s:8:\"filename\";s:67:\"sites/all/modules/ctools/plugins/content_types/page/page_slogan.inc\";s:8:\"basename\";s:15:\"page_slogan.inc\";s:4:\"name\";s:11:\"page_slogan\";}s:9:\"page_help\";O:8:\"stdClass\":3:{s:8:\"filename\";s:65:\"sites/all/modules/ctools/plugins/content_types/page/page_help.inc\";s:8:\"basename\";s:13:\"page_help.inc\";s:4:\"name\";s:9:\"page_help\";}s:4:\"node\";O:8:\"stdClass\":3:{s:8:\"filename\";s:60:\"sites/all/modules/ctools/plugins/content_types/node/node.inc\";s:8:\"basename\";s:8:\"node.inc\";s:4:\"name\";s:4:\"node\";}s:16:\"term_description\";O:8:\"stdClass\":3:{s:8:\"filename\";s:80:\"sites/all/modules/ctools/plugins/content_types/term_context/term_description.inc\";s:8:\"basename\";s:20:\"term_description.inc\";s:4:\"name\";s:16:\"term_description\";}s:9:\"term_list\";O:8:\"stdClass\":3:{s:8:\"filename\";s:73:\"sites/all/modules/ctools/plugins/content_types/term_context/term_list.inc\";s:8:\"basename\";s:13:\"term_list.inc\";s:4:\"name\";s:9:\"term_list\";}s:10:\"node_title\";O:8:\"stdClass\":3:{s:8:\"filename\";s:74:\"sites/all/modules/ctools/plugins/content_types/node_context/node_title.inc\";s:8:\"basename\";s:14:\"node_title.inc\";s:4:\"name\";s:10:\"node_title\";}s:9:\"node_body\";O:8:\"stdClass\":3:{s:8:\"filename\";s:73:\"sites/all/modules/ctools/plugins/content_types/node_context/node_body.inc\";s:8:\"basename\";s:13:\"node_body.inc\";s:4:\"name\";s:9:\"node_body\";}s:18:\"node_book_children\";O:8:\"stdClass\":3:{s:8:\"filename\";s:82:\"sites/all/modules/ctools/plugins/content_types/node_context/node_book_children.inc\";s:8:\"basename\";s:22:\"node_book_children.inc\";s:4:\"name\";s:18:\"node_book_children\";}s:14:\"node_type_desc\";O:8:\"stdClass\":3:{s:8:\"filename\";s:78:\"sites/all/modules/ctools/plugins/content_types/node_context/node_type_desc.inc\";s:8:\"basename\";s:18:\"node_type_desc.inc\";s:4:\"name\";s:14:\"node_type_desc\";}s:10:\"node_terms\";O:8:\"stdClass\":3:{s:8:\"filename\";s:74:\"sites/all/modules/ctools/plugins/content_types/node_context/node_terms.inc\";s:8:\"basename\";s:14:\"node_terms.inc\";s:4:\"name\";s:10:\"node_terms\";}s:17:\"node_comment_form\";O:8:\"stdClass\":3:{s:8:\"filename\";s:81:\"sites/all/modules/ctools/plugins/content_types/node_context/node_comment_form.inc\";s:8:\"basename\";s:21:\"node_comment_form.inc\";s:4:\"name\";s:17:\"node_comment_form\";}s:10:\"node_links\";O:8:\"stdClass\":3:{s:8:\"filename\";s:74:\"sites/all/modules/ctools/plugins/content_types/node_context/node_links.inc\";s:8:\"basename\";s:14:\"node_links.inc\";s:4:\"name\";s:10:\"node_links\";}s:12:\"node_created\";O:8:\"stdClass\":3:{s:8:\"filename\";s:76:\"sites/all/modules/ctools/plugins/content_types/node_context/node_created.inc\";s:8:\"basename\";s:16:\"node_created.inc\";s:4:\"name\";s:12:\"node_created\";}s:12:\"node_updated\";O:8:\"stdClass\":3:{s:8:\"filename\";s:76:\"sites/all/modules/ctools/plugins/content_types/node_context/node_updated.inc\";s:8:\"basename\";s:16:\"node_updated.inc\";s:4:\"name\";s:12:\"node_updated\";}s:13:\"node_book_nav\";O:8:\"stdClass\":3:{s:8:\"filename\";s:77:\"sites/all/modules/ctools/plugins/content_types/node_context/node_book_nav.inc\";s:8:\"basename\";s:17:\"node_book_nav.inc\";s:4:\"name\";s:13:\"node_book_nav\";}s:11:\"node_author\";O:8:\"stdClass\":3:{s:8:\"filename\";s:75:\"sites/all/modules/ctools/plugins/content_types/node_context/node_author.inc\";s:8:\"basename\";s:15:\"node_author.inc\";s:4:\"name\";s:11:\"node_author\";}s:12:\"node_content\";O:8:\"stdClass\":3:{s:8:\"filename\";s:76:\"sites/all/modules/ctools/plugins/content_types/node_context/node_content.inc\";s:8:\"basename\";s:16:\"node_content.inc\";s:4:\"name\";s:12:\"node_content\";}s:13:\"node_comments\";O:8:\"stdClass\":3:{s:8:\"filename\";s:77:\"sites/all/modules/ctools/plugins/content_types/node_context/node_comments.inc\";s:8:\"basename\";s:17:\"node_comments.inc\";s:4:\"name\";s:13:\"node_comments\";}s:16:\"node_attachments\";O:8:\"stdClass\":3:{s:8:\"filename\";s:80:\"sites/all/modules/ctools/plugins/content_types/node_context/node_attachments.inc\";s:8:\"basename\";s:20:\"node_attachments.inc\";s:4:\"name\";s:16:\"node_attachments\";}s:14:\"node_form_book\";O:8:\"stdClass\":3:{s:8:\"filename\";s:75:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_book.inc\";s:8:\"basename\";s:18:\"node_form_book.inc\";s:4:\"name\";s:14:\"node_form_book\";}s:14:\"node_form_path\";O:8:\"stdClass\":3:{s:8:\"filename\";s:75:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_path.inc\";s:8:\"basename\";s:18:\"node_form_path.inc\";s:4:\"name\";s:14:\"node_form_path\";}s:22:\"node_form_input_format\";O:8:\"stdClass\":3:{s:8:\"filename\";s:83:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_input_format.inc\";s:8:\"basename\";s:26:\"node_form_input_format.inc\";s:4:\"name\";s:22:\"node_form_input_format\";}s:16:\"node_form_author\";O:8:\"stdClass\":3:{s:8:\"filename\";s:77:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_author.inc\";s:8:\"basename\";s:20:\"node_form_author.inc\";s:4:\"name\";s:16:\"node_form_author\";}s:18:\"node_form_taxonomy\";O:8:\"stdClass\":3:{s:8:\"filename\";s:79:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_taxonomy.inc\";s:8:\"basename\";s:22:\"node_form_taxonomy.inc\";s:4:\"name\";s:18:\"node_form_taxonomy\";}s:13:\"node_form_log\";O:8:\"stdClass\":3:{s:8:\"filename\";s:74:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_log.inc\";s:8:\"basename\";s:17:\"node_form_log.inc\";s:4:\"name\";s:13:\"node_form_log\";}s:17:\"node_form_comment\";O:8:\"stdClass\":3:{s:8:\"filename\";s:78:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_comment.inc\";s:8:\"basename\";s:21:\"node_form_comment.inc\";s:4:\"name\";s:17:\"node_form_comment\";}s:21:\"node_form_attachments\";O:8:\"stdClass\":3:{s:8:\"filename\";s:82:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_attachments.inc\";s:8:\"basename\";s:25:\"node_form_attachments.inc\";s:4:\"name\";s:21:\"node_form_attachments\";}s:17:\"node_form_buttons\";O:8:\"stdClass\":3:{s:8:\"filename\";s:78:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_buttons.inc\";s:8:\"basename\";s:21:\"node_form_buttons.inc\";s:4:\"name\";s:17:\"node_form_buttons\";}s:14:\"node_form_menu\";O:8:\"stdClass\":3:{s:8:\"filename\";s:75:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_menu.inc\";s:8:\"basename\";s:18:\"node_form_menu.inc\";s:4:\"name\";s:14:\"node_form_menu\";}s:20:\"node_form_publishing\";O:8:\"stdClass\":3:{s:8:\"filename\";s:81:\"sites/all/modules/ctools/plugins/content_types/node_form/node_form_publishing.inc\";s:8:\"basename\";s:24:\"node_form_publishing.inc\";s:4:\"name\";s:20:\"node_form_publishing\";}s:14:\"user_signature\";O:8:\"stdClass\":3:{s:8:\"filename\";s:78:\"sites/all/modules/ctools/plugins/content_types/user_context/user_signature.inc\";s:8:\"basename\";s:18:\"user_signature.inc\";s:4:\"name\";s:14:\"user_signature\";}s:12:\"user_picture\";O:8:\"stdClass\":3:{s:8:\"filename\";s:76:\"sites/all/modules/ctools/plugins/content_types/user_context/user_picture.inc\";s:8:\"basename\";s:16:\"user_picture.inc\";s:4:\"name\";s:12:\"user_picture\";}s:12:\"user_profile\";O:8:\"stdClass\":3:{s:8:\"filename\";s:76:\"sites/all/modules/ctools/plugins/content_types/user_context/user_profile.inc\";s:8:\"basename\";s:16:\"user_profile.inc\";s:4:\"name\";s:12:\"user_profile\";}s:14:\"profile_fields\";O:8:\"stdClass\":3:{s:8:\"filename\";s:78:\"sites/all/modules/ctools/plugins/content_types/user_context/profile_fields.inc\";s:8:\"basename\";s:18:\"profile_fields.inc\";s:4:\"name\";s:14:\"profile_fields\";}s:6:\"custom\";O:8:\"stdClass\":3:{s:8:\"filename\";s:64:\"sites/all/modules/ctools/plugins/content_types/custom/custom.inc\";s:8:\"basename\";s:10:\"custom.inc\";s:4:\"name\";s:6:\"custom\";}s:16:\"vocabulary_terms\";O:8:\"stdClass\":3:{s:8:\"filename\";s:86:\"sites/all/modules/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc\";s:8:\"basename\";s:20:\"vocabulary_terms.inc\";s:4:\"name\";s:16:\"vocabulary_terms\";}s:11:\"search_form\";O:8:\"stdClass\":3:{s:8:\"filename\";s:69:\"sites/all/modules/ctools/plugins/content_types/search/search_form.inc\";s:8:\"basename\";s:15:\"search_form.inc\";s:4:\"name\";s:11:\"search_form\";}s:13:\"search_result\";O:8:\"stdClass\":3:{s:8:\"filename\";s:71:\"sites/all/modules/ctools/plugins/content_types/search/search_result.inc\";s:8:\"basename\";s:17:\"search_result.inc\";s:4:\"name\";s:13:\"search_result\";}s:4:\"form\";O:8:\"stdClass\":3:{s:8:\"filename\";s:60:\"sites/all/modules/ctools/plugins/content_types/form/form.inc\";s:8:\"basename\";s:8:\"form.inc\";s:4:\"name\";s:4:\"form\";}s:12:\"user_contact\";O:8:\"stdClass\":3:{s:8:\"filename\";s:71:\"sites/all/modules/ctools/plugins/content_types/contact/user_contact.inc\";s:8:\"basename\";s:16:\"user_contact.inc\";s:4:\"name\";s:12:\"user_contact\";}s:7:\"contact\";O:8:\"stdClass\":3:{s:8:\"filename\";s:66:\"sites/all/modules/ctools/plugins/content_types/contact/contact.inc\";s:8:\"basename\";s:11:\"contact.inc\";s:4:\"name\";s:7:\"contact\";}}}', created = 1300227657, expire = 0, headers = '', serialized = 1 WHERE cid = 'ctools_plugin_files:ctools:content_types' 1.88 1 profile_categories /* Dries : profile_categories */ SELECT DISTINCT(category) FROM profile_fields 8.75 1 cache_set /* Dries : cache_set */ UPDATE cache SET data = 'a:1:{s:6:\"ctools\";a:0:{}}', created = 1300227658, expire = 0, headers = '', serialized = 1 WHERE cid = 'ctools_plugin_files:ctools:style_bases' 31.05 1 cache_set /* Dries : cache_set */ UPDATE cache SET data = 'a:310:{s:18:\"aggregator_wrapper\";a:8:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:37:\"modules/aggregator/aggregator-wrapper\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_aggregator_wrapper\";}}s:27:\"aggregator_categorize_items\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:33:\"theme_aggregator_categorize_items\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"aggregator_feed_source\";a:8:{s:9:\"arguments\";a:1:{s:4:\"feed\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:41:\"modules/aggregator/aggregator-feed-source\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_aggregator_feed_source\";}}s:21:\"aggregator_block_item\";a:7:{s:9:\"arguments\";a:2:{s:4:\"item\";N;s:4:\"feed\";i:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:27:\"theme_aggregator_block_item\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"aggregator_summary_items\";a:8:{s:9:\"arguments\";a:2:{s:13:\"summary_items\";N;s:6:\"source\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:43:\"modules/aggregator/aggregator-summary-items\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"template_preprocess_aggregator_summary_items\";}}s:23:\"aggregator_summary_item\";a:8:{s:9:\"arguments\";a:1:{s:4:\"item\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:42:\"modules/aggregator/aggregator-summary-item\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:43:\"template_preprocess_aggregator_summary_item\";}}s:15:\"aggregator_item\";a:8:{s:8:\"template\";s:15:\"aggregator-item\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"item\";N;}s:11:\"theme paths\";a:2:{i:0;s:18:\"modules/aggregator\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_aggregator_item\";i:2;s:37:\"bluecheese_preprocess_aggregator_item\";}}s:20:\"aggregator_page_opml\";a:8:{s:9:\"arguments\";a:1:{s:5:\"feeds\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:26:\"theme_aggregator_page_opml\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"aggregator_page_rss\";a:8:{s:9:\"arguments\";a:2:{s:5:\"feeds\";N;s:8:\"category\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:25:\"theme_aggregator_page_rss\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"block_admin_display_form\";a:8:{s:8:\"template\";s:38:\"modules/block/block-admin-display-form\";s:4:\"file\";s:15:\"block.admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/block\";s:13:\"include files\";a:1:{i:0;s:31:\"./modules/block/block.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/block\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"template_preprocess_block_admin_display_form\";}}s:15:\"book_navigation\";a:7:{s:9:\"arguments\";a:1:{s:9:\"book_link\";N;}s:8:\"template\";s:28:\"modules/book/book-navigation\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_book_navigation\";}}s:16:\"book_export_html\";a:7:{s:9:\"arguments\";a:3:{s:5:\"title\";N;s:8:\"contents\";N;s:5:\"depth\";N;}s:8:\"template\";s:29:\"modules/book/book-export-html\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_book_export_html\";}}s:16:\"book_admin_table\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:8:\"function\";s:22:\"theme_book_admin_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"book_title_link\";a:7:{s:9:\"arguments\";a:1:{s:4:\"link\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:8:\"function\";s:21:\"theme_book_title_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"book_all_books_block\";a:7:{s:9:\"arguments\";a:1:{s:10:\"book_menus\";a:0:{}}s:8:\"template\";s:33:\"modules/book/book-all-books-block\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"book_node_export_html\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:8:\"children\";N;}s:8:\"template\";s:34:\"modules/book/book-node-export-html\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:41:\"template_preprocess_book_node_export_html\";}}s:13:\"comment_block\";a:7:{s:9:\"arguments\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:19:\"theme_comment_block\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"comment_admin_overview\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:28:\"theme_comment_admin_overview\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"comment_preview\";a:7:{s:9:\"arguments\";a:4:{s:7:\"comment\";N;s:4:\"node\";N;s:5:\"links\";a:0:{}s:7:\"visible\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:21:\"theme_comment_preview\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"comment_view\";a:7:{s:9:\"arguments\";a:4:{s:7:\"comment\";N;s:4:\"node\";N;s:5:\"links\";a:0:{}s:7:\"visible\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:18:\"theme_comment_view\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"comment_controls\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:22:\"theme_comment_controls\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"comment\";a:8:{s:8:\"template\";s:7:\"comment\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:7:\"comment\";N;s:4:\"node\";N;s:5:\"links\";a:0:{}}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/comment\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:27:\"template_preprocess_comment\";i:2;s:32:\"project_issue_preprocess_comment\";i:3;s:24:\"views_preprocess_comment\";i:4;s:29:\"bluecheese_preprocess_comment\";}}s:14:\"comment_folded\";a:7:{s:8:\"template\";s:30:\"modules/comment/comment-folded\";s:9:\"arguments\";a:1:{s:7:\"comment\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_comment_folded\";}}s:22:\"comment_flat_collapsed\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:28:\"theme_comment_flat_collapsed\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"comment_flat_expanded\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:27:\"theme_comment_flat_expanded\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"comment_thread_collapsed\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:30:\"theme_comment_thread_collapsed\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"comment_thread_expanded\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:29:\"theme_comment_thread_expanded\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"comment_post_forbidden\";a:7:{s:9:\"arguments\";a:1:{s:3:\"nid\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:28:\"theme_comment_post_forbidden\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"comment_wrapper\";a:8:{s:8:\"template\";s:15:\"comment-wrapper\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:7:\"content\";N;s:4:\"node\";N;}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/comment\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_comment_wrapper\";}}s:17:\"comment_submitted\";a:7:{s:8:\"function\";s:28:\"bluecheese_comment_submitted\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"comment\";N;}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/comment\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"dblog_filters\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/dblog\";s:8:\"function\";s:19:\"theme_dblog_filters\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/dblog\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"filter_admin_overview\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_admin_overview\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/filter/filter.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"filter_admin_order\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:24:\"theme_filter_admin_order\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/filter/filter.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"filter_tips\";a:8:{s:9:\"arguments\";a:3:{s:4:\"tips\";N;s:4:\"long\";b:0;s:5:\"extra\";s:0:\"\";}s:4:\"file\";s:16:\"filter.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:17:\"theme_filter_tips\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/filter/filter.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"filter_tips_more_info\";a:7:{s:9:\"arguments\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_tips_more_info\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"menu_overview_form\";a:8:{s:4:\"file\";s:14:\"menu.admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/menu\";s:8:\"function\";s:24:\"theme_menu_overview_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/menu/menu.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/menu\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"node\";a:8:{s:8:\"template\";s:4:\"node\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:4:\"node\";N;s:6:\"teaser\";b:0;s:4:\"page\";b:0;}s:11:\"theme paths\";a:2:{i:0;s:12:\"modules/node\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_node\";i:2;s:22:\"ctools_preprocess_node\";i:3;s:21:\"views_preprocess_node\";i:4;s:26:\"bluecheese_preprocess_node\";}}s:9:\"node_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"items\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:15:\"theme_node_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"node_search_admin\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:23:\"theme_node_search_admin\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"node_filter_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:22:\"theme_node_filter_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"node_filters\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:18:\"theme_node_filters\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"node_admin_nodes\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:22:\"theme_node_admin_nodes\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"node_add_list\";a:8:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:19:\"theme_node_add_list\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"node_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:15:\"theme_node_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"node_preview\";a:8:{s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:18:\"theme_node_preview\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"node_log_message\";a:7:{s:9:\"arguments\";a:1:{s:3:\"log\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:22:\"theme_node_log_message\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"node_submitted\";a:7:{s:8:\"function\";s:25:\"bluecheese_node_submitted\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:11:\"theme paths\";a:2:{i:0;s:12:\"modules/node\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"profile_block\";a:7:{s:9:\"arguments\";a:2:{s:7:\"account\";N;s:6:\"fields\";a:0:{}}s:8:\"template\";s:29:\"modules/profile/profile-block\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/profile\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/profile\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:33:\"template_preprocess_profile_block\";}}s:15:\"profile_listing\";a:8:{s:8:\"template\";s:15:\"profile-listing\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:7:\"account\";N;s:6:\"fields\";a:0:{}}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/profile\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_profile_listing\";}}s:15:\"profile_wrapper\";a:7:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:8:\"template\";s:31:\"modules/profile/profile-wrapper\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/profile\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/profile\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_profile_wrapper\";}}s:22:\"profile_admin_overview\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:17:\"profile.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/profile\";s:8:\"function\";s:28:\"theme_profile_admin_overview\";s:13:\"include files\";a:1:{i:0;s:35:\"./modules/profile/profile.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/profile\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"placeholder\";a:7:{s:9:\"arguments\";a:1:{s:4:\"text\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_placeholder\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"page\";a:8:{s:8:\"template\";s:4:\"page\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:7:\"content\";N;s:11:\"show_blocks\";b:1;s:13:\"show_messages\";b:1;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:7:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_page\";i:3;s:35:\"drupalorg_crosssite_preprocess_page\";i:4;s:32:\"google_admanager_preprocess_page\";i:5;s:25:\"drupalorg_preprocess_page\";i:6;s:26:\"bluecheese_preprocess_page\";i:8;s:22:\"ctools_preprocess_page\";}}s:16:\"maintenance_page\";a:7:{s:9:\"arguments\";a:3:{s:7:\"content\";N;s:11:\"show_blocks\";b:1;s:13:\"show_messages\";b:1;}s:8:\"template\";s:31:\"modules/system/maintenance-page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"update_page\";a:7:{s:9:\"arguments\";a:2:{s:7:\"content\";N;s:13:\"show_messages\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_update_page\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"install_page\";a:7:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_install_page\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"task_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"items\";N;s:6:\"active\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_task_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"status_messages\";a:7:{s:8:\"function\";s:26:\"bluecheese_status_messages\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"display\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"links\";a:7:{s:9:\"arguments\";a:2:{s:5:\"links\";N;s:10:\"attributes\";a:1:{s:5:\"class\";s:5:\"links\";}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_links\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"image\";a:7:{s:9:\"arguments\";a:5:{s:4:\"path\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"attributes\";N;s:7:\"getsize\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_image\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"breadcrumb\";a:7:{s:9:\"arguments\";a:1:{s:10:\"breadcrumb\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_breadcrumb\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"help\";a:7:{s:8:\"function\";s:15:\"bluecheese_help\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:0:{}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"submenu\";a:7:{s:9:\"arguments\";a:1:{s:5:\"links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:13:\"theme_submenu\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"table\";a:7:{s:9:\"arguments\";a:4:{s:6:\"header\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"table_select_header_cell\";a:7:{s:9:\"arguments\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_table_select_header_cell\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"tablesort_indicator\";a:7:{s:9:\"arguments\";a:1:{s:5:\"style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_tablesort_indicator\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:3:\"box\";a:7:{s:9:\"arguments\";a:3:{s:5:\"title\";N;s:7:\"content\";N;s:6:\"region\";s:4:\"main\";}s:8:\"template\";s:18:\"modules/system/box\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"block\";a:8:{s:8:\"template\";s:5:\"block\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:5:\"block\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:26:\"drupalorg_preprocess_block\";i:3;s:27:\"bluecheese_preprocess_block\";}}s:4:\"mark\";a:7:{s:9:\"arguments\";a:1:{s:4:\"type\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_mark\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"item_list\";a:7:{s:9:\"arguments\";a:4:{s:5:\"items\";a:0:{}s:5:\"title\";N;s:4:\"type\";s:2:\"ul\";s:10:\"attributes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_item_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"more_help_link\";a:7:{s:9:\"arguments\";a:1:{s:3:\"url\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_more_help_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"xml_icon\";a:7:{s:9:\"arguments\";a:1:{s:3:\"url\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_xml_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"feed_icon\";a:7:{s:9:\"arguments\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_feed_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"more_link\";a:7:{s:9:\"arguments\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_more_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"closure\";a:7:{s:9:\"arguments\";a:1:{s:4:\"main\";i:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:13:\"theme_closure\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"blocks\";a:7:{s:9:\"arguments\";a:1:{s:6:\"region\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_blocks\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"username\";a:7:{s:9:\"arguments\";a:1:{s:6:\"object\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_username\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"progress_bar\";a:7:{s:9:\"arguments\";a:2:{s:7:\"percent\";N;s:7:\"message\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_progress_bar\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"indentation\";a:7:{s:9:\"arguments\";a:1:{s:4:\"size\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_indentation\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"pager\";a:7:{s:9:\"arguments\";a:4:{s:4:\"tags\";a:0:{}s:5:\"limit\";i:10;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_pager\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"pager_first\";a:7:{s:9:\"arguments\";a:4:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_pager_first\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"pager_previous\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_pager_previous\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"pager_next\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_next\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"pager_last\";a:7:{s:9:\"arguments\";a:4:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_last\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"pager_link\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:8:\"page_new\";N;s:7:\"element\";N;s:10:\"parameters\";a:0:{}s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"locale_admin_manage_screen\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:32:\"theme_locale_admin_manage_screen\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"menu_item_link\";a:7:{s:9:\"arguments\";a:1:{s:4:\"item\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_menu_item_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"menu_tree\";a:7:{s:9:\"arguments\";a:1:{s:4:\"tree\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_tree\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"menu_item\";a:7:{s:9:\"arguments\";a:3:{s:4:\"link\";N;s:12:\"has_children\";N;s:4:\"menu\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_item\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"menu_local_task\";a:7:{s:9:\"arguments\";a:2:{s:4:\"link\";N;s:6:\"active\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:21:\"theme_menu_local_task\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"menu_local_tasks\";a:7:{s:8:\"function\";s:27:\"bluecheese_menu_local_tasks\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:0:{}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"select\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_select\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"fieldset\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_fieldset\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"radio\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_radio\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"radios\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_radios\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"password_confirm\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:22:\"theme_password_confirm\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"date\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_date\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"item\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_item\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"checkbox\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_checkbox\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"checkboxes\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_checkboxes\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"submit\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_submit\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"button\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_button\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"image_button\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_image_button\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"hidden\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_hidden\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"token\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_token\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"textfield\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_textfield\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"form\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"textarea\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_textarea\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"markup\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_markup\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"password\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_password\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"file\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_file\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"form_element\";a:7:{s:8:\"function\";s:23:\"bluecheese_form_element\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:7:\"element\";N;s:5:\"value\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"system_theme_select_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_system_theme_select_form\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"system_themes_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_system_themes_form\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"system_modules\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_system_modules\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"system_modules_uninstall\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_system_modules_uninstall\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"status_report\";a:8:{s:9:\"arguments\";a:1:{s:12:\"requirements\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:19:\"theme_status_report\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"admin_page\";a:8:{s:9:\"arguments\";a:1:{s:6:\"blocks\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_admin_page\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"admin_block\";a:8:{s:9:\"arguments\";a:1:{s:5:\"block\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_admin_block\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"admin_block_content\";a:8:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_admin_block_content\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"system_admin_by_module\";a:8:{s:9:\"arguments\";a:1:{s:10:\"menu_items\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:28:\"theme_system_admin_by_module\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"system_powered_by\";a:7:{s:9:\"arguments\";a:1:{s:10:\"image_path\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_system_powered_by\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"taxonomy_term_select\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:26:\"theme_taxonomy_term_select\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"taxonomy_term_page\";a:7:{s:9:\"arguments\";a:2:{s:4:\"tids\";a:0:{}s:6:\"result\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:24:\"theme_taxonomy_term_page\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"taxonomy_overview_vocabularies\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:36:\"theme_taxonomy_overview_vocabularies\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"taxonomy_overview_terms\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:29:\"theme_taxonomy_overview_terms\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"update_settings\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:21:\"theme_update_settings\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/update\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"update_report\";a:7:{s:9:\"arguments\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:19:\"theme_update_report\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/update\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"update_version\";a:7:{s:9:\"arguments\";a:3:{s:7:\"version\";N;s:3:\"tag\";N;s:5:\"class\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:20:\"theme_update_version\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/update\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"upload_attachments\";a:7:{s:9:\"arguments\";a:1:{s:5:\"files\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/upload\";s:8:\"function\";s:24:\"theme_upload_attachments\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"upload_form_current\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/upload\";s:8:\"function\";s:25:\"theme_upload_form_current\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"upload_form_new\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/upload\";s:8:\"function\";s:21:\"theme_upload_form_new\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"user_picture\";a:7:{s:9:\"arguments\";a:1:{s:7:\"account\";N;}s:8:\"template\";s:25:\"modules/user/user-picture\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_picture\";}}s:12:\"user_profile\";a:8:{s:9:\"arguments\";a:1:{s:7:\"account\";N;}s:8:\"template\";s:25:\"modules/user/user-profile\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_profile\";}}s:21:\"user_profile_category\";a:8:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:8:\"template\";s:34:\"modules/user/user-profile-category\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:41:\"template_preprocess_user_profile_category\";i:2;s:43:\"bluecheese_preprocess_user_profile_category\";}}s:17:\"user_profile_item\";a:8:{s:8:\"template\";s:17:\"user-profile-item\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.pages.inc\";}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:11:\"theme paths\";a:2:{i:0;s:12:\"modules/user\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_user_profile_item\";}}s:9:\"user_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"users\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:15:\"theme_user_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"user_admin_perm\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:21:\"theme_user_admin_perm\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"user_admin_new_role\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:25:\"theme_user_admin_new_role\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"user_admin_account\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:24:\"theme_user_admin_account\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"user_filter_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:22:\"theme_user_filter_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"user_filters\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:18:\"theme_user_filters\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"user_signature\";a:7:{s:9:\"arguments\";a:1:{s:9:\"signature\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:20:\"theme_user_signature\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"apachesolr_facet_link\";a:7:{s:9:\"arguments\";a:6:{s:10:\"facet_text\";N;s:4:\"path\";N;s:7:\"options\";N;s:5:\"count\";N;s:6:\"active\";b:0;s:9:\"num_found\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:27:\"theme_apachesolr_facet_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"apachesolr_unclick_link\";a:7:{s:9:\"arguments\";a:3:{s:10:\"facet_text\";N;s:4:\"path\";N;s:7:\"options\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:29:\"theme_apachesolr_unclick_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"apachesolr_facet_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"items\";N;s:13:\"display_limit\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:27:\"theme_apachesolr_facet_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"apachesolr_sort_list\";a:7:{s:9:\"arguments\";a:1:{s:5:\"items\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:26:\"theme_apachesolr_sort_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"apachesolr_sort_link\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:4:\"path\";N;s:7:\"options\";N;s:6:\"active\";b:0;s:9:\"direction\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:26:\"theme_apachesolr_sort_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:35:\"apachesolr_mlt_recommendation_block\";a:7:{s:9:\"arguments\";a:1:{s:4:\"docs\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:41:\"theme_apachesolr_mlt_recommendation_block\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"apachesolr_breadcrumb_is_book_bid\";a:7:{s:9:\"arguments\";a:2:{s:3:\"bid\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:39:\"theme_apachesolr_breadcrumb_is_book_bid\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"apachesolr_breadcrumb_uid\";a:7:{s:9:\"arguments\";a:2:{s:3:\"uid\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:31:\"theme_apachesolr_breadcrumb_uid\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"apachesolr_breadcrumb_tid\";a:7:{s:9:\"arguments\";a:2:{s:3:\"tid\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:31:\"theme_apachesolr_breadcrumb_tid\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"apachesolr_breadcrumb_type\";a:7:{s:9:\"arguments\";a:2:{s:4:\"type\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:32:\"theme_apachesolr_breadcrumb_type\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"apachesolr_breadcrumb_language\";a:7:{s:9:\"arguments\";a:2:{s:4:\"lang\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:36:\"theme_apachesolr_breadcrumb_language\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"apachesolr_breadcrumb_changed\";a:7:{s:9:\"arguments\";a:1:{s:4:\"type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:35:\"theme_apachesolr_breadcrumb_changed\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"apachesolr_breadcrumb_created\";a:7:{s:9:\"arguments\";a:1:{s:4:\"type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:35:\"theme_apachesolr_breadcrumb_created\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"apachesolr_currentsearch\";a:7:{s:9:\"arguments\";a:2:{s:11:\"total_found\";N;s:5:\"links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:30:\"theme_apachesolr_currentsearch\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"apachesolr_search_snippets\";a:7:{s:9:\"arguments\";a:2:{s:3:\"doc\";N;s:8:\"snippets\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:32:\"theme_apachesolr_search_snippets\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:35:\"apachesolr_multisitesearch_username\";a:7:{s:9:\"arguments\";a:1:{s:3:\"doc\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/apachesolr_multisitesearch\";s:8:\"function\";s:41:\"theme_apachesolr_multisitesearch_username\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/apachesolr_multisitesearch\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"apachesolr_breadcrumb_hash\";a:7:{s:9:\"arguments\";a:2:{s:4:\"hash\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/apachesolr_multisitesearch\";s:8:\"function\";s:32:\"theme_apachesolr_breadcrumb_hash\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/apachesolr_multisitesearch\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"ctools_wizard_trail\";a:8:{s:9:\"arguments\";a:1:{i:0;s:5:\"trail\";}s:4:\"file\";s:25:\"includes/wizard.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:25:\"theme_ctools_wizard_trail\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/ctools/includes/wizard.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"ctools_context_list\";a:8:{s:9:\"arguments\";a:1:{i:0;s:6:\"object\";}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:25:\"theme_ctools_context_list\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:28:\"ctools_context_list_no_table\";a:8:{s:9:\"arguments\";a:1:{i:0;s:6:\"object\";}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:34:\"theme_ctools_context_list_no_table\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"ctools_context_item_form\";a:8:{s:9:\"arguments\";a:1:{i:0;s:4:\"form\";}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:30:\"theme_ctools_context_item_form\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"ctools_context_item_row\";a:8:{s:9:\"arguments\";a:5:{i:0;s:4:\"type\";i:1;s:4:\"form\";i:2;s:8:\"position\";i:3;s:5:\"count\";s:7:\"with_tr\";b:1;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:29:\"theme_ctools_context_item_row\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"ctools_access_admin_add\";a:8:{s:9:\"arguments\";a:1:{i:0;s:4:\"form\";}s:4:\"file\";s:26:\"includes/context-admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:29:\"theme_ctools_access_admin_add\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context-admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"profile_fields_pane\";a:8:{s:9:\"arguments\";a:2:{s:8:\"category\";N;s:4:\"vars\";N;}s:4:\"path\";s:59:\"sites/all/modules/ctools/plugins/content_types/user_context\";s:8:\"template\";s:19:\"profile_fields_pane\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:59:\"sites/all/modules/ctools/plugins/content_types/user_context\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"ctools_collapsible\";a:8:{s:9:\"arguments\";a:3:{s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:24:\"theme_ctools_collapsible\";s:13:\"include files\";a:1:{i:0;s:57:\"./sites/all/modules/ctools/includes/collapsible.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"ctools_collapsible_remembered\";a:8:{s:9:\"arguments\";a:4:{s:2:\"id\";N;s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:35:\"theme_ctools_collapsible_remembered\";s:13:\"include files\";a:1:{i:0;s:57:\"./sites/all/modules/ctools/includes/collapsible.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"ctools_stylizer_color_scheme_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:39:\"theme_ctools_stylizer_color_scheme_form\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/ctools/includes/stylizer.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:28:\"ctools_stylizer_preview_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:34:\"theme_ctools_stylizer_preview_form\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/ctools/includes/stylizer.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"ctools_style_icon\";a:8:{s:9:\"arguments\";a:2:{s:5:\"image\";N;s:5:\"title\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:23:\"theme_ctools_style_icon\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/ctools/includes/stylizer.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"ctools_dropdown\";a:8:{s:9:\"arguments\";a:4:{s:5:\"title\";N;s:5:\"links\";N;s:5:\"image\";b:0;s:5:\"class\";s:0:\"\";}s:4:\"file\";s:27:\"includes/dropdown.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:21:\"theme_ctools_dropdown\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/ctools/includes/dropdown.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:28:\"drupalorg_handbook_meta_data\";a:7:{s:9:\"arguments\";a:2:{s:4:\"info\";N;s:8:\"modified\";N;}s:8:\"template\";s:65:\"sites/all/modules/drupalorg/drupalorg_handbook/handbook-meta-data\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:46:\"sites/all/modules/drupalorg/drupalorg_handbook\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:46:\"sites/all/modules/drupalorg/drupalorg_handbook\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"drupalorg_search_help_results\";a:7:{s:9:\"arguments\";a:1:{s:7:\"results\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/drupalorg/drupalorg_search\";s:8:\"function\";s:35:\"theme_drupalorg_search_help_results\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/drupalorg/drupalorg_search\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"flag\";a:9:{s:9:\"arguments\";a:4:{s:4:\"flag\";N;s:6:\"action\";N;s:10:\"content_id\";N;s:14:\"after_flagging\";b:0;}s:8:\"template\";s:4:\"flag\";s:7:\"pattern\";s:6:\"flag__\";s:4:\"path\";s:28:\"sites/all/modules/flag/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/flag/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_flag\";}}s:19:\"flag_tokens_browser\";a:8:{s:9:\"variables\";a:3:{s:5:\"types\";a:1:{i:0;s:3:\"all\";}s:6:\"prefix\";s:1:\"[\";s:6:\"suffix\";s:1:\"]\";}s:4:\"file\";s:23:\"includes/flag.token.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:25:\"theme_flag_tokens_browser\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/flag/includes/flag.token.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"flag_admin_page\";a:8:{s:9:\"arguments\";a:2:{s:5:\"flags\";N;s:13:\"default_flags\";N;}s:4:\"file\";s:23:\"includes/flag.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:21:\"theme_flag_admin_page\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/flag/includes/flag.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"flag_form_roles\";a:8:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"file\";s:23:\"includes/flag.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:21:\"theme_flag_form_roles\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/flag/includes/flag.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"flag_rules_radios\";a:8:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"file\";s:29:\"includes/flag.rules_forms.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:23:\"theme_flag_rules_radios\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/flag/includes/flag.rules_forms.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"google_admanager_block\";a:7:{s:9:\"arguments\";a:2:{s:2:\"id\";N;s:7:\"ad_slot\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/google_admanager\";s:8:\"function\";s:28:\"theme_google_admanager_block\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:34:\"sites/all/modules/google_admanager\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"homebox\";a:7:{s:9:\"arguments\";a:5:{s:7:\"regions\";N;s:12:\"column_count\";N;s:9:\"add_links\";N;s:9:\"save_form\";N;s:4:\"page\";N;}s:8:\"template\";s:33:\"sites/all/modules/homebox/homebox\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:27:\"template_preprocess_homebox\";}}s:13:\"homebox_block\";a:7:{s:9:\"arguments\";a:2:{s:5:\"block\";N;s:4:\"page\";N;}s:8:\"template\";s:39:\"sites/all/modules/homebox/homebox-block\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"homebox_admin_display_form\";a:8:{s:8:\"template\";s:52:\"sites/all/modules/homebox/homebox-admin-display-form\";s:4:\"file\";s:17:\"homebox.admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:13:\"include files\";a:1:{i:0;s:45:\"./sites/all/modules/homebox/homebox.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:46:\"template_preprocess_homebox_admin_display_form\";}}s:22:\"homebox_admin_new_page\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:17:\"homebox.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:8:\"function\";s:28:\"theme_homebox_admin_new_page\";s:13:\"include files\";a:1:{i:0;s:45:\"./sites/all/modules/homebox/homebox.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"image_attach_teaser\";a:7:{s:9:\"arguments\";a:1:{s:4:\"node\";O:8:\"stdClass\":0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/image/contrib/image_attach\";s:8:\"function\";s:25:\"theme_image_attach_teaser\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/image/contrib/image_attach\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"image_attach_body\";a:7:{s:9:\"arguments\";a:1:{s:4:\"node\";O:8:\"stdClass\":0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/image/contrib/image_attach\";s:8:\"function\";s:23:\"theme_image_attach_body\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/image/contrib/image_attach\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"image_gallery\";a:7:{s:9:\"arguments\";a:2:{s:9:\"galleries\";N;s:6:\"images\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/image/contrib/image_gallery\";s:8:\"function\";s:19:\"theme_image_gallery\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:45:\"sites/all/modules/image/contrib/image_gallery\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"image_gallery_img\";a:7:{s:9:\"arguments\";a:2:{s:5:\"image\";N;s:4:\"size\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/image/contrib/image_gallery\";s:8:\"function\";s:23:\"theme_image_gallery_img\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:45:\"sites/all/modules/image/contrib/image_gallery\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"image_settings_sizes_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:31:\"theme_image_settings_sizes_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"image_teaser\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:4:\"size\";s:9:\"thumbnail\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:18:\"theme_image_teaser\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"image_body\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:4:\"size\";s:7:\"preview\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:16:\"theme_image_body\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"image_block_random\";a:7:{s:9:\"arguments\";a:2:{s:6:\"images\";N;s:4:\"size\";s:9:\"thumbnail\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:24:\"theme_image_block_random\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"image_block_latest\";a:7:{s:9:\"arguments\";a:2:{s:6:\"images\";N;s:4:\"size\";s:9:\"thumbnail\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:24:\"theme_image_block_latest\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"image_display\";a:7:{s:9:\"arguments\";a:4:{s:4:\"node\";N;s:5:\"label\";N;s:3:\"url\";N;s:10:\"attributes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:19:\"theme_image_display\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_solr_no_count_facet_link\";a:7:{s:9:\"arguments\";a:5:{s:10:\"facet_text\";N;s:4:\"path\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"active\";b:0;s:9:\"num_found\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/project/solr\";s:8:\"function\";s:38:\"theme_project_solr_no_count_facet_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:30:\"sites/all/modules/project/solr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_solr_category_page\";a:7:{s:8:\"function\";s:37:\"bluecheese_project_solr_category_page\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:12:\"project_type\";N;s:10:\"categories\";a:0:{}s:12:\"version_form\";N;}s:11:\"theme paths\";a:2:{i:0;s:30:\"sites/all/modules/project/solr\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_solr_category_list\";a:7:{s:8:\"function\";s:37:\"bluecheese_project_solr_category_list\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:5:\"items\";a:0:{}}s:11:\"theme paths\";a:2:{i:0;s:30:\"sites/all/modules/project/solr\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"project_usage_chart\";a:9:{s:9:\"arguments\";a:1:{s:4:\"args\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:25:\"theme_project_usage_chart\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"project_usage_chart_by_release\";a:9:{s:9:\"arguments\";a:3:{s:5:\"title\";N;s:6:\"header\";N;s:4:\"rows\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:36:\"theme_project_usage_chart_by_release\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_usage_header_links\";a:9:{s:9:\"arguments\";a:2:{s:7:\"project\";N;s:7:\"release\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:32:\"theme_project_usage_header_links\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_usage_project_page\";a:9:{s:9:\"arguments\";a:5:{s:7:\"project\";N;s:14:\"release_header\";N;s:12:\"release_rows\";N;s:14:\"project_header\";N;s:12:\"project_rows\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:32:\"theme_project_usage_project_page\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_usage_release_page\";a:9:{s:9:\"arguments\";a:4:{s:7:\"project\";N;s:7:\"release\";N;s:6:\"header\";N;s:4:\"rows\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:32:\"theme_project_usage_release_page\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"tracker2_page\";a:8:{s:9:\"arguments\";a:1:{s:5:\"nodes\";a:0:{}}s:4:\"file\";s:18:\"tracker2.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:26:\"sites/all/modules/tracker2\";s:8:\"function\";s:19:\"theme_tracker2_page\";s:13:\"include files\";a:1:{i:0;s:47:\"./sites/all/modules/tracker2/tracker2.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:26:\"sites/all/modules/tracker2\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"tracker2_block\";a:8:{s:9:\"arguments\";a:1:{s:5:\"nodes\";a:0:{}}s:4:\"file\";s:18:\"tracker2.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:26:\"sites/all/modules/tracker2\";s:8:\"function\";s:20:\"theme_tracker2_block\";s:13:\"include files\";a:1:{i:0;s:47:\"./sites/all/modules/tracker2/tracker2.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:26:\"sites/all/modules/tracker2\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"views_ui_edit_view\";a:8:{s:9:\"arguments\";a:1:{s:4:\"view\";N;}s:8:\"template\";s:18:\"views-ui-edit-view\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_ui_edit_view\";}}s:17:\"views_ui_edit_tab\";a:8:{s:9:\"arguments\";a:2:{s:4:\"view\";N;s:7:\"display\";N;}s:8:\"template\";s:17:\"views-ui-edit-tab\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_views_ui_edit_tab\";}}s:18:\"views_ui_edit_item\";a:8:{s:9:\"arguments\";a:4:{s:4:\"type\";N;s:4:\"view\";N;s:7:\"display\";N;s:9:\"no_fields\";b:0;}s:8:\"template\";s:18:\"views-ui-edit-item\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_ui_edit_item\";}}s:23:\"views_ui_rearrange_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:29:\"theme_views_ui_rearrange_form\";s:13:\"include files\";a:1:{i:0;s:44:\"./sites/all/modules/views/includes/admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"views_ui_list_views\";a:7:{s:8:\"template\";s:19:\"views-ui-list-views\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"template_preprocess_views_ui_list_views\";}}s:24:\"views_ui_list_views_form\";a:8:{s:4:\"file\";s:18:\"includes/admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:30:\"theme_views_ui_list_views_form\";s:13:\"include files\";a:1:{i:0;s:44:\"./sites/all/modules/views/includes/admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"views_tabset\";a:8:{s:9:\"arguments\";a:1:{s:4:\"tabs\";N;}s:4:\"file\";s:17:\"includes/tabs.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:18:\"theme_views_tabset\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/views/includes/tabs.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"views_tab\";a:8:{s:9:\"arguments\";a:1:{s:4:\"body\";N;}s:4:\"file\";s:17:\"includes/tabs.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:15:\"theme_views_tab\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/views/includes/tabs.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"views_ui_style_plugin_table\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:33:\"theme_views_ui_style_plugin_table\";s:13:\"include files\";a:1:{i:0;s:44:\"./sites/all/modules/views/includes/admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"views_node_selector\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:25:\"theme_views_node_selector\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"views_bulk_operations_confirmation\";a:7:{s:9:\"arguments\";a:2:{s:7:\"objects\";N;s:4:\"view\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:40:\"theme_views_bulk_operations_confirmation\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:41:\"views_bulk_operations_profile_action_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:47:\"theme_views_bulk_operations_profile_action_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:40:\"views_bulk_operations_fields_action_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:46:\"theme_views_bulk_operations_fields_action_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"forums\";a:7:{s:8:\"template\";s:20:\"modules/forum/forums\";s:9:\"arguments\";a:6:{s:6:\"forums\";N;s:6:\"topics\";N;s:7:\"parents\";N;s:3:\"tid\";N;s:6:\"sortby\";N;s:14:\"forum_per_page\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_forums\";}}s:10:\"forum_list\";a:7:{s:8:\"template\";s:24:\"modules/forum/forum-list\";s:9:\"arguments\";a:3:{s:6:\"forums\";N;s:7:\"parents\";N;s:3:\"tid\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_forum_list\";}}s:16:\"forum_topic_list\";a:7:{s:8:\"template\";s:30:\"modules/forum/forum-topic-list\";s:9:\"arguments\";a:4:{s:3:\"tid\";N;s:6:\"topics\";N;s:6:\"sortby\";N;s:14:\"forum_per_page\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_forum_topic_list\";i:2;s:38:\"bluecheese_preprocess_forum_topic_list\";}}s:10:\"forum_icon\";a:8:{s:8:\"template\";s:10:\"forum-icon\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:4:{s:9:\"new_posts\";N;s:9:\"num_posts\";i:0;s:12:\"comment_mode\";i:0;s:6:\"sticky\";i:0;}s:11:\"theme paths\";a:2:{i:0;s:13:\"modules/forum\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_forum_icon\";}}s:22:\"forum_topic_navigation\";a:7:{s:8:\"function\";s:33:\"bluecheese_forum_topic_navigation\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:11:\"theme paths\";a:2:{i:0;s:13:\"modules/forum\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_forum_topic_navigation\";}}s:15:\"forum_submitted\";a:7:{s:8:\"template\";s:29:\"modules/forum/forum-submitted\";s:9:\"arguments\";a:1:{s:5:\"topic\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_forum_submitted\";}}s:17:\"search_theme_form\";a:8:{s:8:\"template\";s:17:\"search-theme-form\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/search\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_search_theme_form\";}}s:17:\"search_block_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:8:\"template\";s:32:\"modules/search/search-block-form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/search\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/search\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_search_block_form\";}}s:13:\"search_result\";a:8:{s:8:\"template\";s:13:\"search-result\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/search/search.pages.inc\";}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:6:\"result\";N;s:4:\"type\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/search\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:33:\"template_preprocess_search_result\";i:2;s:35:\"bluecheese_preprocess_search_result\";}}s:14:\"search_results\";a:8:{s:9:\"arguments\";a:2:{s:7:\"results\";N;s:4:\"type\";N;}s:4:\"file\";s:16:\"search.pages.inc\";s:8:\"template\";s:29:\"modules/search/search-results\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/search\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/search/search.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/search\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_search_results\";i:2;s:36:\"bluecheese_preprocess_search_results\";}}s:50:\"comment_alter_taxonomy_project_issue_metadata_term\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:4:\"term\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:40:\"sites/all/modules/comment_alter_taxonomy\";s:8:\"function\";s:56:\"theme_comment_alter_taxonomy_project_issue_metadata_term\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/comment_alter_taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"diff_node_revisions\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:25:\"theme_diff_node_revisions\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"diff_table\";a:7:{s:9:\"arguments\";a:5:{s:6:\"header\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;s:4:\"cols\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:16:\"theme_diff_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"diff_header_line\";a:7:{s:9:\"arguments\";a:1:{s:6:\"lineno\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:22:\"theme_diff_header_line\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"diff_content_line\";a:7:{s:9:\"arguments\";a:1:{s:4:\"line\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:23:\"theme_diff_content_line\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"diff_empty_line\";a:7:{s:9:\"arguments\";a:1:{s:4:\"line\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:21:\"theme_diff_empty_line\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"comment_upload_attachments\";a:7:{s:8:\"template\";s:59:\"sites/all/modules/comment_upload/comment-upload-attachments\";s:9:\"arguments\";a:3:{s:5:\"files\";N;s:14:\"display_images\";b:0;s:6:\"preset\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/comment_upload\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:32:\"sites/all/modules/comment_upload\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:46:\"template_preprocess_comment_upload_attachments\";}}s:27:\"comment_upload_form_current\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/comment_upload\";s:8:\"function\";s:33:\"theme_comment_upload_form_current\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:32:\"sites/all/modules/comment_upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"comment_upload_form_new\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/comment_upload\";s:8:\"function\";s:29:\"theme_comment_upload_form_new\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:32:\"sites/all/modules/comment_upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"project_term_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"terms\";N;s:4:\"path\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:23:\"theme_project_term_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"project_summary\";a:7:{s:8:\"function\";s:26:\"bluecheese_project_summary\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"project\";N;}s:11:\"theme paths\";a:2:{i:0;s:25:\"sites/all/modules/project\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"project_feed_icon\";a:7:{s:9:\"arguments\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:23:\"theme_project_feed_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"project_maintainers_form\";a:8:{s:4:\"file\";s:32:\"includes/project_maintainers.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:30:\"theme_project_maintainers_form\";s:13:\"include files\";a:1:{i:0;s:60:\"./sites/all/modules/project/includes/project_maintainers.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"project_project_node_form_taxonomy\";a:8:{s:4:\"file\";s:11:\"project.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:40:\"theme_project_project_node_form_taxonomy\";s:13:\"include files\";a:1:{i:0;s:39:\"./sites/all/modules/project/project.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:46:\"project_views_project_sort_method_options_form\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:52:\"theme_project_views_project_sort_method_options_form\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"project_type\";a:7:{s:9:\"arguments\";a:1:{s:4:\"term\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:18:\"theme_project_type\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"project_type_description\";a:7:{s:9:\"arguments\";a:1:{s:4:\"term\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:30:\"theme_project_type_description\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"project_release_download_file\";a:7:{s:9:\"arguments\";a:2:{s:4:\"file\";N;s:13:\"download_link\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:35:\"theme_project_release_download_file\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"project_release_download_link\";a:7:{s:9:\"arguments\";a:3:{s:8:\"filepath\";N;s:9:\"link_text\";N;s:8:\"as_array\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:35:\"theme_project_release_download_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"project_release_download_table_row\";a:7:{s:9:\"arguments\";a:4:{s:7:\"release\";N;s:11:\"recommended\";b:0;s:8:\"can_edit\";b:0;s:10:\"print_size\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:40:\"theme_project_release_download_table_row\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:41:\"project_release_download_text_recommended\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:47:\"theme_project_release_download_text_recommended\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:38:\"project_release_download_text_snapshot\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:44:\"theme_project_release_download_text_snapshot\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:39:\"project_release_download_text_supported\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:45:\"theme_project_release_download_text_supported\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:41:\"project_release_download_text_unsupported\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:47:\"theme_project_release_download_text_unsupported\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_release_form_value\";a:8:{s:4:\"file\";s:30:\"includes/release_node_form.inc\";s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:32:\"theme_project_release_form_value\";s:13:\"include files\";a:1:{i:0;s:66:\"./sites/all/modules/project/release/includes/release_node_form.inc\";}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:38:\"project_release_project_download_table\";a:7:{s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:44:\"theme_project_release_project_download_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"project_release_project_edit_form\";a:8:{s:4:\"file\";s:30:\"includes/release_node_form.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:39:\"theme_project_release_project_edit_form\";s:13:\"include files\";a:1:{i:0;s:66:\"./sites/all/modules/project/release/includes/release_node_form.inc\";}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"project_release_table_overview\";a:7:{s:9:\"arguments\";a:5:{s:7:\"project\";N;s:10:\"table_type\";N;s:12:\"release_type\";N;s:5:\"title\";N;s:10:\"print_size\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:36:\"theme_project_release_table_overview\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:42:\"project_release_node_form_version_elements\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:48:\"theme_project_release_node_form_version_elements\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"project_release_update_status_icon\";a:7:{s:9:\"arguments\";a:1:{s:6:\"status\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:40:\"theme_project_release_update_status_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"project_issue_comment_table\";a:8:{s:4:\"file\";s:20:\"includes/comment.inc\";s:9:\"arguments\";a:1:{s:15:\"comment_changes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:33:\"theme_project_issue_comment_table\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/includes/comment.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_issue_comment_table_row\";a:8:{s:4:\"file\";s:20:\"includes/comment.inc\";s:9:\"arguments\";a:2:{s:5:\"field\";N;s:6:\"change\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:37:\"theme_project_issue_comment_table_row\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/includes/comment.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"project_issue_subscribe\";a:8:{s:4:\"file\";s:9:\"issue.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:29:\"theme_project_issue_subscribe\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/project_issue/issue.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"project_issue_summary\";a:8:{s:4:\"file\";s:28:\"includes/issue_node_view.inc\";s:9:\"arguments\";a:2:{s:12:\"current_data\";N;s:13:\"summary_links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:27:\"theme_project_issue_summary\";s:13:\"include files\";a:1:{i:0;s:62:\"./sites/all/modules/project_issue/includes/issue_node_view.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_issue_admin_states_form\";a:8:{s:4:\"file\";s:31:\"includes/admin.issue_status.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:37:\"theme_project_issue_admin_states_form\";s:13:\"include files\";a:1:{i:0;s:65:\"./sites/all/modules/project_issue/includes/admin.issue_status.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"project_issue_admin_priority_form\";a:8:{s:4:\"file\";s:33:\"includes/admin.issue_priority.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:39:\"theme_project_issue_admin_priority_form\";s:13:\"include files\";a:1:{i:0;s:67:\"./sites/all/modules/project_issue/includes/admin.issue_priority.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_issue_project_edit_form\";a:8:{s:4:\"file\";s:32:\"includes/project_edit_issues.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:37:\"theme_project_issue_project_edit_form\";s:13:\"include files\";a:1:{i:0;s:66:\"./sites/all/modules/project_issue/includes/project_edit_issues.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_issue_query_result_links\";a:8:{s:4:\"file\";s:9:\"issue.inc\";s:9:\"arguments\";a:1:{s:5:\"links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:38:\"theme_project_issue_query_result_links\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/project_issue/issue.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"project_issue_create_forbidden\";a:8:{s:4:\"file\";s:9:\"issue.inc\";s:9:\"arguments\";a:1:{s:3:\"uri\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:36:\"theme_project_issue_create_forbidden\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/project_issue/issue.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_issue_mail_summary\";a:8:{s:4:\"file\";s:17:\"includes/mail.inc\";s:9:\"arguments\";a:4:{s:5:\"entry\";N;s:4:\"node\";N;s:7:\"changes\";N;s:13:\"display_files\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:32:\"theme_project_issue_mail_summary\";s:13:\"include files\";a:1:{i:0;s:51:\"./sites/all/modules/project_issue/includes/mail.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_issue_mail_summary_field\";a:8:{s:4:\"file\";s:17:\"includes/mail.inc\";s:9:\"arguments\";a:3:{s:4:\"node\";N;s:10:\"field_name\";N;s:6:\"change\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:38:\"theme_project_issue_mail_summary_field\";s:13:\"include files\";a:1:{i:0;s:51:\"./sites/all/modules/project_issue/includes/mail.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_issue_auto_close_message\";a:8:{s:4:\"file\";s:20:\"project_issue.module\";s:9:\"arguments\";a:1:{s:15:\"auto_close_days\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:38:\"theme_project_issue_auto_close_message\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/project_issue.module\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"project_issue_issue_link\";a:8:{s:4:\"file\";s:20:\"project_issue.module\";s:9:\"arguments\";a:4:{s:4:\"node\";N;s:10:\"comment_id\";N;s:14:\"comment_number\";N;s:16:\"include_assigned\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:30:\"theme_project_issue_issue_link\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/project_issue.module\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"project_issue_issue_cockpit\";a:8:{s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:26:\"includes/issue_cockpit.inc\";s:8:\"template\";s:65:\"sites/all/modules/project_issue/theme/project-issue-issue-cockpit\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:13:\"include files\";a:1:{i:0;s:60:\"./sites/all/modules/project_issue/includes/issue_cockpit.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"template_preprocess_project_issue_issue_cockpit\";}}s:18:\"cvs_commit_message\";a:7:{s:9:\"arguments\";a:1:{i:0;s:6:\"commit\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/cvslog\";s:8:\"function\";s:24:\"theme_cvs_commit_message\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/cvslog\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"cvs_project_maintainer_list\";a:7:{s:9:\"arguments\";a:2:{i:0;s:4:\"node\";i:1;s:11:\"maintainers\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/cvslog\";s:8:\"function\";s:33:\"theme_cvs_project_maintainer_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/cvslog\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"drupalorg_start\";a:6:{s:8:\"template\";s:53:\"sites/all/modules/drupalorg/drupalorg/drupalorg-start\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"drupalorg_preprocess_drupalorg_start\";}}s:18:\"drupalorg_download\";a:6:{s:8:\"template\";s:56:\"sites/all/modules/drupalorg/drupalorg/drupalorg-download\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"drupalorg_preprocess_drupalorg_download\";}}s:14:\"drupalorg_home\";a:6:{s:8:\"template\";s:52:\"sites/all/modules/drupalorg/drupalorg/drupalorg-home\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"drupalorg_handbook_preprocess_drupalorg_home\";i:2;s:40:\"drupalorg_news_preprocess_drupalorg_home\";i:3;s:35:\"drupalorg_preprocess_drupalorg_home\";i:4;s:43:\"drupalorg_project_preprocess_drupalorg_home\";}}s:15:\"drupalorg_about\";a:6:{s:8:\"template\";s:53:\"sites/all/modules/drupalorg/drupalorg/drupalorg-about\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"drupalorg_preprocess_drupalorg_about\";}}s:19:\"drupalorg_community\";a:6:{s:8:\"template\";s:57:\"sites/all/modules/drupalorg/drupalorg/drupalorg-community\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:40:\"drupalorg_preprocess_drupalorg_community\";}}s:26:\"drupalorg_getting_involved\";a:6:{s:8:\"template\";s:64:\"sites/all/modules/drupalorg/drupalorg/drupalorg-getting-involved\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"drupalorg_preprocess_drupalorg_getting_involved\";}}s:25:\"drupalorg_recent_activity\";a:7:{s:9:\"arguments\";a:1:{s:5:\"nodes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:8:\"function\";s:31:\"theme_drupalorg_recent_activity\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"drupalorg_hosting_page\";a:6:{s:8:\"template\";s:60:\"sites/all/modules/drupalorg/drupalorg/drupalorg-hosting-page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"drupalorg_d7_announcement\";a:7:{s:9:\"arguments\";a:1:{s:8:\"language\";s:2:\"en\";}s:8:\"template\";s:63:\"sites/all/modules/drupalorg/drupalorg/drupalorg-d7-announcement\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:46:\"drupalorg_preprocess_drupalorg_d7_announcement\";}}s:27:\"drupalorg_project_meta_data\";a:7:{s:9:\"arguments\";a:2:{s:4:\"info\";N;s:8:\"modified\";N;}s:8:\"template\";s:63:\"sites/all/modules/drupalorg/drupalorg_project/project-meta-data\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/drupalorg/drupalorg_project\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:45:\"sites/all/modules/drupalorg/drupalorg_project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"devel_variable_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/devel\";s:8:\"function\";s:25:\"theme_devel_variable_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/devel\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"devel_querylog\";a:7:{s:9:\"arguments\";a:2:{s:6:\"header\";a:0:{}s:4:\"rows\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/devel\";s:8:\"function\";s:20:\"theme_devel_querylog\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/devel\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"devel_querylog_row\";a:7:{s:9:\"arguments\";a:1:{s:3:\"row\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/devel\";s:8:\"function\";s:24:\"theme_devel_querylog_row\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/devel\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"views_mini_pager\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"tags\";a:0:{}s:5:\"limit\";i:10;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:7:\"pattern\";s:18:\"views_mini_pager__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:22:\"theme_views_mini_pager\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"views_view_field\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:7:\"pattern\";s:18:\"views_view_field__\";s:9:\"arguments\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:3:\"row\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:22:\"theme_views_view_field\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_views_view_field\";}}s:10:\"views_view\";a:10:{s:7:\"pattern\";s:12:\"views_view__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:1:{s:4:\"view\";N;}s:8:\"template\";s:10:\"views-view\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_views_view\";}}s:15:\"views_view_bulk\";a:10:{s:7:\"pattern\";s:17:\"views_view_bulk__\";s:4:\"file\";s:31:\"views_bulk_operations.views.inc\";s:4:\"path\";s:39:\"sites/all/modules/views_bulk_operations\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-bulk\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:73:\"./sites/all/modules/views_bulk_operations/views_bulk_operations.views.inc\";}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_views_view_project_list\";a:10:{s:7:\"pattern\";s:33:\"project_views_view_project_list__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:31:\"project-views-view-project-list\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:51:\"template_preprocess_project_views_view_project_list\";}}s:38:\"project_views_view_collapsible_summary\";a:10:{s:7:\"pattern\";s:40:\"project_views_view_collapsible_summary__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:38:\"project-views-view-collapsible-summary\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:58:\"template_preprocess_project_views_view_collapsible_summary\";}}s:16:\"views_view_table\";a:10:{s:7:\"pattern\";s:18:\"views_view_table__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:16:\"views-view-table\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_views_view_table\";i:2;s:43:\"project_release_preprocess_views_view_table\";i:3;s:41:\"project_issue_preprocess_views_view_table\";}}s:22:\"views_view_unformatted\";a:10:{s:7:\"pattern\";s:24:\"views_view_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:22:\"views-view-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_views_view_unformatted\";}}s:15:\"views_view_list\";a:10:{s:7:\"pattern\";s:17:\"views_view_list__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-list\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_list\";}}s:15:\"views_view_grid\";a:10:{s:7:\"pattern\";s:17:\"views_view_grid__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-grid\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_grid\";}}s:18:\"views_view_summary\";a:10:{s:7:\"pattern\";s:20:\"views_view_summary__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:18:\"views-view-summary\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_summary\";}}s:30:\"views_view_summary_unformatted\";a:10:{s:7:\"pattern\";s:32:\"views_view_summary_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:30:\"views-view-summary-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_views_view_summary_unformatted\";}}s:14:\"views_view_rss\";a:10:{s:7:\"pattern\";s:16:\"views_view_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:14:\"views-view-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_views_view_rss\";}}s:28:\"views_view_summary_jump_menu\";a:10:{s:7:\"pattern\";s:30:\"views_view_summary_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:28:\"views-view-summary-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"views_view_jump_menu\";a:10:{s:7:\"pattern\";s:22:\"views_view_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:20:\"views-view-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"views_view_row_rss\";a:10:{s:7:\"pattern\";s:20:\"views_view_row_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:18:\"views-view-row-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_row_rss\";}}s:22:\"views_view_row_comment\";a:10:{s:7:\"pattern\";s:24:\"views_view_row_comment__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:22:\"views-view-row-comment\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_views_view_row_comment\";}}s:19:\"views_view_row_node\";a:10:{s:7:\"pattern\";s:21:\"views_view_row_node__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:19:\"views-view-row-node\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"template_preprocess_views_view_row_node\";}}s:35:\"project_views_view_row_project_node\";a:10:{s:7:\"pattern\";s:37:\"project_views_view_row_project_node__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:35:\"project-views-view-row-project-node\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:55:\"template_preprocess_project_views_view_row_project_node\";}}s:37:\"project_views_view_row_project_fields\";a:10:{s:7:\"pattern\";s:39:\"project_views_view_row_project_fields__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:37:\"project-views-view-row-project-fields\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:57:\"template_preprocess_project_views_view_row_project_fields\";}}s:17:\"views_view_fields\";a:10:{s:7:\"pattern\";s:19:\"views_view_fields__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:17:\"views-view-fields\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_views_view_fields\";}}s:18:\"views_exposed_form\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:8:\"template\";s:18:\"views-exposed-form\";s:7:\"pattern\";s:20:\"views_exposed_form__\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_exposed_form\";}}s:10:\"views_more\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:8:\"template\";s:10:\"views-more\";s:7:\"pattern\";s:12:\"views_more__\";s:9:\"arguments\";a:2:{s:8:\"more_url\";N;s:9:\"link_text\";s:4:\"more\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}}', created = 1300227658, expire = 0, headers = '', serialized = 1 WHERE cid = 'theme_registry:bluecheese' 20.29 1 cache_set /* Dries : cache_set */ INSERT INTO cache (cid, data, created, expire, headers, serialized) VALUES ('theme_registry:bluecheese', 'a:310:{s:18:\"aggregator_wrapper\";a:8:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:37:\"modules/aggregator/aggregator-wrapper\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_aggregator_wrapper\";}}s:27:\"aggregator_categorize_items\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:33:\"theme_aggregator_categorize_items\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"aggregator_feed_source\";a:8:{s:9:\"arguments\";a:1:{s:4:\"feed\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:41:\"modules/aggregator/aggregator-feed-source\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_aggregator_feed_source\";}}s:21:\"aggregator_block_item\";a:7:{s:9:\"arguments\";a:2:{s:4:\"item\";N;s:4:\"feed\";i:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:27:\"theme_aggregator_block_item\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"aggregator_summary_items\";a:8:{s:9:\"arguments\";a:2:{s:13:\"summary_items\";N;s:6:\"source\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:43:\"modules/aggregator/aggregator-summary-items\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"template_preprocess_aggregator_summary_items\";}}s:23:\"aggregator_summary_item\";a:8:{s:9:\"arguments\";a:1:{s:4:\"item\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:8:\"template\";s:42:\"modules/aggregator/aggregator-summary-item\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:43:\"template_preprocess_aggregator_summary_item\";}}s:15:\"aggregator_item\";a:8:{s:8:\"template\";s:15:\"aggregator-item\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"item\";N;}s:11:\"theme paths\";a:2:{i:0;s:18:\"modules/aggregator\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_aggregator_item\";i:2;s:37:\"bluecheese_preprocess_aggregator_item\";}}s:20:\"aggregator_page_opml\";a:8:{s:9:\"arguments\";a:1:{s:5:\"feeds\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:26:\"theme_aggregator_page_opml\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"aggregator_page_rss\";a:8:{s:9:\"arguments\";a:2:{s:5:\"feeds\";N;s:8:\"category\";N;}s:4:\"file\";s:20:\"aggregator.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:18:\"modules/aggregator\";s:8:\"function\";s:25:\"theme_aggregator_page_rss\";s:13:\"include files\";a:1:{i:0;s:41:\"./modules/aggregator/aggregator.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:18:\"modules/aggregator\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"block_admin_display_form\";a:8:{s:8:\"template\";s:38:\"modules/block/block-admin-display-form\";s:4:\"file\";s:15:\"block.admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/block\";s:13:\"include files\";a:1:{i:0;s:31:\"./modules/block/block.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/block\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"template_preprocess_block_admin_display_form\";}}s:15:\"book_navigation\";a:7:{s:9:\"arguments\";a:1:{s:9:\"book_link\";N;}s:8:\"template\";s:28:\"modules/book/book-navigation\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_book_navigation\";}}s:16:\"book_export_html\";a:7:{s:9:\"arguments\";a:3:{s:5:\"title\";N;s:8:\"contents\";N;s:5:\"depth\";N;}s:8:\"template\";s:29:\"modules/book/book-export-html\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_book_export_html\";}}s:16:\"book_admin_table\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:8:\"function\";s:22:\"theme_book_admin_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"book_title_link\";a:7:{s:9:\"arguments\";a:1:{s:4:\"link\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:8:\"function\";s:21:\"theme_book_title_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"book_all_books_block\";a:7:{s:9:\"arguments\";a:1:{s:10:\"book_menus\";a:0:{}}s:8:\"template\";s:33:\"modules/book/book-all-books-block\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"book_node_export_html\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:8:\"children\";N;}s:8:\"template\";s:34:\"modules/book/book-node-export-html\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/book\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/book\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:41:\"template_preprocess_book_node_export_html\";}}s:13:\"comment_block\";a:7:{s:9:\"arguments\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:19:\"theme_comment_block\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"comment_admin_overview\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:28:\"theme_comment_admin_overview\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"comment_preview\";a:7:{s:9:\"arguments\";a:4:{s:7:\"comment\";N;s:4:\"node\";N;s:5:\"links\";a:0:{}s:7:\"visible\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:21:\"theme_comment_preview\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"comment_view\";a:7:{s:9:\"arguments\";a:4:{s:7:\"comment\";N;s:4:\"node\";N;s:5:\"links\";a:0:{}s:7:\"visible\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:18:\"theme_comment_view\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"comment_controls\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:22:\"theme_comment_controls\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"comment\";a:8:{s:8:\"template\";s:7:\"comment\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:7:\"comment\";N;s:4:\"node\";N;s:5:\"links\";a:0:{}}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/comment\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:27:\"template_preprocess_comment\";i:2;s:32:\"project_issue_preprocess_comment\";i:3;s:24:\"views_preprocess_comment\";i:4;s:29:\"bluecheese_preprocess_comment\";}}s:14:\"comment_folded\";a:7:{s:8:\"template\";s:30:\"modules/comment/comment-folded\";s:9:\"arguments\";a:1:{s:7:\"comment\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_comment_folded\";}}s:22:\"comment_flat_collapsed\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:28:\"theme_comment_flat_collapsed\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"comment_flat_expanded\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:27:\"theme_comment_flat_expanded\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"comment_thread_collapsed\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:30:\"theme_comment_thread_collapsed\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"comment_thread_expanded\";a:7:{s:9:\"arguments\";a:2:{s:7:\"comment\";N;s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:29:\"theme_comment_thread_expanded\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"comment_post_forbidden\";a:7:{s:9:\"arguments\";a:1:{s:3:\"nid\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/comment\";s:8:\"function\";s:28:\"theme_comment_post_forbidden\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/comment\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"comment_wrapper\";a:8:{s:8:\"template\";s:15:\"comment-wrapper\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:7:\"content\";N;s:4:\"node\";N;}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/comment\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_comment_wrapper\";}}s:17:\"comment_submitted\";a:7:{s:8:\"function\";s:28:\"bluecheese_comment_submitted\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"comment\";N;}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/comment\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"dblog_filters\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/dblog\";s:8:\"function\";s:19:\"theme_dblog_filters\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/dblog\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"filter_admin_overview\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_admin_overview\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/filter/filter.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"filter_admin_order\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:24:\"theme_filter_admin_order\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/filter/filter.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"filter_tips\";a:8:{s:9:\"arguments\";a:3:{s:4:\"tips\";N;s:4:\"long\";b:0;s:5:\"extra\";s:0:\"\";}s:4:\"file\";s:16:\"filter.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:17:\"theme_filter_tips\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/filter/filter.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"filter_tips_more_info\";a:7:{s:9:\"arguments\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_tips_more_info\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/filter\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"menu_overview_form\";a:8:{s:4:\"file\";s:14:\"menu.admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/menu\";s:8:\"function\";s:24:\"theme_menu_overview_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/menu/menu.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/menu\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"node\";a:8:{s:8:\"template\";s:4:\"node\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:4:\"node\";N;s:6:\"teaser\";b:0;s:4:\"page\";b:0;}s:11:\"theme paths\";a:2:{i:0;s:12:\"modules/node\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_node\";i:2;s:22:\"ctools_preprocess_node\";i:3;s:21:\"views_preprocess_node\";i:4;s:26:\"bluecheese_preprocess_node\";}}s:9:\"node_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"items\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:15:\"theme_node_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"node_search_admin\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:23:\"theme_node_search_admin\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"node_filter_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:22:\"theme_node_filter_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"node_filters\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:18:\"theme_node_filters\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"node_admin_nodes\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:22:\"theme_node_admin_nodes\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"node_add_list\";a:8:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:19:\"theme_node_add_list\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"node_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:15:\"theme_node_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"node_preview\";a:8:{s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:18:\"theme_node_preview\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/node/node.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"node_log_message\";a:7:{s:9:\"arguments\";a:1:{s:3:\"log\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:22:\"theme_node_log_message\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/node\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"node_submitted\";a:7:{s:8:\"function\";s:25:\"bluecheese_node_submitted\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:11:\"theme paths\";a:2:{i:0;s:12:\"modules/node\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"profile_block\";a:7:{s:9:\"arguments\";a:2:{s:7:\"account\";N;s:6:\"fields\";a:0:{}}s:8:\"template\";s:29:\"modules/profile/profile-block\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/profile\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/profile\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:33:\"template_preprocess_profile_block\";}}s:15:\"profile_listing\";a:8:{s:8:\"template\";s:15:\"profile-listing\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:7:\"account\";N;s:6:\"fields\";a:0:{}}s:11:\"theme paths\";a:2:{i:0;s:15:\"modules/profile\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_profile_listing\";}}s:15:\"profile_wrapper\";a:7:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:8:\"template\";s:31:\"modules/profile/profile-wrapper\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/profile\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/profile\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_profile_wrapper\";}}s:22:\"profile_admin_overview\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:17:\"profile.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/profile\";s:8:\"function\";s:28:\"theme_profile_admin_overview\";s:13:\"include files\";a:1:{i:0;s:35:\"./modules/profile/profile.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:15:\"modules/profile\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"placeholder\";a:7:{s:9:\"arguments\";a:1:{s:4:\"text\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_placeholder\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"page\";a:8:{s:8:\"template\";s:4:\"page\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:7:\"content\";N;s:11:\"show_blocks\";b:1;s:13:\"show_messages\";b:1;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:7:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_page\";i:3;s:35:\"drupalorg_crosssite_preprocess_page\";i:4;s:32:\"google_admanager_preprocess_page\";i:5;s:25:\"drupalorg_preprocess_page\";i:6;s:26:\"bluecheese_preprocess_page\";i:8;s:22:\"ctools_preprocess_page\";}}s:16:\"maintenance_page\";a:7:{s:9:\"arguments\";a:3:{s:7:\"content\";N;s:11:\"show_blocks\";b:1;s:13:\"show_messages\";b:1;}s:8:\"template\";s:31:\"modules/system/maintenance-page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"update_page\";a:7:{s:9:\"arguments\";a:2:{s:7:\"content\";N;s:13:\"show_messages\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_update_page\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"install_page\";a:7:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_install_page\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"task_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"items\";N;s:6:\"active\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_task_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"status_messages\";a:7:{s:8:\"function\";s:26:\"bluecheese_status_messages\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"display\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"links\";a:7:{s:9:\"arguments\";a:2:{s:5:\"links\";N;s:10:\"attributes\";a:1:{s:5:\"class\";s:5:\"links\";}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_links\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"image\";a:7:{s:9:\"arguments\";a:5:{s:4:\"path\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"attributes\";N;s:7:\"getsize\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_image\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"breadcrumb\";a:7:{s:9:\"arguments\";a:1:{s:10:\"breadcrumb\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_breadcrumb\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"help\";a:7:{s:8:\"function\";s:15:\"bluecheese_help\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:0:{}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"submenu\";a:7:{s:9:\"arguments\";a:1:{s:5:\"links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:13:\"theme_submenu\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"table\";a:7:{s:9:\"arguments\";a:4:{s:6:\"header\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"table_select_header_cell\";a:7:{s:9:\"arguments\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_table_select_header_cell\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"tablesort_indicator\";a:7:{s:9:\"arguments\";a:1:{s:5:\"style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_tablesort_indicator\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:3:\"box\";a:7:{s:9:\"arguments\";a:3:{s:5:\"title\";N;s:7:\"content\";N;s:6:\"region\";s:4:\"main\";}s:8:\"template\";s:18:\"modules/system/box\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"block\";a:8:{s:8:\"template\";s:5:\"block\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:5:\"block\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:26:\"drupalorg_preprocess_block\";i:3;s:27:\"bluecheese_preprocess_block\";}}s:4:\"mark\";a:7:{s:9:\"arguments\";a:1:{s:4:\"type\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_mark\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"item_list\";a:7:{s:9:\"arguments\";a:4:{s:5:\"items\";a:0:{}s:5:\"title\";N;s:4:\"type\";s:2:\"ul\";s:10:\"attributes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_item_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"more_help_link\";a:7:{s:9:\"arguments\";a:1:{s:3:\"url\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_more_help_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"xml_icon\";a:7:{s:9:\"arguments\";a:1:{s:3:\"url\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_xml_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"feed_icon\";a:7:{s:9:\"arguments\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_feed_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"more_link\";a:7:{s:9:\"arguments\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_more_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"closure\";a:7:{s:9:\"arguments\";a:1:{s:4:\"main\";i:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:13:\"theme_closure\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"blocks\";a:7:{s:9:\"arguments\";a:1:{s:6:\"region\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_blocks\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"username\";a:7:{s:9:\"arguments\";a:1:{s:6:\"object\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_username\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"progress_bar\";a:7:{s:9:\"arguments\";a:2:{s:7:\"percent\";N;s:7:\"message\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_progress_bar\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"indentation\";a:7:{s:9:\"arguments\";a:1:{s:4:\"size\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_indentation\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"pager\";a:7:{s:9:\"arguments\";a:4:{s:4:\"tags\";a:0:{}s:5:\"limit\";i:10;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_pager\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"pager_first\";a:7:{s:9:\"arguments\";a:4:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_pager_first\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"pager_previous\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_pager_previous\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"pager_next\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_next\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"pager_last\";a:7:{s:9:\"arguments\";a:4:{s:4:\"text\";N;s:5:\"limit\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_last\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"pager_link\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:8:\"page_new\";N;s:7:\"element\";N;s:10:\"parameters\";a:0:{}s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"locale_admin_manage_screen\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:32:\"theme_locale_admin_manage_screen\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"menu_item_link\";a:7:{s:9:\"arguments\";a:1:{s:4:\"item\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_menu_item_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"menu_tree\";a:7:{s:9:\"arguments\";a:1:{s:4:\"tree\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_tree\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"menu_item\";a:7:{s:9:\"arguments\";a:3:{s:4:\"link\";N;s:12:\"has_children\";N;s:4:\"menu\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_item\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"menu_local_task\";a:7:{s:9:\"arguments\";a:2:{s:4:\"link\";N;s:6:\"active\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:21:\"theme_menu_local_task\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"menu_local_tasks\";a:7:{s:8:\"function\";s:27:\"bluecheese_menu_local_tasks\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:0:{}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"select\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_select\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"fieldset\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_fieldset\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"radio\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_radio\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"radios\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_radios\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"password_confirm\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:22:\"theme_password_confirm\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"date\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_date\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"item\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_item\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"checkbox\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_checkbox\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"checkboxes\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_checkboxes\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"submit\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_submit\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"button\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_button\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"image_button\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_image_button\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"hidden\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_hidden\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:5:\"token\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_token\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"textfield\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_textfield\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"form\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"textarea\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_textarea\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"markup\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_markup\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:8:\"password\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_password\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"file\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_file\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"form_element\";a:7:{s:8:\"function\";s:23:\"bluecheese_form_element\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:7:\"element\";N;s:5:\"value\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/system\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"system_theme_select_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_system_theme_select_form\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"system_themes_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_system_themes_form\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"system_modules\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_system_modules\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"system_modules_uninstall\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_system_modules_uninstall\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"status_report\";a:8:{s:9:\"arguments\";a:1:{s:12:\"requirements\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:19:\"theme_status_report\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"admin_page\";a:8:{s:9:\"arguments\";a:1:{s:6:\"blocks\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_admin_page\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:11:\"admin_block\";a:8:{s:9:\"arguments\";a:1:{s:5:\"block\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_admin_block\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"admin_block_content\";a:8:{s:9:\"arguments\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_admin_block_content\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"system_admin_by_module\";a:8:{s:9:\"arguments\";a:1:{s:10:\"menu_items\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:28:\"theme_system_admin_by_module\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/system/system.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"system_powered_by\";a:7:{s:9:\"arguments\";a:1:{s:10:\"image_path\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_system_powered_by\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"taxonomy_term_select\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:26:\"theme_taxonomy_term_select\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"taxonomy_term_page\";a:7:{s:9:\"arguments\";a:2:{s:4:\"tids\";a:0:{}s:6:\"result\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:24:\"theme_taxonomy_term_page\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"taxonomy_overview_vocabularies\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:36:\"theme_taxonomy_overview_vocabularies\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"taxonomy_overview_terms\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:29:\"theme_taxonomy_overview_terms\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:16:\"modules/taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"update_settings\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:21:\"theme_update_settings\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/update\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"update_report\";a:7:{s:9:\"arguments\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:19:\"theme_update_report\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/update\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"update_version\";a:7:{s:9:\"arguments\";a:3:{s:7:\"version\";N;s:3:\"tag\";N;s:5:\"class\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:20:\"theme_update_version\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/update\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"upload_attachments\";a:7:{s:9:\"arguments\";a:1:{s:5:\"files\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/upload\";s:8:\"function\";s:24:\"theme_upload_attachments\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"upload_form_current\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/upload\";s:8:\"function\";s:25:\"theme_upload_form_current\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"upload_form_new\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/upload\";s:8:\"function\";s:21:\"theme_upload_form_new\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"user_picture\";a:7:{s:9:\"arguments\";a:1:{s:7:\"account\";N;}s:8:\"template\";s:25:\"modules/user/user-picture\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_picture\";}}s:12:\"user_profile\";a:8:{s:9:\"arguments\";a:1:{s:7:\"account\";N;}s:8:\"template\";s:25:\"modules/user/user-profile\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_profile\";}}s:21:\"user_profile_category\";a:8:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:8:\"template\";s:34:\"modules/user/user-profile-category\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:41:\"template_preprocess_user_profile_category\";i:2;s:43:\"bluecheese_preprocess_user_profile_category\";}}s:17:\"user_profile_item\";a:8:{s:8:\"template\";s:17:\"user-profile-item\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.pages.inc\";}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:11:\"theme paths\";a:2:{i:0;s:12:\"modules/user\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_user_profile_item\";}}s:9:\"user_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"users\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:15:\"theme_user_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"user_admin_perm\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:21:\"theme_user_admin_perm\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"user_admin_new_role\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:25:\"theme_user_admin_new_role\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"user_admin_account\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:24:\"theme_user_admin_account\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"user_filter_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:22:\"theme_user_filter_form\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"user_filters\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:18:\"theme_user_filters\";s:13:\"include files\";a:1:{i:0;s:29:\"./modules/user/user.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"user_signature\";a:7:{s:9:\"arguments\";a:1:{s:9:\"signature\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:20:\"theme_user_signature\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:12:\"modules/user\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"apachesolr_facet_link\";a:7:{s:9:\"arguments\";a:6:{s:10:\"facet_text\";N;s:4:\"path\";N;s:7:\"options\";N;s:5:\"count\";N;s:6:\"active\";b:0;s:9:\"num_found\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:27:\"theme_apachesolr_facet_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"apachesolr_unclick_link\";a:7:{s:9:\"arguments\";a:3:{s:10:\"facet_text\";N;s:4:\"path\";N;s:7:\"options\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:29:\"theme_apachesolr_unclick_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"apachesolr_facet_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"items\";N;s:13:\"display_limit\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:27:\"theme_apachesolr_facet_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"apachesolr_sort_list\";a:7:{s:9:\"arguments\";a:1:{s:5:\"items\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:26:\"theme_apachesolr_sort_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"apachesolr_sort_link\";a:7:{s:9:\"arguments\";a:5:{s:4:\"text\";N;s:4:\"path\";N;s:7:\"options\";N;s:6:\"active\";b:0;s:9:\"direction\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:26:\"theme_apachesolr_sort_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:35:\"apachesolr_mlt_recommendation_block\";a:7:{s:9:\"arguments\";a:1:{s:4:\"docs\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:41:\"theme_apachesolr_mlt_recommendation_block\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"apachesolr_breadcrumb_is_book_bid\";a:7:{s:9:\"arguments\";a:2:{s:3:\"bid\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:39:\"theme_apachesolr_breadcrumb_is_book_bid\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"apachesolr_breadcrumb_uid\";a:7:{s:9:\"arguments\";a:2:{s:3:\"uid\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:31:\"theme_apachesolr_breadcrumb_uid\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"apachesolr_breadcrumb_tid\";a:7:{s:9:\"arguments\";a:2:{s:3:\"tid\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:31:\"theme_apachesolr_breadcrumb_tid\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"apachesolr_breadcrumb_type\";a:7:{s:9:\"arguments\";a:2:{s:4:\"type\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:32:\"theme_apachesolr_breadcrumb_type\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"apachesolr_breadcrumb_language\";a:7:{s:9:\"arguments\";a:2:{s:4:\"lang\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:36:\"theme_apachesolr_breadcrumb_language\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"apachesolr_breadcrumb_changed\";a:7:{s:9:\"arguments\";a:1:{s:4:\"type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:35:\"theme_apachesolr_breadcrumb_changed\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"apachesolr_breadcrumb_created\";a:7:{s:9:\"arguments\";a:1:{s:4:\"type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:35:\"theme_apachesolr_breadcrumb_created\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"apachesolr_currentsearch\";a:7:{s:9:\"arguments\";a:2:{s:11:\"total_found\";N;s:5:\"links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:30:\"theme_apachesolr_currentsearch\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"apachesolr_search_snippets\";a:7:{s:9:\"arguments\";a:2:{s:3:\"doc\";N;s:8:\"snippets\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:28:\"sites/all/modules/apachesolr\";s:8:\"function\";s:32:\"theme_apachesolr_search_snippets\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/apachesolr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:35:\"apachesolr_multisitesearch_username\";a:7:{s:9:\"arguments\";a:1:{s:3:\"doc\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/apachesolr_multisitesearch\";s:8:\"function\";s:41:\"theme_apachesolr_multisitesearch_username\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/apachesolr_multisitesearch\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"apachesolr_breadcrumb_hash\";a:7:{s:9:\"arguments\";a:2:{s:4:\"hash\";N;s:7:\"exclude\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/apachesolr_multisitesearch\";s:8:\"function\";s:32:\"theme_apachesolr_breadcrumb_hash\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/apachesolr_multisitesearch\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"ctools_wizard_trail\";a:8:{s:9:\"arguments\";a:1:{i:0;s:5:\"trail\";}s:4:\"file\";s:25:\"includes/wizard.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:25:\"theme_ctools_wizard_trail\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/ctools/includes/wizard.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"ctools_context_list\";a:8:{s:9:\"arguments\";a:1:{i:0;s:6:\"object\";}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:25:\"theme_ctools_context_list\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:28:\"ctools_context_list_no_table\";a:8:{s:9:\"arguments\";a:1:{i:0;s:6:\"object\";}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:34:\"theme_ctools_context_list_no_table\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"ctools_context_item_form\";a:8:{s:9:\"arguments\";a:1:{i:0;s:4:\"form\";}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:30:\"theme_ctools_context_item_form\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"ctools_context_item_row\";a:8:{s:9:\"arguments\";a:5:{i:0;s:4:\"type\";i:1;s:4:\"form\";i:2;s:8:\"position\";i:3;s:5:\"count\";s:7:\"with_tr\";b:1;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:29:\"theme_ctools_context_item_row\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"ctools_access_admin_add\";a:8:{s:9:\"arguments\";a:1:{i:0;s:4:\"form\";}s:4:\"file\";s:26:\"includes/context-admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:29:\"theme_ctools_access_admin_add\";s:13:\"include files\";a:1:{i:0;s:53:\"./sites/all/modules/ctools/includes/context-admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"profile_fields_pane\";a:8:{s:9:\"arguments\";a:2:{s:8:\"category\";N;s:4:\"vars\";N;}s:4:\"path\";s:59:\"sites/all/modules/ctools/plugins/content_types/user_context\";s:8:\"template\";s:19:\"profile_fields_pane\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:59:\"sites/all/modules/ctools/plugins/content_types/user_context\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"ctools_collapsible\";a:8:{s:9:\"arguments\";a:3:{s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:24:\"theme_ctools_collapsible\";s:13:\"include files\";a:1:{i:0;s:57:\"./sites/all/modules/ctools/includes/collapsible.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"ctools_collapsible_remembered\";a:8:{s:9:\"arguments\";a:4:{s:2:\"id\";N;s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:35:\"theme_ctools_collapsible_remembered\";s:13:\"include files\";a:1:{i:0;s:57:\"./sites/all/modules/ctools/includes/collapsible.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"ctools_stylizer_color_scheme_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:39:\"theme_ctools_stylizer_color_scheme_form\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/ctools/includes/stylizer.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:28:\"ctools_stylizer_preview_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:34:\"theme_ctools_stylizer_preview_form\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/ctools/includes/stylizer.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"ctools_style_icon\";a:8:{s:9:\"arguments\";a:2:{s:5:\"image\";N;s:5:\"title\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:23:\"theme_ctools_style_icon\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/ctools/includes/stylizer.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"ctools_dropdown\";a:8:{s:9:\"arguments\";a:4:{s:5:\"title\";N;s:5:\"links\";N;s:5:\"image\";b:0;s:5:\"class\";s:0:\"\";}s:4:\"file\";s:27:\"includes/dropdown.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/ctools\";s:8:\"function\";s:21:\"theme_ctools_dropdown\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/ctools/includes/dropdown.theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/ctools\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:28:\"drupalorg_handbook_meta_data\";a:7:{s:9:\"arguments\";a:2:{s:4:\"info\";N;s:8:\"modified\";N;}s:8:\"template\";s:65:\"sites/all/modules/drupalorg/drupalorg_handbook/handbook-meta-data\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:46:\"sites/all/modules/drupalorg/drupalorg_handbook\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:46:\"sites/all/modules/drupalorg/drupalorg_handbook\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"drupalorg_search_help_results\";a:7:{s:9:\"arguments\";a:1:{s:7:\"results\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/drupalorg/drupalorg_search\";s:8:\"function\";s:35:\"theme_drupalorg_search_help_results\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/drupalorg/drupalorg_search\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:4:\"flag\";a:9:{s:9:\"arguments\";a:4:{s:4:\"flag\";N;s:6:\"action\";N;s:10:\"content_id\";N;s:14:\"after_flagging\";b:0;}s:8:\"template\";s:4:\"flag\";s:7:\"pattern\";s:6:\"flag__\";s:4:\"path\";s:28:\"sites/all/modules/flag/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:28:\"sites/all/modules/flag/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_flag\";}}s:19:\"flag_tokens_browser\";a:8:{s:9:\"variables\";a:3:{s:5:\"types\";a:1:{i:0;s:3:\"all\";}s:6:\"prefix\";s:1:\"[\";s:6:\"suffix\";s:1:\"]\";}s:4:\"file\";s:23:\"includes/flag.token.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:25:\"theme_flag_tokens_browser\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/flag/includes/flag.token.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"flag_admin_page\";a:8:{s:9:\"arguments\";a:2:{s:5:\"flags\";N;s:13:\"default_flags\";N;}s:4:\"file\";s:23:\"includes/flag.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:21:\"theme_flag_admin_page\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/flag/includes/flag.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"flag_form_roles\";a:8:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"file\";s:23:\"includes/flag.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:21:\"theme_flag_form_roles\";s:13:\"include files\";a:1:{i:0;s:48:\"./sites/all/modules/flag/includes/flag.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"flag_rules_radios\";a:8:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"file\";s:29:\"includes/flag.rules_forms.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/flag\";s:8:\"function\";s:23:\"theme_flag_rules_radios\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/flag/includes/flag.rules_forms.inc\";}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/flag\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"google_admanager_block\";a:7:{s:9:\"arguments\";a:2:{s:2:\"id\";N;s:7:\"ad_slot\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/google_admanager\";s:8:\"function\";s:28:\"theme_google_admanager_block\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:34:\"sites/all/modules/google_admanager\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:7:\"homebox\";a:7:{s:9:\"arguments\";a:5:{s:7:\"regions\";N;s:12:\"column_count\";N;s:9:\"add_links\";N;s:9:\"save_form\";N;s:4:\"page\";N;}s:8:\"template\";s:33:\"sites/all/modules/homebox/homebox\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:27:\"template_preprocess_homebox\";}}s:13:\"homebox_block\";a:7:{s:9:\"arguments\";a:2:{s:5:\"block\";N;s:4:\"page\";N;}s:8:\"template\";s:39:\"sites/all/modules/homebox/homebox-block\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"homebox_admin_display_form\";a:8:{s:8:\"template\";s:52:\"sites/all/modules/homebox/homebox-admin-display-form\";s:4:\"file\";s:17:\"homebox.admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:13:\"include files\";a:1:{i:0;s:45:\"./sites/all/modules/homebox/homebox.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:46:\"template_preprocess_homebox_admin_display_form\";}}s:22:\"homebox_admin_new_page\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:17:\"homebox.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/homebox\";s:8:\"function\";s:28:\"theme_homebox_admin_new_page\";s:13:\"include files\";a:1:{i:0;s:45:\"./sites/all/modules/homebox/homebox.admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/homebox\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"image_attach_teaser\";a:7:{s:9:\"arguments\";a:1:{s:4:\"node\";O:8:\"stdClass\":0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/image/contrib/image_attach\";s:8:\"function\";s:25:\"theme_image_attach_teaser\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/image/contrib/image_attach\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"image_attach_body\";a:7:{s:9:\"arguments\";a:1:{s:4:\"node\";O:8:\"stdClass\":0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:44:\"sites/all/modules/image/contrib/image_attach\";s:8:\"function\";s:23:\"theme_image_attach_body\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:44:\"sites/all/modules/image/contrib/image_attach\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"image_gallery\";a:7:{s:9:\"arguments\";a:2:{s:9:\"galleries\";N;s:6:\"images\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/image/contrib/image_gallery\";s:8:\"function\";s:19:\"theme_image_gallery\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:45:\"sites/all/modules/image/contrib/image_gallery\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"image_gallery_img\";a:7:{s:9:\"arguments\";a:2:{s:5:\"image\";N;s:4:\"size\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/image/contrib/image_gallery\";s:8:\"function\";s:23:\"theme_image_gallery_img\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:45:\"sites/all/modules/image/contrib/image_gallery\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"image_settings_sizes_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:31:\"theme_image_settings_sizes_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"image_teaser\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:4:\"size\";s:9:\"thumbnail\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:18:\"theme_image_teaser\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"image_body\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:4:\"size\";s:7:\"preview\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:16:\"theme_image_body\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"image_block_random\";a:7:{s:9:\"arguments\";a:2:{s:6:\"images\";N;s:4:\"size\";s:9:\"thumbnail\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:24:\"theme_image_block_random\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"image_block_latest\";a:7:{s:9:\"arguments\";a:2:{s:6:\"images\";N;s:4:\"size\";s:9:\"thumbnail\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:24:\"theme_image_block_latest\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"image_display\";a:7:{s:9:\"arguments\";a:4:{s:4:\"node\";N;s:5:\"label\";N;s:3:\"url\";N;s:10:\"attributes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/image\";s:8:\"function\";s:19:\"theme_image_display\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/image\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_solr_no_count_facet_link\";a:7:{s:9:\"arguments\";a:5:{s:10:\"facet_text\";N;s:4:\"path\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"active\";b:0;s:9:\"num_found\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/project/solr\";s:8:\"function\";s:38:\"theme_project_solr_no_count_facet_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:30:\"sites/all/modules/project/solr\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_solr_category_page\";a:7:{s:8:\"function\";s:37:\"bluecheese_project_solr_category_page\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:3:{s:12:\"project_type\";N;s:10:\"categories\";a:0:{}s:12:\"version_form\";N;}s:11:\"theme paths\";a:2:{i:0;s:30:\"sites/all/modules/project/solr\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_solr_category_list\";a:7:{s:8:\"function\";s:37:\"bluecheese_project_solr_category_list\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:5:\"items\";a:0:{}}s:11:\"theme paths\";a:2:{i:0;s:30:\"sites/all/modules/project/solr\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"project_usage_chart\";a:9:{s:9:\"arguments\";a:1:{s:4:\"args\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:25:\"theme_project_usage_chart\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"project_usage_chart_by_release\";a:9:{s:9:\"arguments\";a:3:{s:5:\"title\";N;s:6:\"header\";N;s:4:\"rows\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:36:\"theme_project_usage_chart_by_release\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_usage_header_links\";a:9:{s:9:\"arguments\";a:2:{s:7:\"project\";N;s:7:\"release\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:32:\"theme_project_usage_header_links\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_usage_project_page\";a:9:{s:9:\"arguments\";a:5:{s:7:\"project\";N;s:14:\"release_header\";N;s:12:\"release_rows\";N;s:14:\"project_header\";N;s:12:\"project_rows\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:32:\"theme_project_usage_project_page\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_usage_release_page\";a:9:{s:9:\"arguments\";a:4:{s:7:\"project\";N;s:7:\"release\";N;s:6:\"header\";N;s:4:\"rows\";N;}s:4:\"file\";s:9:\"pages.inc\";s:4:\"path\";s:40:\"sites/all/modules/project/usage/includes\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project/usage\";s:8:\"function\";s:32:\"theme_project_usage_release_page\";s:13:\"include files\";a:1:{i:0;s:52:\"./sites/all/modules/project/usage/includes/pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/project/usage/includes\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:13:\"tracker2_page\";a:8:{s:9:\"arguments\";a:1:{s:5:\"nodes\";a:0:{}}s:4:\"file\";s:18:\"tracker2.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:26:\"sites/all/modules/tracker2\";s:8:\"function\";s:19:\"theme_tracker2_page\";s:13:\"include files\";a:1:{i:0;s:47:\"./sites/all/modules/tracker2/tracker2.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:26:\"sites/all/modules/tracker2\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"tracker2_block\";a:8:{s:9:\"arguments\";a:1:{s:5:\"nodes\";a:0:{}}s:4:\"file\";s:18:\"tracker2.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:26:\"sites/all/modules/tracker2\";s:8:\"function\";s:20:\"theme_tracker2_block\";s:13:\"include files\";a:1:{i:0;s:47:\"./sites/all/modules/tracker2/tracker2.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:26:\"sites/all/modules/tracker2\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"views_ui_edit_view\";a:8:{s:9:\"arguments\";a:1:{s:4:\"view\";N;}s:8:\"template\";s:18:\"views-ui-edit-view\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_ui_edit_view\";}}s:17:\"views_ui_edit_tab\";a:8:{s:9:\"arguments\";a:2:{s:4:\"view\";N;s:7:\"display\";N;}s:8:\"template\";s:17:\"views-ui-edit-tab\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_views_ui_edit_tab\";}}s:18:\"views_ui_edit_item\";a:8:{s:9:\"arguments\";a:4:{s:4:\"type\";N;s:4:\"view\";N;s:7:\"display\";N;s:9:\"no_fields\";b:0;}s:8:\"template\";s:18:\"views-ui-edit-item\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_ui_edit_item\";}}s:23:\"views_ui_rearrange_form\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:29:\"theme_views_ui_rearrange_form\";s:13:\"include files\";a:1:{i:0;s:44:\"./sites/all/modules/views/includes/admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"views_ui_list_views\";a:7:{s:8:\"template\";s:19:\"views-ui-list-views\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"template_preprocess_views_ui_list_views\";}}s:24:\"views_ui_list_views_form\";a:8:{s:4:\"file\";s:18:\"includes/admin.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:30:\"theme_views_ui_list_views_form\";s:13:\"include files\";a:1:{i:0;s:44:\"./sites/all/modules/views/includes/admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"views_tabset\";a:8:{s:9:\"arguments\";a:1:{s:4:\"tabs\";N;}s:4:\"file\";s:17:\"includes/tabs.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:18:\"theme_views_tabset\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/views/includes/tabs.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:9:\"views_tab\";a:8:{s:9:\"arguments\";a:1:{s:4:\"body\";N;}s:4:\"file\";s:17:\"includes/tabs.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:15:\"theme_views_tab\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/views/includes/tabs.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"views_ui_style_plugin_table\";a:8:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:33:\"theme_views_ui_style_plugin_table\";s:13:\"include files\";a:1:{i:0;s:44:\"./sites/all/modules/views/includes/admin.inc\";}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/views\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"views_node_selector\";a:7:{s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:25:\"theme_views_node_selector\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"views_bulk_operations_confirmation\";a:7:{s:9:\"arguments\";a:2:{s:7:\"objects\";N;s:4:\"view\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:40:\"theme_views_bulk_operations_confirmation\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:41:\"views_bulk_operations_profile_action_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:47:\"theme_views_bulk_operations_profile_action_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:40:\"views_bulk_operations_fields_action_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/views_bulk_operations\";s:8:\"function\";s:46:\"theme_views_bulk_operations_fields_action_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:6:\"forums\";a:7:{s:8:\"template\";s:20:\"modules/forum/forums\";s:9:\"arguments\";a:6:{s:6:\"forums\";N;s:6:\"topics\";N;s:7:\"parents\";N;s:3:\"tid\";N;s:6:\"sortby\";N;s:14:\"forum_per_page\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_forums\";}}s:10:\"forum_list\";a:7:{s:8:\"template\";s:24:\"modules/forum/forum-list\";s:9:\"arguments\";a:3:{s:6:\"forums\";N;s:7:\"parents\";N;s:3:\"tid\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_forum_list\";}}s:16:\"forum_topic_list\";a:7:{s:8:\"template\";s:30:\"modules/forum/forum-topic-list\";s:9:\"arguments\";a:4:{s:3:\"tid\";N;s:6:\"topics\";N;s:6:\"sortby\";N;s:14:\"forum_per_page\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_forum_topic_list\";i:2;s:38:\"bluecheese_preprocess_forum_topic_list\";}}s:10:\"forum_icon\";a:8:{s:8:\"template\";s:10:\"forum-icon\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:4:{s:9:\"new_posts\";N;s:9:\"num_posts\";i:0;s:12:\"comment_mode\";i:0;s:6:\"sticky\";i:0;}s:11:\"theme paths\";a:2:{i:0;s:13:\"modules/forum\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_forum_icon\";}}s:22:\"forum_topic_navigation\";a:7:{s:8:\"function\";s:33:\"bluecheese_forum_topic_navigation\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:11:\"theme paths\";a:2:{i:0;s:13:\"modules/forum\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_forum_topic_navigation\";}}s:15:\"forum_submitted\";a:7:{s:8:\"template\";s:29:\"modules/forum/forum-submitted\";s:9:\"arguments\";a:1:{s:5:\"topic\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/forum\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:13:\"modules/forum\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_forum_submitted\";}}s:17:\"search_theme_form\";a:8:{s:8:\"template\";s:17:\"search-theme-form\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/search\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_search_theme_form\";}}s:17:\"search_block_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:8:\"template\";s:32:\"modules/search/search-block-form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/search\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/search\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_search_block_form\";}}s:13:\"search_result\";a:8:{s:8:\"template\";s:13:\"search-result\";s:4:\"path\";s:27:\"sites/all/themes/bluecheese\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/search/search.pages.inc\";}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:2:{s:6:\"result\";N;s:4:\"type\";N;}s:11:\"theme paths\";a:2:{i:0;s:14:\"modules/search\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:33:\"template_preprocess_search_result\";i:2;s:35:\"bluecheese_preprocess_search_result\";}}s:14:\"search_results\";a:8:{s:9:\"arguments\";a:2:{s:7:\"results\";N;s:4:\"type\";N;}s:4:\"file\";s:16:\"search.pages.inc\";s:8:\"template\";s:29:\"modules/search/search-results\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/search\";s:13:\"include files\";a:1:{i:0;s:33:\"./modules/search/search.pages.inc\";}s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/search\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_search_results\";i:2;s:36:\"bluecheese_preprocess_search_results\";}}s:50:\"comment_alter_taxonomy_project_issue_metadata_term\";a:7:{s:9:\"arguments\";a:2:{s:4:\"node\";N;s:4:\"term\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:40:\"sites/all/modules/comment_alter_taxonomy\";s:8:\"function\";s:56:\"theme_comment_alter_taxonomy_project_issue_metadata_term\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:40:\"sites/all/modules/comment_alter_taxonomy\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"diff_node_revisions\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:25:\"theme_diff_node_revisions\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:10:\"diff_table\";a:7:{s:9:\"arguments\";a:5:{s:6:\"header\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;s:4:\"cols\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:16:\"theme_diff_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"diff_header_line\";a:7:{s:9:\"arguments\";a:1:{s:6:\"lineno\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:22:\"theme_diff_header_line\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"diff_content_line\";a:7:{s:9:\"arguments\";a:1:{s:4:\"line\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:23:\"theme_diff_content_line\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"diff_empty_line\";a:7:{s:9:\"arguments\";a:1:{s:4:\"line\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:22:\"sites/all/modules/diff\";s:8:\"function\";s:21:\"theme_diff_empty_line\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:22:\"sites/all/modules/diff\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"comment_upload_attachments\";a:7:{s:8:\"template\";s:59:\"sites/all/modules/comment_upload/comment-upload-attachments\";s:9:\"arguments\";a:3:{s:5:\"files\";N;s:14:\"display_images\";b:0;s:6:\"preset\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/comment_upload\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:32:\"sites/all/modules/comment_upload\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:46:\"template_preprocess_comment_upload_attachments\";}}s:27:\"comment_upload_form_current\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/comment_upload\";s:8:\"function\";s:33:\"theme_comment_upload_form_current\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:32:\"sites/all/modules/comment_upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"comment_upload_form_new\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/comment_upload\";s:8:\"function\";s:29:\"theme_comment_upload_form_new\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:32:\"sites/all/modules/comment_upload\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"project_term_list\";a:7:{s:9:\"arguments\";a:2:{s:5:\"terms\";N;s:4:\"path\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:23:\"theme_project_term_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"project_summary\";a:7:{s:8:\"function\";s:26:\"bluecheese_project_summary\";s:13:\"include files\";a:0:{}s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:27:\"sites/all/themes/bluecheese\";s:9:\"arguments\";a:1:{s:7:\"project\";N;}s:11:\"theme paths\";a:2:{i:0;s:25:\"sites/all/modules/project\";i:1;s:27:\"sites/all/themes/bluecheese\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:17:\"project_feed_icon\";a:7:{s:9:\"arguments\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:23:\"theme_project_feed_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"project_maintainers_form\";a:8:{s:4:\"file\";s:32:\"includes/project_maintainers.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:30:\"theme_project_maintainers_form\";s:13:\"include files\";a:1:{i:0;s:60:\"./sites/all/modules/project/includes/project_maintainers.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"project_project_node_form_taxonomy\";a:8:{s:4:\"file\";s:11:\"project.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:40:\"theme_project_project_node_form_taxonomy\";s:13:\"include files\";a:1:{i:0;s:39:\"./sites/all/modules/project/project.inc\";}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:46:\"project_views_project_sort_method_options_form\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:52:\"theme_project_views_project_sort_method_options_form\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:12:\"project_type\";a:7:{s:9:\"arguments\";a:1:{s:4:\"term\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:18:\"theme_project_type\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"project_type_description\";a:7:{s:9:\"arguments\";a:1:{s:4:\"term\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:25:\"sites/all/modules/project\";s:8:\"function\";s:30:\"theme_project_type_description\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:25:\"sites/all/modules/project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"project_release_download_file\";a:7:{s:9:\"arguments\";a:2:{s:4:\"file\";N;s:13:\"download_link\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:35:\"theme_project_release_download_file\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:29:\"project_release_download_link\";a:7:{s:9:\"arguments\";a:3:{s:8:\"filepath\";N;s:9:\"link_text\";N;s:8:\"as_array\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:35:\"theme_project_release_download_link\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"project_release_download_table_row\";a:7:{s:9:\"arguments\";a:4:{s:7:\"release\";N;s:11:\"recommended\";b:0;s:8:\"can_edit\";b:0;s:10:\"print_size\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:40:\"theme_project_release_download_table_row\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:41:\"project_release_download_text_recommended\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:47:\"theme_project_release_download_text_recommended\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:38:\"project_release_download_text_snapshot\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:44:\"theme_project_release_download_text_snapshot\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:39:\"project_release_download_text_supported\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:45:\"theme_project_release_download_text_supported\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:41:\"project_release_download_text_unsupported\";a:7:{s:9:\"arguments\";a:2:{s:7:\"release\";N;s:9:\"text_type\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:47:\"theme_project_release_download_text_unsupported\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_release_form_value\";a:8:{s:4:\"file\";s:30:\"includes/release_node_form.inc\";s:9:\"arguments\";a:1:{s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:32:\"theme_project_release_form_value\";s:13:\"include files\";a:1:{i:0;s:66:\"./sites/all/modules/project/release/includes/release_node_form.inc\";}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:38:\"project_release_project_download_table\";a:7:{s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:44:\"theme_project_release_project_download_table\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"project_release_project_edit_form\";a:8:{s:4:\"file\";s:30:\"includes/release_node_form.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:39:\"theme_project_release_project_edit_form\";s:13:\"include files\";a:1:{i:0;s:66:\"./sites/all/modules/project/release/includes/release_node_form.inc\";}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"project_release_table_overview\";a:7:{s:9:\"arguments\";a:5:{s:7:\"project\";N;s:10:\"table_type\";N;s:12:\"release_type\";N;s:5:\"title\";N;s:10:\"print_size\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:36:\"theme_project_release_table_overview\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:42:\"project_release_node_form_version_elements\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:48:\"theme_project_release_node_form_version_elements\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:34:\"project_release_update_status_icon\";a:7:{s:9:\"arguments\";a:1:{s:6:\"status\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/project/release\";s:8:\"function\";s:40:\"theme_project_release_update_status_icon\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:33:\"sites/all/modules/project/release\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"project_issue_comment_table\";a:8:{s:4:\"file\";s:20:\"includes/comment.inc\";s:9:\"arguments\";a:1:{s:15:\"comment_changes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:33:\"theme_project_issue_comment_table\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/includes/comment.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_issue_comment_table_row\";a:8:{s:4:\"file\";s:20:\"includes/comment.inc\";s:9:\"arguments\";a:2:{s:5:\"field\";N;s:6:\"change\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:37:\"theme_project_issue_comment_table_row\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/includes/comment.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:23:\"project_issue_subscribe\";a:8:{s:4:\"file\";s:9:\"issue.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:29:\"theme_project_issue_subscribe\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/project_issue/issue.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:21:\"project_issue_summary\";a:8:{s:4:\"file\";s:28:\"includes/issue_node_view.inc\";s:9:\"arguments\";a:2:{s:12:\"current_data\";N;s:13:\"summary_links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:27:\"theme_project_issue_summary\";s:13:\"include files\";a:1:{i:0;s:62:\"./sites/all/modules/project_issue/includes/issue_node_view.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_issue_admin_states_form\";a:8:{s:4:\"file\";s:31:\"includes/admin.issue_status.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:37:\"theme_project_issue_admin_states_form\";s:13:\"include files\";a:1:{i:0;s:65:\"./sites/all/modules/project_issue/includes/admin.issue_status.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:33:\"project_issue_admin_priority_form\";a:8:{s:4:\"file\";s:33:\"includes/admin.issue_priority.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:39:\"theme_project_issue_admin_priority_form\";s:13:\"include files\";a:1:{i:0;s:67:\"./sites/all/modules/project_issue/includes/admin.issue_priority.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_issue_project_edit_form\";a:8:{s:4:\"file\";s:32:\"includes/project_edit_issues.inc\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:37:\"theme_project_issue_project_edit_form\";s:13:\"include files\";a:1:{i:0;s:66:\"./sites/all/modules/project_issue/includes/project_edit_issues.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_issue_query_result_links\";a:8:{s:4:\"file\";s:9:\"issue.inc\";s:9:\"arguments\";a:1:{s:5:\"links\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:38:\"theme_project_issue_query_result_links\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/project_issue/issue.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:30:\"project_issue_create_forbidden\";a:8:{s:4:\"file\";s:9:\"issue.inc\";s:9:\"arguments\";a:1:{s:3:\"uri\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:36:\"theme_project_issue_create_forbidden\";s:13:\"include files\";a:1:{i:0;s:43:\"./sites/all/modules/project_issue/issue.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:26:\"project_issue_mail_summary\";a:8:{s:4:\"file\";s:17:\"includes/mail.inc\";s:9:\"arguments\";a:4:{s:5:\"entry\";N;s:4:\"node\";N;s:7:\"changes\";N;s:13:\"display_files\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:32:\"theme_project_issue_mail_summary\";s:13:\"include files\";a:1:{i:0;s:51:\"./sites/all/modules/project_issue/includes/mail.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_issue_mail_summary_field\";a:8:{s:4:\"file\";s:17:\"includes/mail.inc\";s:9:\"arguments\";a:3:{s:4:\"node\";N;s:10:\"field_name\";N;s:6:\"change\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:38:\"theme_project_issue_mail_summary_field\";s:13:\"include files\";a:1:{i:0;s:51:\"./sites/all/modules/project_issue/includes/mail.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:32:\"project_issue_auto_close_message\";a:8:{s:4:\"file\";s:20:\"project_issue.module\";s:9:\"arguments\";a:1:{s:15:\"auto_close_days\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:38:\"theme_project_issue_auto_close_message\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/project_issue.module\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:24:\"project_issue_issue_link\";a:8:{s:4:\"file\";s:20:\"project_issue.module\";s:9:\"arguments\";a:4:{s:4:\"node\";N;s:10:\"comment_id\";N;s:14:\"comment_number\";N;s:16:\"include_assigned\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:8:\"function\";s:30:\"theme_project_issue_issue_link\";s:13:\"include files\";a:1:{i:0;s:54:\"./sites/all/modules/project_issue/project_issue.module\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"project_issue_issue_cockpit\";a:8:{s:9:\"arguments\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:26:\"includes/issue_cockpit.inc\";s:8:\"template\";s:65:\"sites/all/modules/project_issue/theme/project-issue-issue-cockpit\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/project_issue\";s:13:\"include files\";a:1:{i:0;s:60:\"./sites/all/modules/project_issue/includes/issue_cockpit.inc\";}s:11:\"theme paths\";a:1:{i:0;s:31:\"sites/all/modules/project_issue\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"template_preprocess_project_issue_issue_cockpit\";}}s:18:\"cvs_commit_message\";a:7:{s:9:\"arguments\";a:1:{i:0;s:6:\"commit\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/cvslog\";s:8:\"function\";s:24:\"theme_cvs_commit_message\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/cvslog\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:27:\"cvs_project_maintainer_list\";a:7:{s:9:\"arguments\";a:2:{i:0;s:4:\"node\";i:1;s:11:\"maintainers\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:24:\"sites/all/modules/cvslog\";s:8:\"function\";s:33:\"theme_cvs_project_maintainer_list\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:24:\"sites/all/modules/cvslog\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:15:\"drupalorg_start\";a:6:{s:8:\"template\";s:53:\"sites/all/modules/drupalorg/drupalorg/drupalorg-start\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"drupalorg_preprocess_drupalorg_start\";}}s:18:\"drupalorg_download\";a:6:{s:8:\"template\";s:56:\"sites/all/modules/drupalorg/drupalorg/drupalorg-download\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"drupalorg_preprocess_drupalorg_download\";}}s:14:\"drupalorg_home\";a:6:{s:8:\"template\";s:52:\"sites/all/modules/drupalorg/drupalorg/drupalorg-home\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"drupalorg_handbook_preprocess_drupalorg_home\";i:2;s:40:\"drupalorg_news_preprocess_drupalorg_home\";i:3;s:35:\"drupalorg_preprocess_drupalorg_home\";i:4;s:43:\"drupalorg_project_preprocess_drupalorg_home\";}}s:15:\"drupalorg_about\";a:6:{s:8:\"template\";s:53:\"sites/all/modules/drupalorg/drupalorg/drupalorg-about\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"drupalorg_preprocess_drupalorg_about\";}}s:19:\"drupalorg_community\";a:6:{s:8:\"template\";s:57:\"sites/all/modules/drupalorg/drupalorg/drupalorg-community\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:40:\"drupalorg_preprocess_drupalorg_community\";}}s:26:\"drupalorg_getting_involved\";a:6:{s:8:\"template\";s:64:\"sites/all/modules/drupalorg/drupalorg/drupalorg-getting-involved\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"drupalorg_preprocess_drupalorg_getting_involved\";}}s:25:\"drupalorg_recent_activity\";a:7:{s:9:\"arguments\";a:1:{s:5:\"nodes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:8:\"function\";s:31:\"theme_drupalorg_recent_activity\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:22:\"drupalorg_hosting_page\";a:6:{s:8:\"template\";s:60:\"sites/all/modules/drupalorg/drupalorg/drupalorg-hosting-page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:25:\"drupalorg_d7_announcement\";a:7:{s:9:\"arguments\";a:1:{s:8:\"language\";s:2:\"en\";}s:8:\"template\";s:63:\"sites/all/modules/drupalorg/drupalorg/drupalorg-d7-announcement\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/drupalorg/drupalorg\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/drupalorg/drupalorg\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:46:\"drupalorg_preprocess_drupalorg_d7_announcement\";}}s:27:\"drupalorg_project_meta_data\";a:7:{s:9:\"arguments\";a:2:{s:4:\"info\";N;s:8:\"modified\";N;}s:8:\"template\";s:63:\"sites/all/modules/drupalorg/drupalorg_project/project-meta-data\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/drupalorg/drupalorg_project\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:45:\"sites/all/modules/drupalorg/drupalorg_project\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:19:\"devel_variable_form\";a:7:{s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/devel\";s:8:\"function\";s:25:\"theme_devel_variable_form\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/devel\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:14:\"devel_querylog\";a:7:{s:9:\"arguments\";a:2:{s:6:\"header\";a:0:{}s:4:\"rows\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/devel\";s:8:\"function\";s:20:\"theme_devel_querylog\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/devel\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"devel_querylog_row\";a:7:{s:9:\"arguments\";a:1:{s:3:\"row\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/devel\";s:8:\"function\";s:24:\"theme_devel_querylog_row\";s:13:\"include files\";a:0:{}s:11:\"theme paths\";a:1:{i:0;s:23:\"sites/all/modules/devel\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"views_mini_pager\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"tags\";a:0:{}s:5:\"limit\";i:10;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:7:\"pattern\";s:18:\"views_mini_pager__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:22:\"theme_views_mini_pager\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:16:\"views_view_field\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:7:\"pattern\";s:18:\"views_view_field__\";s:9:\"arguments\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:3:\"row\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:8:\"function\";s:22:\"theme_views_view_field\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_views_view_field\";}}s:10:\"views_view\";a:10:{s:7:\"pattern\";s:12:\"views_view__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:1:{s:4:\"view\";N;}s:8:\"template\";s:10:\"views-view\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_views_view\";}}s:15:\"views_view_bulk\";a:10:{s:7:\"pattern\";s:17:\"views_view_bulk__\";s:4:\"file\";s:31:\"views_bulk_operations.views.inc\";s:4:\"path\";s:39:\"sites/all/modules/views_bulk_operations\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-bulk\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:73:\"./sites/all/modules/views_bulk_operations/views_bulk_operations.views.inc\";}s:11:\"theme paths\";a:1:{i:0;s:39:\"sites/all/modules/views_bulk_operations\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:31:\"project_views_view_project_list\";a:10:{s:7:\"pattern\";s:33:\"project_views_view_project_list__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:31:\"project-views-view-project-list\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:51:\"template_preprocess_project_views_view_project_list\";}}s:38:\"project_views_view_collapsible_summary\";a:10:{s:7:\"pattern\";s:40:\"project_views_view_collapsible_summary__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:38:\"project-views-view-collapsible-summary\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:58:\"template_preprocess_project_views_view_collapsible_summary\";}}s:16:\"views_view_table\";a:10:{s:7:\"pattern\";s:18:\"views_view_table__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:16:\"views-view-table\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_views_view_table\";i:2;s:43:\"project_release_preprocess_views_view_table\";i:3;s:41:\"project_issue_preprocess_views_view_table\";}}s:22:\"views_view_unformatted\";a:10:{s:7:\"pattern\";s:24:\"views_view_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:22:\"views-view-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_views_view_unformatted\";}}s:15:\"views_view_list\";a:10:{s:7:\"pattern\";s:17:\"views_view_list__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-list\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_list\";}}s:15:\"views_view_grid\";a:10:{s:7:\"pattern\";s:17:\"views_view_grid__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-grid\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_grid\";}}s:18:\"views_view_summary\";a:10:{s:7:\"pattern\";s:20:\"views_view_summary__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:18:\"views-view-summary\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_summary\";}}s:30:\"views_view_summary_unformatted\";a:10:{s:7:\"pattern\";s:32:\"views_view_summary_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:30:\"views-view-summary-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_views_view_summary_unformatted\";}}s:14:\"views_view_rss\";a:10:{s:7:\"pattern\";s:16:\"views_view_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:14:\"views-view-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_views_view_rss\";}}s:28:\"views_view_summary_jump_menu\";a:10:{s:7:\"pattern\";s:30:\"views_view_summary_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:28:\"views-view-summary-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:20:\"views_view_jump_menu\";a:10:{s:7:\"pattern\";s:22:\"views_view_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:20:\"views-view-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}s:18:\"views_view_row_rss\";a:10:{s:7:\"pattern\";s:20:\"views_view_row_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:18:\"views-view-row-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_row_rss\";}}s:22:\"views_view_row_comment\";a:10:{s:7:\"pattern\";s:24:\"views_view_row_comment__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:22:\"views-view-row-comment\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_views_view_row_comment\";}}s:19:\"views_view_row_node\";a:10:{s:7:\"pattern\";s:21:\"views_view_row_node__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:19:\"views-view-row-node\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"template_preprocess_views_view_row_node\";}}s:35:\"project_views_view_row_project_node\";a:10:{s:7:\"pattern\";s:37:\"project_views_view_row_project_node__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:35:\"project-views-view-row-project-node\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:55:\"template_preprocess_project_views_view_row_project_node\";}}s:37:\"project_views_view_row_project_fields\";a:10:{s:7:\"pattern\";s:39:\"project_views_view_row_project_fields__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/project/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:37:\"project-views-view-row-project-fields\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:49:\"./sites/all/modules/project/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:37:\"sites/all/modules/project/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:57:\"template_preprocess_project_views_view_row_project_fields\";}}s:17:\"views_view_fields\";a:10:{s:7:\"pattern\";s:19:\"views_view_fields__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:9:\"arguments\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:17:\"views-view-fields\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_views_view_fields\";}}s:18:\"views_exposed_form\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:8:\"template\";s:18:\"views-exposed-form\";s:7:\"pattern\";s:20:\"views_exposed_form__\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_exposed_form\";}}s:10:\"views_more\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:29:\"sites/all/modules/views/theme\";s:8:\"template\";s:10:\"views-more\";s:7:\"pattern\";s:12:\"views_more__\";s:9:\"arguments\";a:2:{s:8:\"more_url\";N;s:9:\"link_text\";s:4:\"more\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:23:\"sites/all/modules/views\";s:13:\"include files\";a:1:{i:0;s:41:\"./sites/all/modules/views/theme/theme.inc\";}s:11:\"theme paths\";a:1:{i:0;s:29:\"sites/all/modules/views/theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}}', 1300227658, 0, '', 1) 1.91 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/issues/drupal' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.28 2 project_project_get_breadcrumb /* Dries : project_project_get_breadcrumb */ SELECT * FROM menu_links ml INNER JOIN menu_router m ON m.path = ml.router_path WHERE ml.hidden = 0 AND ml.link_path = 'project' ORDER BY ml.weight 1.65 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project' AND language IN('en', '') ORDER BY language DESC, pid DESC 3.34 1 taxonomy_get_tree /* Dries : taxonomy_get_tree */ SELECT t.tid, t.*, parent FROM term_data t INNER JOIN term_hierarchy h ON t.tid = h.tid WHERE t.vid = 3 ORDER BY weight, name 1.94 2 project_project_get_breadcrumb /* Dries : project_project_get_breadcrumb */ SELECT t.tid, t.* FROM term_data t INNER JOIN term_hierarchy h ON t.tid = h.tid INNER JOIN term_node r ON t.tid = r.tid WHERE h.parent = 0 AND t.vid = 3 AND r.vid = 1294180 1.47 1 taxonomy_get_term /* Dries : taxonomy_get_term */ SELECT * FROM term_data WHERE tid = 13 1.58 2 taxonomy_get_parents /* Dries : taxonomy_get_parents */ SELECT t.tid, t.* FROM term_data t INNER JOIN term_hierarchy h ON h.parent = t.tid WHERE h.tid = 13 ORDER BY weight, name 1.69 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/drupal project' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.69 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/1' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.78 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/909476' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.75 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/179723' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.52 1 project_issue_comment_view /* Dries : project_issue_comment_view */ SELECT original_issue_data FROM project_issues WHERE nid = 942782 2.79 1 project_issue_comment_view /* Dries : project_issue_comment_view */ SELECT p.cid, p.title, p.pid, p.rid, p.component, p.category, p.priority, p.assigned, p.sid FROM project_issue_comments p INNER JOIN comments c ON p.cid = c.cid WHERE p.nid = 942782 AND c.status = 0 ORDER BY p.timestamp ASC 1.72 3 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 0 ORDER BY v.weight, t.weight, t.name 5.89 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3578644 ORDER BY v.weight, t.weight, t.name 3.11 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3578644 ORDER BY v.weight, t.weight, t.name 1.52 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3578660 ORDER BY v.weight, t.weight, t.name 1.91 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3578660 ORDER BY v.weight, t.weight, t.name 1.91 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3602282 ORDER BY v.weight, t.weight, t.name 1.46 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3602282 ORDER BY v.weight, t.weight, t.name 2.4 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3605162 ORDER BY v.weight, t.weight, t.name 2.15 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3605162 ORDER BY v.weight, t.weight, t.name 1.69 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3605356 ORDER BY v.weight, t.weight, t.name 1.66 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3605356 ORDER BY v.weight, t.weight, t.name 1.61 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3606026 ORDER BY v.weight, t.weight, t.name 1.53 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3606026 ORDER BY v.weight, t.weight, t.name 1.5 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614306 ORDER BY v.weight, t.weight, t.name 1.52 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614306 ORDER BY v.weight, t.weight, t.name 1.57 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614338 ORDER BY v.weight, t.weight, t.name 1.37 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614338 ORDER BY v.weight, t.weight, t.name 1.46 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614494 ORDER BY v.weight, t.weight, t.name 1.55 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614494 ORDER BY v.weight, t.weight, t.name 1.52 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614714 ORDER BY v.weight, t.weight, t.name 1.44 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614714 ORDER BY v.weight, t.weight, t.name 1.47 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614724 ORDER BY v.weight, t.weight, t.name 1.73 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614724 ORDER BY v.weight, t.weight, t.name 1.89 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614790 ORDER BY v.weight, t.weight, t.name 1.64 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3614790 ORDER BY v.weight, t.weight, t.name 1.48 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3617656 ORDER BY v.weight, t.weight, t.name 1.6 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3617656 ORDER BY v.weight, t.weight, t.name 1.91 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3635766 ORDER BY v.weight, t.weight, t.name 2.38 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3635766 ORDER BY v.weight, t.weight, t.name 1.63 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3662238 ORDER BY v.weight, t.weight, t.name 1.69 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3662238 ORDER BY v.weight, t.weight, t.name 1.69 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3899310 ORDER BY v.weight, t.weight, t.name 1.54 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3899310 ORDER BY v.weight, t.weight, t.name 1.6 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3899416 ORDER BY v.weight, t.weight, t.name 1.53 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3899416 ORDER BY v.weight, t.weight, t.name 1.62 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3899470 ORDER BY v.weight, t.weight, t.name 1.75 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3899470 ORDER BY v.weight, t.weight, t.name 2.04 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900228 ORDER BY v.weight, t.weight, t.name 1.47 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900228 ORDER BY v.weight, t.weight, t.name 1.65 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900408 ORDER BY v.weight, t.weight, t.name 1.71 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900408 ORDER BY v.weight, t.weight, t.name 1.7 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900502 ORDER BY v.weight, t.weight, t.name 1.54 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900502 ORDER BY v.weight, t.weight, t.name 1.64 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900614 ORDER BY v.weight, t.weight, t.name 1.59 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900614 ORDER BY v.weight, t.weight, t.name 1.5 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900740 ORDER BY v.weight, t.weight, t.name 1.54 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900740 ORDER BY v.weight, t.weight, t.name 1.36 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900788 ORDER BY v.weight, t.weight, t.name 1.43 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900788 ORDER BY v.weight, t.weight, t.name 1.49 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900832 ORDER BY v.weight, t.weight, t.name 1.55 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3900832 ORDER BY v.weight, t.weight, t.name 1.57 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3901126 ORDER BY v.weight, t.weight, t.name 1.75 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3901126 ORDER BY v.weight, t.weight, t.name 3.74 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3901196 ORDER BY v.weight, t.weight, t.name 1.53 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3901196 ORDER BY v.weight, t.weight, t.name 3.41 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3901394 ORDER BY v.weight, t.weight, t.name 1.67 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3901394 ORDER BY v.weight, t.weight, t.name 1.96 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3912812 ORDER BY v.weight, t.weight, t.name 2.67 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3912812 ORDER BY v.weight, t.weight, t.name 1.89 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3914184 ORDER BY v.weight, t.weight, t.name 1.54 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3914184 ORDER BY v.weight, t.weight, t.name 2.15 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3916490 ORDER BY v.weight, t.weight, t.name 1.56 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3916490 ORDER BY v.weight, t.weight, t.name 18.81 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3921804 ORDER BY v.weight, t.weight, t.name 1.72 2 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3921804 ORDER BY v.weight, t.weight, t.name 3.12 1 _comment_alter_taxonomy_build_term_list /* Dries : _comment_alter_taxonomy_build_term_list */ SELECT cat.tid, t.* FROM comment_alter_taxonomy cat LEFT JOIN term_data t ON cat.tid = t.tid LEFT JOIN vocabulary v ON t.vid = v.vid WHERE cat.nid = 942782 AND cat.cid = 3921832 ORDER BY v.weight, t.weight, t.name 1.75 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/81067' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 pager_query /* Dries : pager_query */ SELECT COUNT(*) FROM comments c WHERE c.nid = 942782 11.33 1 pager_query /* Dries : pager_query */ SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.signature, u.signature_format, u.picture, u.data, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 942782 ORDER BY c.cid LIMIT 0, 300 2.02 1 node_comment_mode /* Dries : node_comment_mode */ SELECT comment FROM node WHERE nid = 942782 2.21 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3578644 AND (uid = 0 OR uid = 0) AND sid = 0 1.65 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3578644 AND (uid = 0 OR uid = 0) AND sid = 0 3.97 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3578644' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.51 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:55a18ac3998fcbce1aa7d1848e4cfedd' 3.42 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

The last submitted patch, custom_menus.patch, failed testing.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:55a18ac3998fcbce1aa7d1848e4cfedd' 2.38 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3578644 ORDER BY cu.weight, f.fid 1.75 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/180064' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.89 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3578644' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.38 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3578644' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.43 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3578644' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.56 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3578644 AND (uid = 0 OR uid = 0) AND sid = 0 1.68 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3578660 AND (uid = 0 OR uid = 0) AND sid = 0 1.67 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3578660 AND (uid = 0 OR uid = 0) AND sid = 0 3.32 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3578660' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.4 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:6ee18cfc4eb4aacb7cfb7fdca1a7f9ca' 4.43 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Fixed a typo.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:6ee18cfc4eb4aacb7cfb7fdca1a7f9ca' 2.18 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3578660 ORDER BY cu.weight, f.fid 2.95 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3578660' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.44 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3578660' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.62 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3578660' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.47 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3578660 AND (uid = 0 OR uid = 0) AND sid = 0 1.46 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3602282 AND (uid = 0 OR uid = 0) AND sid = 0 1.54 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3602282 AND (uid = 0 OR uid = 0) AND sid = 0 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3602282' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.39 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:daf545f5bd3360d39291a3e6e2b4c213' 1.59 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Nice find, Bec! This is a huge problem. I spent a few hours troubleshooting this same problem and didn\'t find the solution.

\n

This patch is almost what we need to do. We need to replace menu_list_system_menus() with menu_get_menus().

\n

Bec and I talked at length about the odd-looking menu_default_active_menus variable before I finally remembered the use-case. Contrib needs to be able to set the order of the menus, so that it can specify which menus should be checked first for active trails. So that variable absolutely needs to documented.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:daf545f5bd3360d39291a3e6e2b4c213' 1.47 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:14c0ea5d181d3f05ba1b0df865fc39ed' 1.71 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

  - John (JohnAlbin)

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:14c0ea5d181d3f05ba1b0df865fc39ed' 1.66 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3602282 ORDER BY cu.weight, f.fid 1.72 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/32095' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.68 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3602282' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3602282' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.78 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3602282' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.79 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3602282 AND (uid = 0 OR uid = 0) AND sid = 0 1.8 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3605162 AND (uid = 0 OR uid = 0) AND sid = 0 1.47 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3605162 AND (uid = 0 OR uid = 0) AND sid = 0 1.96 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3605162' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:e7f69f1726d0d39e23d6df4033bb612b' 1.61 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Ok, I\'ve re-rolled the patch:
\n* now uses menu_get_menus() in place of menu_list_system_menus()
\n* added a comment documenting the \'menu_default_active_menus\' variable
\n* only set the \'menu_default_active_menus\' variable on menu creation (not update) or set on menu deletion only when the menu is present in \'menu_default_active_menus\'.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:e7f69f1726d0d39e23d6df4033bb612b' 1.68 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3605162 ORDER BY cu.weight, f.fid 1.73 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3605162' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.36 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3605162' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3605162' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.46 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3605162 AND (uid = 0 OR uid = 0) AND sid = 0 1.64 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3605356 AND (uid = 0 OR uid = 0) AND sid = 0 1.62 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3605356 AND (uid = 0 OR uid = 0) AND sid = 0 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3605356' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.71 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:4c9f903a3d7bb9577d1924dfe8f91d05' 1.66 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

The last submitted patch, 942782-4-custom_menus.patch, failed testing.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:4c9f903a3d7bb9577d1924dfe8f91d05' 1.7 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3605356 ORDER BY cu.weight, f.fid 1.7 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3605356' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.5 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3605356' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.65 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3605356' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.56 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3605356 AND (uid = 0 OR uid = 0) AND sid = 0 1.53 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3606026 AND (uid = 0 OR uid = 0) AND sid = 0 1.46 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3606026 AND (uid = 0 OR uid = 0) AND sid = 0 1.63 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3606026' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.36 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:e515387e933d0090f4ca9b45a2ca7114' 1.49 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Using a function from menu.module in menu.inc causes problems (thanks, testing!). I\'ve re-rolled the patch so that it doesn\'t do that.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:e515387e933d0090f4ca9b45a2ca7114' 2.15 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3606026 ORDER BY cu.weight, f.fid 1.72 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3606026' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.5 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3606026' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.5 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3606026' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.62 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3606026 AND (uid = 0 OR uid = 0) AND sid = 0 1.51 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614306 AND (uid = 0 OR uid = 0) AND sid = 0 1.51 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614306 AND (uid = 0 OR uid = 0) AND sid = 0 1.45 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3614306' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:14fc5b606fd2bb742f4736817ede5b72' 1.44 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Great, stumbled over the same issue: http://drupal.org/node/950034

\n

Patch from #6 fixes it and works for me. Documentation of this variable is important for sure.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:14fc5b606fd2bb742f4736817ede5b72' 1.35 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:5b95ca5044c2d3447febeb908d81f7a0' 1.5 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

________________________
\nAustrian Drupal Usergroup
\nDrupalcamp Vienna
\nDrupal solutions in Vienna

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:5b95ca5044c2d3447febeb908d81f7a0' 2.21 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3614306 ORDER BY cu.weight, f.fid 1.77 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/71764' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.74 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3614306' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3614306' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3614306' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.6 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614306 AND (uid = 0 OR uid = 0) AND sid = 0 3.08 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614338 AND (uid = 0 OR uid = 0) AND sid = 0 1.9 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614338 AND (uid = 0 OR uid = 0) AND sid = 0 1.59 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3614338' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:114f08bc51c0be14fa667f21e98fd2f0' 1.5 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Because of http://drupal.org/node/950034#comment-3614150

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:114f08bc51c0be14fa667f21e98fd2f0' 1.68 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:5b95ca5044c2d3447febeb908d81f7a0' 1.72 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3614338 ORDER BY cu.weight, f.fid 3.49 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3614338' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.63 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3614338' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3614338' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.69 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614338 AND (uid = 0 OR uid = 0) AND sid = 0 1.51 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614494 AND (uid = 0 OR uid = 0) AND sid = 0 1.45 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614494 AND (uid = 0 OR uid = 0) AND sid = 0 1.56 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3614494' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.44 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:1c70a6a08c52dbea2c1b896b662c5be9' 1.58 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Not critical and not a bug.

\n

In Drupal 6, only the navigation menu generated an active trail.

\n

In Drupal 7, this was extended to all the menu specified in the 'menu_default_active_menus' variable. There is no UI for that, and the custom menus are not automatically added there.

\n

Adding an UI to control this variable or automatically adding custom menus there is a feature request.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:1c70a6a08c52dbea2c1b896b662c5be9' 1.44 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3614494 ORDER BY cu.weight, f.fid 1.57 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/22211' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.76 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3614494' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.85 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3614494' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.7 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3614494' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.57 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614494 AND (uid = 0 OR uid = 0) AND sid = 0 1.41 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614714 AND (uid = 0 OR uid = 0) AND sid = 0 1.47 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614714 AND (uid = 0 OR uid = 0) AND sid = 0 1.84 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3614714' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.71 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:ef4fbbc379496de77aa6a18699fd0d1d' 1.66 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Okay, but if this (automatically adding custom menus to variable \'menu_default_active_menus\') is not supported then the UI in menu settings (admin/structure/menu/settings) is misleading IMHO. At least the helptext would have to be more precise.
\nHelptext says:

\n

\nAn advanced option allows you to use the same source for both Main links (currently ...) and Secondary links: if your source menu has two levels of hierarchy, the top level menu links will appear in the Main links, and the children of the active link will appear in the Secondary links.\n

\n

But if people do this with a custom menu it would not work! They won\'t know why and think about a bug (me too).

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:ef4fbbc379496de77aa6a18699fd0d1d' 1.27 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:5b95ca5044c2d3447febeb908d81f7a0' 1.53 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3614714 ORDER BY cu.weight, f.fid 1.65 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3614714' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.7 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3614714' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.65 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3614714' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.66 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614714 AND (uid = 0 OR uid = 0) AND sid = 0 2.85 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614724 AND (uid = 0 OR uid = 0) AND sid = 0 1.33 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614724 AND (uid = 0 OR uid = 0) AND sid = 0 1.33 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3614724' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.52 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:8e9f00ec36d583b141dc73cca2ba80c5' 25.96 1 node_load /* Dries : node_load */ SELECT n.nid, n.type, n.language, n.uid, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, n.tnid, n.translate, r.vid, r.uid AS revision_uid, r.title, r.body, r.teaser, r.log, r.timestamp AS revision_timestamp, r.format, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 950034 10.16 1 project_issue_load /* Dries : project_issue_load */ SELECT pi.* FROM project_issues pi WHERE pi.nid = 950034 1.95 1 book_nodeapi /* Dries : book_nodeapi */ SELECT * FROM book b INNER JOIN menu_links ml ON b.mlid = ml.mlid WHERE b.nid = 950034 14.88 1 comment_nodeapi /* Dries : comment_nodeapi */ SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 950034 1.72 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/950034' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.78 1 taxonomy_node_get_terms /* Dries : taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1205268 ORDER BY v.weight, t.weight, t.name 1.68 1 upload_load /* Dries : upload_load */ SELECT * FROM files f INNER JOIN upload r ON f.fid = r.fid WHERE r.vid = 1205268 ORDER BY r.weight, f.fid 1.75 1 _comment_alter_taxonomy_taxonomy_node_get_terms /* Dries : _comment_alter_taxonomy_taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1205268 ORDER BY v.weight, t.weight, t.name 1.58 7 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 54136 1.66 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

#950034: Using the same source for main/secondary with a custom menu doesn't work doesn\'t feel related. In Drupal 6 no menu trail was generated for non-navigation menu, and the hierarchical primary/secondary menu was working. Something changed somewhere else.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:8e9f00ec36d583b141dc73cca2ba80c5' 1.7 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3614724 ORDER BY cu.weight, f.fid 1.68 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3614724' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.67 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3614724' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3614724' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.62 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614724 AND (uid = 0 OR uid = 0) AND sid = 0 1.57 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614790 AND (uid = 0 OR uid = 0) AND sid = 0 1.45 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614790 AND (uid = 0 OR uid = 0) AND sid = 0 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3614790' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.57 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:aa93a886b0c4ff692b965d15368e6d32' 1.42 7 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 54136 1.61 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

So #950034: Using the same source for main/secondary with a custom menu doesn't work should be reopened? Please reopen if you think so.

\n

Patch from #6 seems to fix both issues btw. No idea if in the correct way...

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:aa93a886b0c4ff692b965d15368e6d32' 1.43 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:5b95ca5044c2d3447febeb908d81f7a0' 1.68 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3614790 ORDER BY cu.weight, f.fid 1.78 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3614790' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.92 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3614790' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.44 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3614790' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.61 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3614790 AND (uid = 0 OR uid = 0) AND sid = 0 1.65 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3617656 AND (uid = 0 OR uid = 0) AND sid = 0 1.44 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3617656 AND (uid = 0 OR uid = 0) AND sid = 0 1.47 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3617656' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.61 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:02580ad2b0c50dc624899dcb49958342' 1.57 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

re #9: When you create a custom menu in Drupal 6, add several nested items to it, and add the corresponding menu block to some region, the menu will expand as you navigate into it (here\'s a screenie: http://skitch.com/becw/dh6au ). Drupal recognizes when the page you\'re currently on is in the custom menu, and can tell you the parent and child menu items from that menu. In Drupal 7, this does not happen. This is a bug--not critical, but definitely not the intended behavior of custom menus. Maybe I\'m misusing \"active trail\"?

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:02580ad2b0c50dc624899dcb49958342' 1.57 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3617656 ORDER BY cu.weight, f.fid 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3617656' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.64 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3617656' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.46 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3617656' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.84 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3617656 AND (uid = 0 OR uid = 0) AND sid = 0 1.69 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3635766 AND (uid = 0 OR uid = 0) AND sid = 0 1.48 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3635766 AND (uid = 0 OR uid = 0) AND sid = 0 1.68 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3635766' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.39 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:44b0b369e1368702e6e71c7055f9dd6b' 1.5 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

This bug seems not to appear with alpha 7. See http://drupal.org/node/950034#comment-3618858

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:44b0b369e1368702e6e71c7055f9dd6b' 1.5 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:5b95ca5044c2d3447febeb908d81f7a0' 1.89 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3635766 ORDER BY cu.weight, f.fid 1.64 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3635766' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3635766' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3635766' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.66 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3635766 AND (uid = 0 OR uid = 0) AND sid = 0 1.51 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3662238 AND (uid = 0 OR uid = 0) AND sid = 0 1.53 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3662238 AND (uid = 0 OR uid = 0) AND sid = 0 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3662238' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.36 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:b9a89b453195f9314fa82b512f0701f5' 1.52 7 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 54136 1.6 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Looks like a duplicate of #950034: Using the same source for main/secondary with a custom menu doesn't work

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:b9a89b453195f9314fa82b512f0701f5' 1.52 3 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:63c90ea04232e4e533ad5b47d4d28bfa' 1.68 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Daniel F. Kudwien
\nunleashed mind

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:63c90ea04232e4e533ad5b47d4d28bfa' 1.79 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3662238 ORDER BY cu.weight, f.fid 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/54136' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.58 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3662238' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.73 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3662238' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.4 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3662238' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.59 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3662238 AND (uid = 0 OR uid = 0) AND sid = 0 1.4 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899310 AND (uid = 0 OR uid = 0) AND sid = 0 1.6 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899310 AND (uid = 0 OR uid = 0) AND sid = 0 1.52 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3899310' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.67 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:24c2cf61f451f3cbbb410fc175092c44' 1.25 7 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 54136 1.54 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

If #950034: Using the same source for main/secondary with a custom menu doesn't work\'s patch fixes this issue too, fantastic, but that is a giant patch and I don\'t easily see how it fixes this issue.

\n

This is a tiny, isolated issue that can be solved easily.

\n

\nIn Drupal 6, only the navigation menu generated an active trail.\n

\n

Actually, that\'s not accurate. In Drupal 6, only the navigation menu generated a breadcrumb. All core and custom menu trees properly received an active trail to the active item.

\n

That makes this a critical regression. :-(

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:24c2cf61f451f3cbbb410fc175092c44' 1.65 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:14c0ea5d181d3f05ba1b0df865fc39ed' 1.65 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3899310 ORDER BY cu.weight, f.fid 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3899310' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.57 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3899310' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3899310' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.43 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899310 AND (uid = 0 OR uid = 0) AND sid = 0 1.45 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899416 AND (uid = 0 OR uid = 0) AND sid = 0 1.42 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899416 AND (uid = 0 OR uid = 0) AND sid = 0 1.59 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3899416' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.65 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '5:161b7f202303f3808cea68badd6b9bd5' 1.59 1 filter_format_allowcache /* Dries : filter_format_allowcache */ SELECT cache FROM filter_formats WHERE format = 5 1.6 1 filter_list_format /* Dries : filter_list_format */ SELECT * FROM filters WHERE format = 5 ORDER BY weight, module, delta 1.87 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Per chx\'s request, I\'ve reproduced the problem and taken a screenshot. This is a user-facing problem.

\n

In the screenshot, I created a simple tree in the Main menu:

\n\n

I then created a custom menu and created the exact same simple tree. Then I placed core\'s menu blocks for both menus in a sidebar and visited the \"About\" page.

\n

Both menus should be expanded exactly the same. Which is the way Drupal 6 works.

\n

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '5:161b7f202303f3808cea68badd6b9bd5' 1.71 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:14c0ea5d181d3f05ba1b0df865fc39ed' 2.05 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3899416 ORDER BY cu.weight, f.fid 1.87 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3899416' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.64 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3899416' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.48 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3899416' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.57 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899416 AND (uid = 0 OR uid = 0) AND sid = 0 1.56 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899470 AND (uid = 0 OR uid = 0) AND sid = 0 1.51 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899470 AND (uid = 0 OR uid = 0) AND sid = 0 1.52 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3899470' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.64 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:c06081612ba780465f5bf811cf81d367' 1.53 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

subscribing.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:c06081612ba780465f5bf811cf81d367' 1.64 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3899470 ORDER BY cu.weight, f.fid 1.69 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/25701' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.56 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3899470' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.56 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3899470' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3899470' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.5 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3899470 AND (uid = 0 OR uid = 0) AND sid = 0 1.51 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900228 AND (uid = 0 OR uid = 0) AND sid = 0 1.48 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900228 AND (uid = 0 OR uid = 0) AND sid = 0 1.56 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3900228' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.56 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:8a64f0465e759e898fc02a343a1f394d' 1.47 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

I can see this is nasty if you run into it, but I don\'t see how it is critical.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:8a64f0465e759e898fc02a343a1f394d' 1.59 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3900228 ORDER BY cu.weight, f.fid 1.8 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/24967' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3900228' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3900228' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.52 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3900228' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900228 AND (uid = 0 OR uid = 0) AND sid = 0 1.55 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900408 AND (uid = 0 OR uid = 0) AND sid = 0 1.54 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900408 AND (uid = 0 OR uid = 0) AND sid = 0 1.59 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3900408' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.74 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:da64a025acfadc702fd0f66157fdec2b' 1.34 7 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 54136 1.52 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Both menus should be expanded exactly the same.

\n

I\'m not sure whether this expectation is entirely correct. As Damien already explained:

\n

In Drupal 7, this was extended to all the menu specified in the \'menu_default_active_menus\' variable. There is no UI for that, and the custom menus are not automatically added there.

\n

In addition, we have menu_link_get_preferred() now, which is supposed to find and determine the active link for the current page, within active menus.

\n

Given all that, I was under the impression that the screenshot in #17 for D7 basically is what we expect in D7 - only one menu (in the active menus) is expanded. The remaining problem is that custom menus will never be expanded, because they are never added to the list of active menus. But even if custom menus were added to the active menus, if there are identical link structures in two menus (as in the given example), then the actual behavior of the active trail, breadcrumbs, and expanded menus depends on whether the custom menu has been appended or prepended to the list of active menus, so the weight/order of active menus is important.

\n

That\'s why I marked this as duplicate of #950034: Using the same source for main/secondary with a custom menu doesn't work. I may be wrong though, so feel free to correct me.

\n', created = 1300227659, expire = 1300314059, headers = '', serialized = 0 WHERE cid = '1:da64a025acfadc702fd0f66157fdec2b' 1.28 3 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:63c90ea04232e4e533ad5b47d4d28bfa' 1.76 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3900408 ORDER BY cu.weight, f.fid 1.64 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3900408' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.65 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3900408' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3900408' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.63 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900408 AND (uid = 0 OR uid = 0) AND sid = 0 1.61 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900502 AND (uid = 0 OR uid = 0) AND sid = 0 1.42 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900502 AND (uid = 0 OR uid = 0) AND sid = 0 1.62 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3900502' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.52 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:ab581109c45174968e5ef9879738587d' 1.58 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

There error goes beyond what JohnAlbin shows to encompass even more. Say I create a menu foo with an item bar. Under bar I put the item baz. Both bar and baz point to internal pages. When I visit either bar or baz the active trail is not working. The active item will work but not the active trail.

\n

Basically, active trails only work for menus defined in menu_default_active_menus. If that is not set than only the menus defined in menu_list_system_menus.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:ab581109c45174968e5ef9879738587d' 1.62 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3900502 ORDER BY cu.weight, f.fid 1.54 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3900502' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.72 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3900502' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3900502' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900502 AND (uid = 0 OR uid = 0) AND sid = 0 1.59 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900614 AND (uid = 0 OR uid = 0) AND sid = 0 1.65 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900614 AND (uid = 0 OR uid = 0) AND sid = 0 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/unflag/issue_summary/3900614' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:5ff0bf9cea20728d81aa2bc0fb170f64' 1.82 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

So actually, the real issue / discrepancy between Drupal 6 and Drupal 7 is that we had an active trail per menu in Drupal 6, while we only have one active trail in Drupal 7.

\n

We can easily change that. Gist of a patch here.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:5ff0bf9cea20728d81aa2bc0fb170f64' 1.9 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3900614 ORDER BY cu.weight, f.fid 1.87 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3900614' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.79 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3900614' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.68 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3900614' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.67 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900614 AND (uid = 0 OR uid = 0) AND sid = 0 1.68 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900740 AND (uid = 0 OR uid = 0) AND sid = 0 1.7 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900740 AND (uid = 0 OR uid = 0) AND sid = 0 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3900740' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.69 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:ad20f8a50db1c21ebcf430a996f150b2' 1.63 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

+++ includes/menu.inc
@@ -1197,7 +1197,7 @@ function menu_tree_page_data($menu_name, $max_depth = NULL, $only_active_trail =
           // Find a menu link corresponding to the current path.
-          if ($active_link = menu_link_get_preferred()) {
+          if ($active_link = menu_link_get_preferred(NULL, $menu_name)) {
             // The active link may only be taken into account to build the
             // active trail, if it resides in the requested menu. Otherwise,
             // we'd needlessly re-run _menu_build_tree() queries for every menu

\n

Doesn\'t this contradict the entire idea of menu_link_get_preferred()?

\n

It\'s supposed to find the preferred menu link for the current page, taking all active menus into account.

\n

So this change _always_ limits that search to the menu that is currently built, which means that the returned preferred link may not be the real, globally preferred link.

\n

Powered by Dreditor.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:ad20f8a50db1c21ebcf430a996f150b2' 1.54 3 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:63c90ea04232e4e533ad5b47d4d28bfa' 1.48 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3900740 ORDER BY cu.weight, f.fid 1.52 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3900740' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.46 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3900740' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.61 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3900740' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.78 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900740 AND (uid = 0 OR uid = 0) AND sid = 0 1.4 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900788 AND (uid = 0 OR uid = 0) AND sid = 0 1.55 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900788 AND (uid = 0 OR uid = 0) AND sid = 0 4.76 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3900788' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.54 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:c869a8a0e2654b1caf45ab82d19675d5' 1.64 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

\nSo this change _always_ limits that search to the menu that is currently built, which means that the returned preferred link may not be the real, globally preferred link.\n

\n

No, but does it really matters? The global, unique, preferred link is still used to build the breadcrumb.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:c869a8a0e2654b1caf45ab82d19675d5' 1.94 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3900788 ORDER BY cu.weight, f.fid 4.71 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3900788' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.63 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3900788' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.62 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3900788' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.59 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900788 AND (uid = 0 OR uid = 0) AND sid = 0 1.75 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900832 AND (uid = 0 OR uid = 0) AND sid = 0 1.54 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900832 AND (uid = 0 OR uid = 0) AND sid = 0 1.43 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3900832' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.45 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:f495309700d9edaff7cd595cac5ffad2' 1.61 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

The last submitted patch, 942782-per-menu-preferred-link.patch, failed testing.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:f495309700d9edaff7cd595cac5ffad2' 1.61 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3900832 ORDER BY cu.weight, f.fid 1.45 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3900832' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3900832' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.64 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3900832' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.68 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3900832 AND (uid = 0 OR uid = 0) AND sid = 0 1.58 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901126 AND (uid = 0 OR uid = 0) AND sid = 0 1.43 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901126 AND (uid = 0 OR uid = 0) AND sid = 0 1.89 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3901126' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.75 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:963c20f363a12ef8b99b2b45747e96f3' 1.53 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Maybe I\'m missing something... what was wrong with Becs patch in #6? It corrects the problem by adding all the menus to the same store that the core ones do for the active trail. That means my custom menu is equal in active trails to the main menu.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:963c20f363a12ef8b99b2b45747e96f3' 1.76 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3901126 ORDER BY cu.weight, f.fid 1.46 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3901126' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.51 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3901126' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3901126' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.7 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901126 AND (uid = 0 OR uid = 0) AND sid = 0 1.57 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901196 AND (uid = 0 OR uid = 0) AND sid = 0 1.58 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901196 AND (uid = 0 OR uid = 0) AND sid = 0 1.63 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3901196' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.47 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:334eb707c69efaa7b315778e48dff410' 1.62 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

@mfer: the list of menus that get to participate in the breadcrumb is an ordered one. The fact that not all menus participate in the breadcrumb is a conscious design decision. See my #9 for context.

\n

Moreover, Bec patch in #6 only solves part of the problem. It will not fix John\'s example in #17 for example.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:334eb707c69efaa7b315778e48dff410' 1.87 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3901196 ORDER BY cu.weight, f.fid 1.82 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3901196' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.58 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3901196' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3901196' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.88 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901196 AND (uid = 0 OR uid = 0) AND sid = 0 1.52 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901394 AND (uid = 0 OR uid = 0) AND sid = 0 1.59 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901394 AND (uid = 0 OR uid = 0) AND sid = 0 1.63 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/unflag/issue_summary/3901394' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.87 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:bf0260d70ecbf81b3e8f13bdf5a8efa1' 1.78 7 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 54136 1.58 7 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 54136 2.47 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

I think my screenshot and description on how to easily see the bug has confused people. This bug has little to do with menu links that exist in multiple menus. That was just a convenient way to show that the default menus work and custom menus don\'t work.

\n

Here\'s another way to reproduce the bug (this is just a detailed version of mfer\'s above):

\n
    \n
  1. Create a custom menu
  2. \n
  3. Create 2 new nodes and put them in the custom menu with one as a child link of the other.
  4. \n
  5. Put the menu block of the custom menu in a sidebar.
  6. \n
  7. Try to navigate to the child menu item by clicking on the parent menu item. Guess what? You can\'t! The parent menu item will show a triangle indicating that it has children links, but the menu will never expand to show those links.
  8. \n
\n

Why? Because an active trail is never added to custom menus.

\n

Also, if you use a custom menu as the source for both the main and secondary links in the menu settings form, the secondary links will never appear. Same reason. (@sun that\'s why the bug underlying in #950034: Using the same source for main/secondary with a custom menu doesn't work is a dupe of this one.)

\n

@webchick From the Priority description page (emphasis mine):

\n

\nCritical bugs either render a system unusable (not being able to create content or upgrade between versions, blocks not displaying, and the like), or expose security vulnerabilities. These bugs are to be fixed immediately.\n

\n

In the example above, I used core\'s menu blocks. But if I were to instead use the Menu block module and configure it to show 2nd or lower level links of a custom menu, those blocks will never appear. i.e. critically broken.

\n

However, I\'m not about to get in a priority-switching argument with a core committer. Especially when we don\'t have an RTBC patch. :-D Bec\'s patch works great, but doesn\'t deal with the upgrade path from D6. D6-created custom menus will still be broken in D7.

\n

\nBut even if custom menus were added to the active menus, if there are identical link structures in two menus (as in the given example), then the actual behavior of the active trail, breadcrumbs, and expanded menus depends on whether the custom menu has been appended or prepended to the list of active menus, so the weight/order of active menus is important.\n

\n

Yes, that\'s what the code comments in menu_link_get_preferred() already say. “Retrieve a list of menu names, ordered by preference.” Drupal core provides no UI to re-arrange the returned array of menu_get_active_menu_names(), but we left that for contrib, right? (or possibly with the feature-request-ish patch in #950034: Using the same source for main/secondary with a custom menu doesn't work) Bec\'s patch just appends custom menus to the end of the array, which is the sensible solution. (That\'s how the UI in D6\'s menu_breadcrumb module worked, btw.)

\n

\nMoreover, Bec patch in #6 only solves part of the problem. It will not fix John\'s example in #17 for example.\n

\n

Ugh. Actually, you\'re right. But I consider #17 an edge case.

\n

I think we need to combine Bec\'s patch with an approach similar to Damien\'s. And then add an upgrade path for D6 (and 7.0 sites).

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:bf0260d70ecbf81b3e8f13bdf5a8efa1' 1.47 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:14c0ea5d181d3f05ba1b0df865fc39ed' 1.83 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3901394 ORDER BY cu.weight, f.fid 1.84 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3901394' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.63 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3901394' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.52 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3901394' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.47 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3901394 AND (uid = 0 OR uid = 0) AND sid = 0 1.61 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3912812 AND (uid = 0 OR uid = 0) AND sid = 0 1.41 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3912812 AND (uid = 0 OR uid = 0) AND sid = 0 1.42 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3912812' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.94 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:a8e08e8864e9afa38939745ef3cb5275' 2.39 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

I have a the same issue with a different use case.

\n

1. Activate system contact form
\n2. Create menu item in main_menu through GUI pointing to /contact
\n3. When viewing the contact page the contact menu item created has no active-trail

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:a8e08e8864e9afa38939745ef3cb5275' 1.49 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:b10153014d16fed43c53425bca78e1ae' 1.52 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Steve Ramos
\nwww.fulleffectdata.com

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:b10153014d16fed43c53425bca78e1ae' 1.75 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3912812 ORDER BY cu.weight, f.fid 1.72 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/548976' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.65 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3912812' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.67 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3912812' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.8 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3912812' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.12 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3912812 AND (uid = 0 OR uid = 0) AND sid = 0 1.76 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3914184 AND (uid = 0 OR uid = 0) AND sid = 0 2.3 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3914184 AND (uid = 0 OR uid = 0) AND sid = 0 2.05 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3914184' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.58 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:ec3d55940caea51b9df7246a4ae84935' 1.57 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

The ability to style the active trail of custom menus would greatly improve their usability for end users. Subscribing.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:ec3d55940caea51b9df7246a4ae84935' 1.8 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3914184 ORDER BY cu.weight, f.fid 2.01 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/275292' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.38 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3914184' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.62 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3914184' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.57 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3914184' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.78 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3914184 AND (uid = 0 OR uid = 0) AND sid = 0 1.54 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3916490 AND (uid = 0 OR uid = 0) AND sid = 0 1.71 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3916490 AND (uid = 0 OR uid = 0) AND sid = 0 1.69 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3916490' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.71 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:67109cbc9a2af11dc0ee52b13d3c324a' 1.66 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

wickedskaman\'s point is also correct.

\n

Because many modules (like Contact and Search) put their own menu links in the “Navigation” menu, and since the Navigation and Management and User menus all appear before the Main menu in the list of preferred menus, if a user just adds a new link to the Main menu for an existing module-provided link, the main menu will not expand or get an active trail when on that path.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:67109cbc9a2af11dc0ee52b13d3c324a' 1.5 5 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:14c0ea5d181d3f05ba1b0df865fc39ed' 1.54 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3916490 ORDER BY cu.weight, f.fid 1.56 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3916490' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.59 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3916490' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.46 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3916490' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.72 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3916490 AND (uid = 0 OR uid = 0) AND sid = 0 2.26 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3921804 AND (uid = 0 OR uid = 0) AND sid = 0 1.65 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3921804 AND (uid = 0 OR uid = 0) AND sid = 0 1.58 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3921804' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.77 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:f4597c606c49819f626a7ad1f1e080a8' 1.68 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

subscribing

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:f4597c606c49819f626a7ad1f1e080a8' 2.03 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3921804 ORDER BY cu.weight, f.fid 1.96 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/980604' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.75 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3921804' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.2 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3921804' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.79 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3921804' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.76 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3921804 AND (uid = 0 OR uid = 0) AND sid = 0 1.67 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3921832 AND (uid = 0 OR uid = 0) AND sid = 0 1.56 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3921832 AND (uid = 0 OR uid = 0) AND sid = 0 1.75 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'flag/flag/issue_summary/3921832' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.05 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:86f38acf4ecfd23b2827f22423ac1ff5' 50.54 1 node_load /* Dries : node_load */ SELECT n.nid, n.type, n.language, n.uid, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, n.tnid, n.translate, r.vid, r.uid AS revision_uid, r.title, r.body, r.teaser, r.log, r.timestamp AS revision_timestamp, r.format, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 968878 29.47 1 project_issue_load /* Dries : project_issue_load */ SELECT pi.* FROM project_issues pi WHERE pi.nid = 968878 2.02 1 book_nodeapi /* Dries : book_nodeapi */ SELECT * FROM book b INNER JOIN menu_links ml ON b.mlid = ml.mlid WHERE b.nid = 968878 8.67 1 comment_nodeapi /* Dries : comment_nodeapi */ SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 968878 18.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/968878' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.48 1 taxonomy_node_get_terms /* Dries : taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1231464 ORDER BY v.weight, t.weight, t.name 1.82 1 upload_load /* Dries : upload_load */ SELECT * FROM files f INNER JOIN upload r ON f.fid = r.fid WHERE r.vid = 1231464 ORDER BY r.weight, f.fid 1.95 1 _comment_alter_taxonomy_taxonomy_node_get_terms /* Dries : _comment_alter_taxonomy_taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1231464 ORDER BY v.weight, t.weight, t.name 21.28 1 theme_project_issue_issue_link /* Dries : theme_project_issue_issue_link */ SELECT name FROM users WHERE uid = 195493 1.73 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Marked #968878: Custom menus do not expand past top level menu items in blocks as a duplicate of this issue.

\n', created = 1300227660, expire = 1300314060, headers = '', serialized = 0 WHERE cid = '1:86f38acf4ecfd23b2827f22423ac1ff5' 1.73 1 comment_upload_load_files /* Dries : comment_upload_load_files */ SELECT * FROM files f INNER JOIN comment_upload cu ON f.fid = cu.fid WHERE cu.cid = 3921832 ORDER BY cu.weight, f.fid 1.63 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/delete/3921832' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.61 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/edit/3921832' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.44 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782/3921832' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.56 3 flag_get_user_flags /* Dries : flag_get_user_flags */ SELECT * FROM flag_content WHERE content_type = 'comment' AND content_id = 3921832 AND (uid = 0 OR uid = 0) AND sid = 0 1.61 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/1' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.31 1 filter_formats /* Dries : filter_formats */ SELECT * FROM filter_formats 1.42 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'filter/tips' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.36 2 _filter_tips /* Dries : _filter_tips */ SELECT * FROM filter_formats WHERE format = 1 1.47 2 _filter_tips /* Dries : _filter_tips */ SELECT * FROM filter_formats WHERE format = 3 1.57 1 filter_list_format /* Dries : filter_list_format */ SELECT * FROM filters WHERE format = 3 ORDER BY weight, module, delta 1.44 2 _filter_tips /* Dries : _filter_tips */ SELECT * FROM filter_formats WHERE format = 5 1.59 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment/reply/942782' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.4 1 project_issue_form_comment_form_alter /* Dries : project_issue_form_comment_form_alter */ SELECT last_comment_id FROM project_issues WHERE nid = 942782 1.92 2 node_load /* Dries : node_load */ SELECT n.nid, n.type, n.language, n.uid, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, n.tnid, n.translate, r.vid, r.uid AS revision_uid, r.title, r.body, r.teaser, r.log, r.timestamp AS revision_timestamp, r.format, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = '3060' AND n.type = 'project_project' 1.45 2 project_project_load /* Dries : project_project_load */ SELECT * FROM project_projects WHERE nid = 3060 1.98 2 project_maintainer_project_load /* Dries : project_maintainer_project_load */ SELECT u.name, pm.* FROM project_maintainer pm INNER JOIN users u ON pm.uid = u.uid WHERE pm.nid = 3060 ORDER BY u.name 1.77 2 project_release_project_maintainer_project_load /* Dries : project_release_project_maintainer_project_load */ SELECT u.uid, u.name, prpm.administer_releases FROM project_release_project_maintainer prpm INNER JOIN users u ON prpm.uid = u.uid WHERE prpm.nid = 3060 1.77 2 project_issue_project_maintainer_project_load /* Dries : project_issue_project_maintainer_project_load */ SELECT u.uid, u.name, pipm.maintain_issues FROM project_issue_project_maintainer pipm INNER JOIN users u ON pipm.uid = u.uid WHERE pipm.nid = 3060 1.63 2 cvs_project_maintainer_project_load /* Dries : cvs_project_maintainer_project_load */ SELECT u.uid, u.name FROM cvs_project_maintainers cpm INNER JOIN users u ON cpm.uid = u.uid WHERE cpm.nid = 3060 2.15 2 book_nodeapi /* Dries : book_nodeapi */ SELECT * FROM book b INNER JOIN menu_links ml ON b.mlid = ml.mlid WHERE b.nid = 3060 1.47 2 comment_nodeapi /* Dries : comment_nodeapi */ SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 3060 1.39 2 image_attach_nodeapi /* Dries : image_attach_nodeapi */ SELECT iid FROM image_attach WHERE nid=3060 1.72 2 _comment_alter_taxonomy_taxonomy_node_get_terms /* Dries : _comment_alter_taxonomy_taxonomy_node_get_terms */ SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 1294180 ORDER BY v.weight, t.weight, t.name 1.42 2 project_release_project_nodeapi_load /* Dries : project_release_project_nodeapi_load */ SELECT * FROM project_release_projects WHERE nid = 3060 1.48 2 project_release_project_nodeapi_load /* Dries : project_release_project_nodeapi_load */ SELECT tid FROM project_release_supported_versions WHERE nid = 3060 AND snapshot = 1 LIMIT 1 1.74 2 project_issue_project_load /* Dries : project_issue_project_load */ SELECT * FROM project_issue_projects WHERE nid = 3060 1.37 2 cvs_nodeapi /* Dries : cvs_nodeapi */ SELECT * FROM cvs_projects WHERE nid = 3060 2.2 2 project_project_get_breadcrumb /* Dries : project_project_get_breadcrumb */ SELECT * FROM menu_links ml INNER JOIN menu_router m ON m.path = ml.router_path WHERE ml.hidden = 0 AND ml.link_path = 'project' ORDER BY ml.weight 2.09 2 project_project_get_breadcrumb /* Dries : project_project_get_breadcrumb */ SELECT t.tid, t.* FROM term_data t INNER JOIN term_hierarchy h ON t.tid = h.tid INNER JOIN term_node r ON t.tid = r.tid WHERE h.parent = 0 AND t.vid = 3 AND r.vid = 1294180 1.64 2 taxonomy_get_parents /* Dries : taxonomy_get_parents */ SELECT t.tid, t.* FROM term_data t INNER JOIN term_hierarchy h ON h.parent = t.tid WHERE h.tid = 13 ORDER BY weight, name 840.07 1 project_projects_select_options /* Dries : project_projects_select_options */ SELECT n.nid, n.title, d.name, p.uri FROM project_projects p INNER JOIN node n ON n.nid = p.nid INNER JOIN project_issue_projects pip ON n.nid = pip.nid LEFT JOIN term_node t ON t.vid = n.vid INNER JOIN term_data d ON t.tid = d.tid INNER JOIN term_hierarchy h ON t.tid = h.tid WHERE n.status = 1 AND h.parent = 0 AND pip.issues = 1 AND d.vid = 3 GROUP BY n.nid, n.title, d.name, p.uri, d.weight ORDER BY d.weight, n.title 5.12 1 project_release_get_releases /* Dries : project_release_get_releases */ SELECT n.nid, r.* FROM node n INNER JOIN project_release_nodes r ON r.nid = n.nid WHERE (r.pid = 3060) ORDER BY r.version DESC 1.69 1 user_load /* Dries : user_load */ SELECT * FROM users u WHERE uid = 0 1.5 1 user_load /* Dries : user_load */ SELECT r.rid, r.name FROM role r INNER JOIN users_roles ur ON ur.rid = r.rid WHERE ur.uid = 0 1.51 1 profile_load_profile /* Dries : profile_load_profile */ SELECT f.name, f.type, v.value FROM profile_fields f INNER JOIN profile_values v ON f.fid = v.fid WHERE uid = 0 1.39 1 user_user /* Dries : user_user */ SELECT access FROM users_access WHERE uid = 0 1.54 1 project_issue_project_issue_assignees /* Dries : project_issue_project_issue_assignees */ SELECT rid FROM permission WHERE perm LIKE '%assign and be assigned project issues%' AND rid IN(1, 2) 2.15 1 project_issue_project_issue_assignees /* Dries : project_issue_project_issue_assignees */ SELECT u.uid, u.name FROM users u INNER JOIN users_roles ur ON u.uid = ur.uid INNER JOIN role r ON ur.rid = r.rid INNER JOIN permission p ON p.rid = r.rid WHERE p.perm LIKE '%assign and be assigned project issues%' 1.5 1 cvs_project_issue_assignees /* Dries : cvs_project_issue_assignees */ SELECT COUNT(*) FROM cvs_accounts WHERE uid = 1 AND status = 1 1.53 1 cvs_get_project_maintainers /* Dries : cvs_get_project_maintainers */ SELECT cpm.uid, u.name FROM cvs_project_maintainers cpm INNER JOIN users u ON cpm.uid = u.uid WHERE cpm.nid = 3060 1.43 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:ed33ad0bf10b8f462c4eebb6aeb40ea0' 1.65 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

Security issues should not be reported here. Instead, follow the procedure for reporting security issues.

\n', created = 1300227662, expire = 1300314062, headers = '', serialized = 0 WHERE cid = '1:ed33ad0bf10b8f462c4eebb6aeb40ea0' 1.8 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '1:ad7f6ec1caa145b2886d15b26ec16bab' 1.8 1 cache_set /* Dries : cache_set */ UPDATE cache_filter SET data = '

If you are reporting a bug, it needs to consist of three things:

\n\n

Please include as much information as you can: OS, webserver name and version, PHP version, Drupal version, Drupal path, and everything else you might feel is relevant. There is no such thing as a bug report that is too detailed.

\n

If you are submitting a feature request, please review the criteria for evaluating proposed changes.

\n

Post general support requests in Drupal.org forum.

\n', created = 1300227662, expire = 1300314062, headers = '', serialized = 0 WHERE cid = '1:ad7f6ec1caa145b2886d15b26ec16bab' 1.53 2 _filter_tips /* Dries : _filter_tips */ SELECT * FROM filter_formats WHERE format = 1 1.36 2 _filter_tips /* Dries : _filter_tips */ SELECT * FROM filter_formats WHERE format = 3 1.33 2 _filter_tips /* Dries : _filter_tips */ SELECT * FROM filter_formats WHERE format = 5 1.75 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'admin/project/project-issue-settings' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.17 2 taxonomy_get_vocabularies /* Dries : taxonomy_get_vocabularies */ SELECT v.vid, v.*, n.type FROM vocabulary v LEFT JOIN vocabulary_node_types n ON v.vid = n.vid WHERE n.type = 'project_issue' ORDER BY v.weight, v.name 5.1 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/issues/update_project' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'comment-upload/js' AND language IN('en', '') ORDER BY language DESC, pid DESC 3.93 1 cache_set /* Dries : cache_set */ UPDATE cache_form SET data = 'a:34:{s:6:\"author\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:5:\"Dries\";}s:7:\"subject\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:3:\"#34\";}s:14:\"comment_filter\";a:2:{s:7:\"comment\";a:4:{s:5:\"#type\";s:8:\"textarea\";s:6:\"#title\";s:7:\"Comment\";s:5:\"#rows\";i:15;s:14:\"#default_value\";s:0:\"\";}s:6:\"format\";a:10:{s:5:\"#type\";s:8:\"fieldset\";s:6:\"#title\";s:12:\"Input format\";s:12:\"#collapsible\";b:1;s:10:\"#collapsed\";b:1;s:7:\"#weight\";N;s:17:\"#element_validate\";a:1:{i:0;s:20:\"filter_form_validate\";}i:1;a:7:{s:5:\"#type\";s:5:\"radio\";s:6:\"#title\";s:13:\"Filtered HTML\";s:14:\"#default_value\";s:1:\"1\";s:13:\"#return_value\";s:1:\"1\";s:8:\"#parents\";a:1:{i:0;s:6:\"format\";}s:12:\"#description\";s:804:\"\";s:3:\"#id\";s:13:\"edit-format-1\";}i:3;a:7:{s:5:\"#type\";s:5:\"radio\";s:6:\"#title\";s:9:\"Full HTML\";s:14:\"#default_value\";s:1:\"1\";s:13:\"#return_value\";s:1:\"3\";s:8:\"#parents\";a:1:{i:0;s:6:\"format\";}s:12:\"#description\";s:344:\"\";s:3:\"#id\";s:13:\"edit-format-3\";}i:5;a:7:{s:5:\"#type\";s:5:\"radio\";s:6:\"#title\";s:13:\"Documentation\";s:14:\"#default_value\";s:1:\"1\";s:13:\"#return_value\";s:1:\"5\";s:8:\"#parents\";a:1:{i:0;s:6:\"format\";}s:12:\"#description\";s:858:\"\";s:3:\"#id\";s:13:\"edit-format-5\";}i:6;a:1:{s:6:\"#value\";s:75:\"

More information about formatting options

\";}}}s:3:\"cid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";N;}s:3:\"pid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";N;}s:3:\"nid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:6:\"942782\";}s:3:\"uid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";i:0;}s:6:\"submit\";a:3:{s:5:\"#type\";s:6:\"submit\";s:6:\"#value\";s:4:\"Save\";s:7:\"#weight\";i:19;}s:7:\"preview\";a:3:{s:5:\"#type\";s:6:\"submit\";s:6:\"#value\";s:7:\"Preview\";s:7:\"#weight\";i:20;}s:6:\"#token\";s:13:\"comment942782\";s:7:\"#action\";s:21:\"/comment/reply/942782\";s:11:\"#parameters\";a:4:{i:0;s:12:\"comment_form\";i:1;a:3:{s:7:\"storage\";N;s:9:\"submitted\";b:0;s:4:\"post\";a:0:{}}i:2;a:1:{s:3:\"nid\";s:6:\"942782\";}i:3;s:16:\"Post new comment\";}s:9:\"#build_id\";s:37:\"form-fd9b4f278771e80bd7c3a047ea603be2\";s:5:\"#type\";s:4:\"form\";s:11:\"#programmed\";b:0;s:13:\"form_build_id\";a:4:{s:5:\"#type\";s:6:\"hidden\";s:6:\"#value\";s:37:\"form-fd9b4f278771e80bd7c3a047ea603be2\";s:3:\"#id\";s:37:\"form-fd9b4f278771e80bd7c3a047ea603be2\";s:5:\"#name\";s:13:\"form_build_id\";}s:10:\"form_token\";a:2:{s:5:\"#type\";s:5:\"token\";s:14:\"#default_value\";s:32:\"5df6545ccf24c97f6331976ef3e5ab71\";}s:7:\"form_id\";a:3:{s:5:\"#type\";s:6:\"hidden\";s:6:\"#value\";s:12:\"comment_form\";s:3:\"#id\";s:17:\"edit-comment-form\";}s:3:\"#id\";s:12:\"comment-form\";s:12:\"#description\";N;s:11:\"#attributes\";a:1:{s:7:\"enctype\";s:19:\"multipart/form-data\";}s:9:\"#required\";b:0;s:5:\"#tree\";b:0;s:8:\"#parents\";a:0:{}s:7:\"#method\";s:4:\"post\";s:9:\"#validate\";a:3:{i:0;s:21:\"comment_form_validate\";i:1;s:36:\"comment_upload_comment_form_validate\";i:2;s:35:\"project_issue_form_comment_validate\";}s:7:\"#submit\";a:1:{i:0;s:19:\"comment_form_submit\";}s:7:\"#prefix\";s:72:\"
\";s:7:\"#suffix\";s:18:\"
\";s:14:\"original_issue\";a:8:{s:5:\"#type\";s:8:\"fieldset\";s:6:\"#title\";s:19:\"Edit issue settings\";s:12:\"#description\";s:73:\"Note: changing any of these items will update the issue\'s overall values.\";s:12:\"#collapsible\";b:1;s:7:\"#weight\";i:-10;s:5:\"title\";a:6:{s:5:\"#type\";s:9:\"textfield\";s:6:\"#title\";s:11:\"Issue title\";s:10:\"#maxlength\";i:128;s:14:\"#default_value\";s:42:\"Custom menus never receive an active trail\";s:7:\"#weight\";i:-30;s:9:\"#required\";b:1;}s:12:\"project_info\";a:9:{s:7:\"#prefix\";s:54:\"
\";s:7:\"#suffix\";s:6:\"
\";s:3:\"pid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:4:\"3060\";}s:3:\"rid\";a:5:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:7:\"Version\";s:14:\"#default_value\";s:6:\"156281\";s:8:\"#options\";a:129:{i:0;s:6:\"\";i:572834;s:7:\"8.x-dev\";i:156281;s:7:\"7.x-dev\";i:1010382;s:7:\"7.0-rc4\";i:1005976;s:7:\"7.0-rc3\";i:995778;s:7:\"7.0-rc2\";i:985946;s:7:\"7.0-rc1\";i:971088;s:9:\"7.0-beta3\";i:950318;s:9:\"7.0-beta2\";i:934174;s:9:\"7.0-beta1\";i:913030;s:10:\"7.0-alpha7\";i:848970;s:10:\"7.0-alpha6\";i:806978;s:10:\"7.0-alpha5\";i:782394;s:10:\"7.0-alpha4\";i:748690;s:10:\"7.0-alpha3\";i:721114;s:10:\"7.0-alpha2\";i:685748;s:10:\"7.0-alpha1\";i:1015392;s:3:\"7.0\";i:97368;s:7:\"6.x-dev\";i:358987;s:3:\"6.9\";i:345833;s:3:\"6.8\";i:345462;s:3:\"6.7\";i:324832;s:3:\"6.6\";i:318701;s:3:\"6.5\";i:295065;s:3:\"6.4\";i:280583;s:3:\"6.3\";i:999422;s:4:\"6.20\";i:244667;s:3:\"6.2\";i:880546;s:4:\"6.19\";i:880514;s:4:\"6.18\";i:816290;s:4:\"6.17\";i:732000;s:4:\"6.16\";i:661600;s:4:\"6.15\";i:579476;s:4:\"6.14\";i:507568;s:4:\"6.13\";i:461882;s:4:\"6.12\";i:449114;s:4:\"6.11\";i:383918;s:4:\"6.10\";i:227618;s:3:\"6.1\";i:219510;s:7:\"6.0-rc4\";i:216077;s:7:\"6.0-rc3\";i:208616;s:7:\"6.0-rc2\";i:202820;s:7:\"6.0-rc1\";i:198188;s:9:\"6.0-beta4\";i:194287;s:9:\"6.0-beta3\";i:184399;s:9:\"6.0-beta2\";i:175832;s:9:\"6.0-beta1\";i:221219;s:3:\"6.0\";i:96923;s:7:\"5.x-dev\";i:286418;s:3:\"5.9\";i:280586;s:3:\"5.8\";i:215269;s:3:\"5.7\";i:208594;s:3:\"5.6\";i:198523;s:3:\"5.5\";i:198186;s:3:\"5.4\";i:184395;s:3:\"5.3\";i:880550;s:4:\"5.23\";i:732004;s:4:\"5.22\";i:661598;s:4:\"5.21\";i:579484;s:4:\"5.20\";i:162364;s:3:\"5.2\";i:507574;s:4:\"5.19\";i:461902;s:4:\"5.18\";i:449110;s:4:\"5.17\";i:384038;s:4:\"5.16\";i:358984;s:4:\"5.15\";i:345830;s:4:\"5.14\";i:345467;s:4:\"5.13\";i:324833;s:4:\"5.12\";i:318696;s:4:\"5.11\";i:295064;s:4:\"5.10\";i:114029;s:3:\"5.1\";i:108345;s:7:\"5.0-rc2\";i:103420;s:7:\"5.0-rc1\";i:100201;s:9:\"5.0-beta2\";i:94737;s:9:\"5.0-beta1\";i:109494;s:3:\"5.0\";i:198185;s:5:\"4.7.9\";i:184398;s:5:\"4.7.8\";i:162367;s:5:\"4.7.7\";i:113989;s:5:\"4.7.6\";i:106958;s:5:\"4.7.5\";i:94735;s:5:\"4.7.4\";i:94733;s:5:\"4.7.3\";i:94731;s:5:\"4.7.2\";i:208598;s:6:\"4.7.11\";i:198530;s:6:\"4.7.10\";i:94729;s:5:\"4.7.1\";i:94721;s:9:\"4.7.0-rc4\";i:94722;s:9:\"4.7.0-rc3\";i:94728;s:9:\"4.7.0-rc2\";i:94727;s:9:\"4.7.0-rc1\";i:94726;s:11:\"4.7.0-beta6\";i:94723;s:11:\"4.7.0-beta5\";i:94719;s:11:\"4.7.0-beta4\";i:94718;s:11:\"4.7.0-beta3\";i:94720;s:5:\"4.7.0\";i:101561;s:9:\"4.6.x-dev\";i:94734;s:5:\"4.6.9\";i:94732;s:5:\"4.6.8\";i:94730;s:5:\"4.6.7\";i:94725;s:5:\"4.6.6\";i:94716;s:5:\"4.6.5\";i:94713;s:5:\"4.6.4\";i:94711;s:5:\"4.6.3\";i:94709;s:5:\"4.6.2\";i:106957;s:6:\"4.6.11\";i:94736;s:6:\"4.6.10\";i:94706;s:5:\"4.6.1\";i:94704;s:5:\"4.6.0\";i:94724;s:5:\"4.5.8\";i:94715;s:5:\"4.5.7\";i:94712;s:5:\"4.5.6\";i:94710;s:5:\"4.5.5\";i:94708;s:5:\"4.5.4\";i:94705;s:5:\"4.5.3\";i:94697;s:5:\"4.5.2\";i:94701;s:5:\"4.5.1\";i:94694;s:5:\"4.5.0\";i:94707;s:5:\"4.4.3\";i:94693;s:5:\"4.4.2\";i:94699;s:5:\"4.4.1\";i:94690;s:5:\"4.4.0\";i:94703;s:5:\"4.3.2\";i:94696;s:5:\"4.3.1\";i:94700;s:5:\"4.3.0\";i:94698;s:5:\"4.2.0\";i:94695;s:5:\"4.1.0\";i:94692;s:5:\"4.0.0\";}s:9:\"#required\";b:1;}s:9:\"component\";a:5:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:9:\"Component\";s:14:\"#default_value\";s:11:\"menu system\";s:8:\"#options\";a:82:{s:11:\"ajax system\";s:11:\"ajax system\";s:11:\"base system\";s:11:\"base system\";s:14:\"browser system\";s:14:\"browser system\";s:12:\"cache system\";s:12:\"cache system\";s:11:\"cron system\";s:11:\"cron system\";s:15:\"database system\";s:15:\"database system\";s:22:\"database update system\";s:22:\"database update system\";s:12:\"field system\";s:12:\"field system\";s:11:\"file system\";s:11:\"file system\";s:12:\"forms system\";s:12:\"forms system\";s:12:\"image system\";s:12:\"image system\";s:14:\"install system\";s:14:\"install system\";s:15:\"language system\";s:15:\"language system\";s:11:\"mail system\";s:11:\"mail system\";s:11:\"menu system\";s:11:\"menu system\";s:11:\"node system\";s:11:\"node system\";s:11:\"user system\";s:11:\"user system\";s:12:\"theme system\";s:12:\"theme system\";s:12:\"token system\";s:12:\"token system\";s:14:\"xml-rpc system\";s:14:\"xml-rpc system\";s:14:\"mysql database\";s:14:\"mysql database\";s:19:\"postgresql database\";s:19:\"postgresql database\";s:15:\"sqlite database\";s:15:\"sqlite database\";s:17:\"aggregator.module\";s:17:\"aggregator.module\";s:14:\"archive.module\";s:14:\"archive.module\";s:12:\"block.module\";s:12:\"block.module\";s:11:\"blog.module\";s:11:\"blog.module\";s:14:\"blogapi.module\";s:14:\"blogapi.module\";s:11:\"book.module\";s:11:\"book.module\";s:12:\"color.module\";s:12:\"color.module\";s:14:\"comment.module\";s:14:\"comment.module\";s:14:\"contact.module\";s:14:\"contact.module\";s:17:\"contextual.module\";s:17:\"contextual.module\";s:16:\"dashboard.module\";s:16:\"dashboard.module\";s:12:\"dblog.module\";s:12:\"dblog.module\";s:13:\"drupal.module\";s:13:\"drupal.module\";s:15:\"field_ui.module\";s:15:\"field_ui.module\";s:11:\"file.module\";s:11:\"file.module\";s:13:\"filter.module\";s:13:\"filter.module\";s:12:\"forum.module\";s:12:\"forum.module\";s:11:\"help.module\";s:11:\"help.module\";s:12:\"image.module\";s:12:\"image.module\";s:13:\"locale.module\";s:13:\"locale.module\";s:11:\"menu.module\";s:11:\"menu.module\";s:11:\"node.module\";s:11:\"node.module\";s:13:\"openid.module\";s:13:\"openid.module\";s:14:\"overlay.module\";s:14:\"overlay.module\";s:11:\"page.module\";s:11:\"page.module\";s:11:\"path.module\";s:11:\"path.module\";s:10:\"php.module\";s:10:\"php.module\";s:11:\"ping.module\";s:11:\"ping.module\";s:11:\"poll.module\";s:11:\"poll.module\";s:14:\"profile.module\";s:14:\"profile.module\";s:10:\"rdf.module\";s:10:\"rdf.module\";s:13:\"search.module\";s:13:\"search.module\";s:15:\"shortcut.module\";s:15:\"shortcut.module\";s:17:\"simpletest.module\";s:17:\"simpletest.module\";s:17:\"statistics.module\";s:17:\"statistics.module\";s:12:\"story.module\";s:12:\"story.module\";s:13:\"syslog.module\";s:13:\"syslog.module\";s:13:\"system.module\";s:13:\"system.module\";s:15:\"taxonomy.module\";s:15:\"taxonomy.module\";s:15:\"throttle.module\";s:15:\"throttle.module\";s:14:\"toolbar.module\";s:14:\"toolbar.module\";s:14:\"tracker.module\";s:14:\"tracker.module\";s:18:\"translation.module\";s:18:\"translation.module\";s:14:\"trigger.module\";s:14:\"trigger.module\";s:13:\"update.module\";s:13:\"update.module\";s:13:\"upload.module\";s:13:\"upload.module\";s:11:\"user.module\";s:11:\"user.module\";s:15:\"watchdog.module\";s:15:\"watchdog.module\";s:6:\"markup\";s:6:\"markup\";s:10:\"javascript\";s:10:\"javascript\";s:10:\"drupal.css\";s:10:\"drupal.css\";s:12:\"Bartik theme\";s:12:\"Bartik theme\";s:13:\"Garland theme\";s:13:\"Garland theme\";s:14:\"Minnelli theme\";s:14:\"Minnelli theme\";s:11:\"Seven theme\";s:11:\"Seven theme\";s:11:\"Stark theme\";s:11:\"Stark theme\";s:19:\"user interface text\";s:19:\"user interface text\";s:13:\"documentation\";s:13:\"documentation\";s:5:\"other\";s:5:\"other\";}s:9:\"#required\";b:1;}s:5:\"#tree\";b:1;s:7:\"#weight\";i:-2;s:13:\"project_title\";a:9:{s:5:\"#type\";s:9:\"textfield\";s:6:\"#title\";s:7:\"Project\";s:14:\"#default_value\";s:11:\"Drupal core\";s:9:\"#required\";b:1;s:7:\"#weight\";i:-1;s:5:\"#size\";i:35;s:18:\"#autocomplete_path\";s:34:\"project/autocomplete/issue/project\";s:11:\"#attributes\";a:1:{s:7:\"onFocus\";s:36:\"project_issue_autocomplete_handler()\";}s:5:\"#ahah\";a:3:{s:8:\"progress\";a:1:{s:4:\"type\";s:4:\"none\";}s:4:\"path\";s:29:\"project/issues/update_project\";s:7:\"wrapper\";s:20:\"project-info-wrapper\";}}s:8:\"assigned\";a:4:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:8:\"Assigned\";s:14:\"#default_value\";s:1:\"0\";s:8:\"#options\";a:31:{i:0;s:10:\"Unassigned\";i:110386;s:7:\"Alex UA\";i:18703;s:6:\"Amazon\";i:373733;s:5:\"basic\";i:235047;s:4:\"c4rl\";i:707262;s:12:\"chrispomeroy\";i:595650;s:11:\"chrisstrahl\";i:63155;s:7:\"csevb10\";i:69284;s:5:\"Darko\";i:717740;s:7:\"diana.k\";i:1;s:5:\"Dries\";i:3064;s:5:\"drumm\";i:3;s:6:\"Drupal\";i:46549;s:3:\"dww\";i:33570;s:8:\"eliza411\";i:657010;s:10:\"erikwagner\";i:118398;s:6:\"gdemet\";i:272162;s:11:\"goalgorilla\";i:4166;s:13:\"Gábor Hojtsy\";i:22079;s:7:\"hunmonk\";i:85586;s:10:\"jenlampton\";i:20250;s:9:\"joemoraca\";i:58897;s:8:\"jredding\";i:227;s:19:\"killes@www.drop.org\";i:16863;s:6:\"kurund\";i:485222;s:7:\"lisarex\";i:94675;s:7:\"nnewton\";i:146719;s:7:\"sdboyer\";i:85730;s:8:\"Shyamala\";i:168251;s:5:\"tizzo\";i:24967;s:8:\"webchick\";}}}s:10:\"issue_info\";a:7:{s:7:\"#prefix\";s:28:\"
\";s:7:\"#suffix\";s:6:\"
\";s:8:\"category\";a:5:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:8:\"Category\";s:14:\"#default_value\";s:3:\"bug\";s:8:\"#options\";a:5:{i:0;s:6:\"\";s:3:\"bug\";s:10:\"bug report\";s:4:\"task\";s:4:\"task\";s:7:\"feature\";s:15:\"feature request\";s:7:\"support\";s:15:\"support request\";}s:9:\"#required\";b:1;}s:8:\"priority\";a:4:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:8:\"Priority\";s:14:\"#default_value\";s:1:\"4\";s:8:\"#options\";a:4:{i:1;s:8:\"critical\";i:4;s:5:\"major\";i:2;s:6:\"normal\";i:3;s:5:\"minor\";}}s:3:\"sid\";a:4:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:6:\"Status\";s:14:\"#default_value\";s:2:\"13\";s:8:\"#options\";a:13:{i:1;s:6:\"active\";i:13;s:10:\"needs work\";i:8;s:12:\"needs review\";i:14;s:34:\"reviewed & tested by the community\";i:15;s:20:\"patch (to be ported)\";i:2;s:5:\"fixed\";i:4;s:9:\"postponed\";i:16;s:38:\"postponed (maintainer needs more info)\";i:3;s:18:\"closed (duplicate)\";i:5;s:18:\"closed (won\'t fix)\";i:6;s:26:\"closed (works as designed)\";i:18;s:25:\"closed (cannot reproduce)\";i:7;s:14:\"closed (fixed)\";}}s:7:\"#weight\";i:-1;s:11:\"description\";a:3:{s:7:\"#prefix\";s:43:\"
\";s:6:\"#value\";s:165:\"Descriptions of the Priority and Status values can be found in the Issue queue handbook.\";s:7:\"#suffix\";s:6:\"
\";}}}s:8:\"taxonomy\";a:3:{s:4:\"tags\";a:1:{i:9;a:9:{s:5:\"#type\";s:9:\"textfield\";s:6:\"#title\";s:10:\"Issue tags\";s:12:\"#description\";s:129:\"Do NOT use tags for duplicating the \"Assigned\" or \"Component\" fields. Separate terms with a comma, not a space.\";s:9:\"#required\";s:1:\"0\";s:14:\"#default_value\";s:0:\"\";s:18:\"#autocomplete_path\";s:23:\"taxonomy/autocomplete/9\";s:7:\"#weight\";s:2:\"-4\";s:10:\"#maxlength\";i:255;s:5:\"#tree\";b:1;}}s:7:\"#weight\";i:4;s:5:\"#tree\";b:1;}s:23:\"#comment_upload_storage\";a:0:{}s:11:\"attachments\";a:9:{s:5:\"#type\";s:8:\"fieldset\";s:6:\"#title\";s:16:\"File attachments\";s:12:\"#collapsible\";b:1;s:10:\"#collapsed\";b:0;s:12:\"#description\";s:75:\"Changes made to the attachments are not permanent until you save this post.\";s:7:\"#prefix\";s:25:\"
\";s:7:\"#suffix\";s:6:\"
\";s:7:\"wrapper\";a:4:{s:7:\"#prefix\";s:25:\"
\";s:7:\"#suffix\";s:6:\"
\";s:6:\"#theme\";s:23:\"comment_upload_form_new\";s:3:\"new\";a:2:{s:6:\"upload\";a:3:{s:5:\"#type\";s:4:\"file\";s:6:\"#title\";s:15:\"Attach new file\";s:12:\"#description\";s:224:\"The maximum upload size is 2 MB. Only files with the following extensions may be uploaded: jpg jpeg gif png txt xls pdf ppt pps odt ods odp gz tgz patch diff zip test info po pot html doc pspimage psd mov. \";}s:6:\"attach\";a:6:{s:5:\"#type\";s:6:\"submit\";s:6:\"#value\";s:6:\"Attach\";s:5:\"#name\";s:6:\"attach\";s:5:\"#ahah\";a:3:{s:4:\"path\";s:17:\"comment-upload/js\";s:7:\"wrapper\";s:14:\"attach-wrapper\";s:8:\"progress\";a:2:{s:4:\"type\";s:3:\"bar\";s:7:\"message\";s:14:\"Please wait...\";}}s:7:\"#submit\";a:0:{}s:9:\"#validate\";a:1:{i:0;s:36:\"comment_upload_comment_form_validate\";}}}}s:7:\"#weight\";i:2;}s:12:\"#cache_token\";s:32:\"aec6eca1df395acb58c76fe4e20e9168\";}', created = 1300227662, expire = 1300249262, headers = '', serialized = 1 WHERE cid = 'form_form-fd9b4f278771e80bd7c3a047ea603be2' 3.94 1 cache_set /* Dries : cache_set */ INSERT INTO cache_form (cid, data, created, expire, headers, serialized) VALUES ('form_form-fd9b4f278771e80bd7c3a047ea603be2', 'a:34:{s:6:\"author\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:5:\"Dries\";}s:7:\"subject\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:3:\"#34\";}s:14:\"comment_filter\";a:2:{s:7:\"comment\";a:4:{s:5:\"#type\";s:8:\"textarea\";s:6:\"#title\";s:7:\"Comment\";s:5:\"#rows\";i:15;s:14:\"#default_value\";s:0:\"\";}s:6:\"format\";a:10:{s:5:\"#type\";s:8:\"fieldset\";s:6:\"#title\";s:12:\"Input format\";s:12:\"#collapsible\";b:1;s:10:\"#collapsed\";b:1;s:7:\"#weight\";N;s:17:\"#element_validate\";a:1:{i:0;s:20:\"filter_form_validate\";}i:1;a:7:{s:5:\"#type\";s:5:\"radio\";s:6:\"#title\";s:13:\"Filtered HTML\";s:14:\"#default_value\";s:1:\"1\";s:13:\"#return_value\";s:1:\"1\";s:8:\"#parents\";a:1:{i:0;s:6:\"format\";}s:12:\"#description\";s:804:\"\";s:3:\"#id\";s:13:\"edit-format-1\";}i:3;a:7:{s:5:\"#type\";s:5:\"radio\";s:6:\"#title\";s:9:\"Full HTML\";s:14:\"#default_value\";s:1:\"1\";s:13:\"#return_value\";s:1:\"3\";s:8:\"#parents\";a:1:{i:0;s:6:\"format\";}s:12:\"#description\";s:344:\"\";s:3:\"#id\";s:13:\"edit-format-3\";}i:5;a:7:{s:5:\"#type\";s:5:\"radio\";s:6:\"#title\";s:13:\"Documentation\";s:14:\"#default_value\";s:1:\"1\";s:13:\"#return_value\";s:1:\"5\";s:8:\"#parents\";a:1:{i:0;s:6:\"format\";}s:12:\"#description\";s:858:\"\";s:3:\"#id\";s:13:\"edit-format-5\";}i:6;a:1:{s:6:\"#value\";s:75:\"

More information about formatting options

\";}}}s:3:\"cid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";N;}s:3:\"pid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";N;}s:3:\"nid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:6:\"942782\";}s:3:\"uid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";i:0;}s:6:\"submit\";a:3:{s:5:\"#type\";s:6:\"submit\";s:6:\"#value\";s:4:\"Save\";s:7:\"#weight\";i:19;}s:7:\"preview\";a:3:{s:5:\"#type\";s:6:\"submit\";s:6:\"#value\";s:7:\"Preview\";s:7:\"#weight\";i:20;}s:6:\"#token\";s:13:\"comment942782\";s:7:\"#action\";s:21:\"/comment/reply/942782\";s:11:\"#parameters\";a:4:{i:0;s:12:\"comment_form\";i:1;a:3:{s:7:\"storage\";N;s:9:\"submitted\";b:0;s:4:\"post\";a:0:{}}i:2;a:1:{s:3:\"nid\";s:6:\"942782\";}i:3;s:16:\"Post new comment\";}s:9:\"#build_id\";s:37:\"form-fd9b4f278771e80bd7c3a047ea603be2\";s:5:\"#type\";s:4:\"form\";s:11:\"#programmed\";b:0;s:13:\"form_build_id\";a:4:{s:5:\"#type\";s:6:\"hidden\";s:6:\"#value\";s:37:\"form-fd9b4f278771e80bd7c3a047ea603be2\";s:3:\"#id\";s:37:\"form-fd9b4f278771e80bd7c3a047ea603be2\";s:5:\"#name\";s:13:\"form_build_id\";}s:10:\"form_token\";a:2:{s:5:\"#type\";s:5:\"token\";s:14:\"#default_value\";s:32:\"5df6545ccf24c97f6331976ef3e5ab71\";}s:7:\"form_id\";a:3:{s:5:\"#type\";s:6:\"hidden\";s:6:\"#value\";s:12:\"comment_form\";s:3:\"#id\";s:17:\"edit-comment-form\";}s:3:\"#id\";s:12:\"comment-form\";s:12:\"#description\";N;s:11:\"#attributes\";a:1:{s:7:\"enctype\";s:19:\"multipart/form-data\";}s:9:\"#required\";b:0;s:5:\"#tree\";b:0;s:8:\"#parents\";a:0:{}s:7:\"#method\";s:4:\"post\";s:9:\"#validate\";a:3:{i:0;s:21:\"comment_form_validate\";i:1;s:36:\"comment_upload_comment_form_validate\";i:2;s:35:\"project_issue_form_comment_validate\";}s:7:\"#submit\";a:1:{i:0;s:19:\"comment_form_submit\";}s:7:\"#prefix\";s:72:\"
\";s:7:\"#suffix\";s:18:\"
\";s:14:\"original_issue\";a:8:{s:5:\"#type\";s:8:\"fieldset\";s:6:\"#title\";s:19:\"Edit issue settings\";s:12:\"#description\";s:73:\"Note: changing any of these items will update the issue\'s overall values.\";s:12:\"#collapsible\";b:1;s:7:\"#weight\";i:-10;s:5:\"title\";a:6:{s:5:\"#type\";s:9:\"textfield\";s:6:\"#title\";s:11:\"Issue title\";s:10:\"#maxlength\";i:128;s:14:\"#default_value\";s:42:\"Custom menus never receive an active trail\";s:7:\"#weight\";i:-30;s:9:\"#required\";b:1;}s:12:\"project_info\";a:9:{s:7:\"#prefix\";s:54:\"
\";s:7:\"#suffix\";s:6:\"
\";s:3:\"pid\";a:2:{s:5:\"#type\";s:5:\"value\";s:6:\"#value\";s:4:\"3060\";}s:3:\"rid\";a:5:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:7:\"Version\";s:14:\"#default_value\";s:6:\"156281\";s:8:\"#options\";a:129:{i:0;s:6:\"\";i:572834;s:7:\"8.x-dev\";i:156281;s:7:\"7.x-dev\";i:1010382;s:7:\"7.0-rc4\";i:1005976;s:7:\"7.0-rc3\";i:995778;s:7:\"7.0-rc2\";i:985946;s:7:\"7.0-rc1\";i:971088;s:9:\"7.0-beta3\";i:950318;s:9:\"7.0-beta2\";i:934174;s:9:\"7.0-beta1\";i:913030;s:10:\"7.0-alpha7\";i:848970;s:10:\"7.0-alpha6\";i:806978;s:10:\"7.0-alpha5\";i:782394;s:10:\"7.0-alpha4\";i:748690;s:10:\"7.0-alpha3\";i:721114;s:10:\"7.0-alpha2\";i:685748;s:10:\"7.0-alpha1\";i:1015392;s:3:\"7.0\";i:97368;s:7:\"6.x-dev\";i:358987;s:3:\"6.9\";i:345833;s:3:\"6.8\";i:345462;s:3:\"6.7\";i:324832;s:3:\"6.6\";i:318701;s:3:\"6.5\";i:295065;s:3:\"6.4\";i:280583;s:3:\"6.3\";i:999422;s:4:\"6.20\";i:244667;s:3:\"6.2\";i:880546;s:4:\"6.19\";i:880514;s:4:\"6.18\";i:816290;s:4:\"6.17\";i:732000;s:4:\"6.16\";i:661600;s:4:\"6.15\";i:579476;s:4:\"6.14\";i:507568;s:4:\"6.13\";i:461882;s:4:\"6.12\";i:449114;s:4:\"6.11\";i:383918;s:4:\"6.10\";i:227618;s:3:\"6.1\";i:219510;s:7:\"6.0-rc4\";i:216077;s:7:\"6.0-rc3\";i:208616;s:7:\"6.0-rc2\";i:202820;s:7:\"6.0-rc1\";i:198188;s:9:\"6.0-beta4\";i:194287;s:9:\"6.0-beta3\";i:184399;s:9:\"6.0-beta2\";i:175832;s:9:\"6.0-beta1\";i:221219;s:3:\"6.0\";i:96923;s:7:\"5.x-dev\";i:286418;s:3:\"5.9\";i:280586;s:3:\"5.8\";i:215269;s:3:\"5.7\";i:208594;s:3:\"5.6\";i:198523;s:3:\"5.5\";i:198186;s:3:\"5.4\";i:184395;s:3:\"5.3\";i:880550;s:4:\"5.23\";i:732004;s:4:\"5.22\";i:661598;s:4:\"5.21\";i:579484;s:4:\"5.20\";i:162364;s:3:\"5.2\";i:507574;s:4:\"5.19\";i:461902;s:4:\"5.18\";i:449110;s:4:\"5.17\";i:384038;s:4:\"5.16\";i:358984;s:4:\"5.15\";i:345830;s:4:\"5.14\";i:345467;s:4:\"5.13\";i:324833;s:4:\"5.12\";i:318696;s:4:\"5.11\";i:295064;s:4:\"5.10\";i:114029;s:3:\"5.1\";i:108345;s:7:\"5.0-rc2\";i:103420;s:7:\"5.0-rc1\";i:100201;s:9:\"5.0-beta2\";i:94737;s:9:\"5.0-beta1\";i:109494;s:3:\"5.0\";i:198185;s:5:\"4.7.9\";i:184398;s:5:\"4.7.8\";i:162367;s:5:\"4.7.7\";i:113989;s:5:\"4.7.6\";i:106958;s:5:\"4.7.5\";i:94735;s:5:\"4.7.4\";i:94733;s:5:\"4.7.3\";i:94731;s:5:\"4.7.2\";i:208598;s:6:\"4.7.11\";i:198530;s:6:\"4.7.10\";i:94729;s:5:\"4.7.1\";i:94721;s:9:\"4.7.0-rc4\";i:94722;s:9:\"4.7.0-rc3\";i:94728;s:9:\"4.7.0-rc2\";i:94727;s:9:\"4.7.0-rc1\";i:94726;s:11:\"4.7.0-beta6\";i:94723;s:11:\"4.7.0-beta5\";i:94719;s:11:\"4.7.0-beta4\";i:94718;s:11:\"4.7.0-beta3\";i:94720;s:5:\"4.7.0\";i:101561;s:9:\"4.6.x-dev\";i:94734;s:5:\"4.6.9\";i:94732;s:5:\"4.6.8\";i:94730;s:5:\"4.6.7\";i:94725;s:5:\"4.6.6\";i:94716;s:5:\"4.6.5\";i:94713;s:5:\"4.6.4\";i:94711;s:5:\"4.6.3\";i:94709;s:5:\"4.6.2\";i:106957;s:6:\"4.6.11\";i:94736;s:6:\"4.6.10\";i:94706;s:5:\"4.6.1\";i:94704;s:5:\"4.6.0\";i:94724;s:5:\"4.5.8\";i:94715;s:5:\"4.5.7\";i:94712;s:5:\"4.5.6\";i:94710;s:5:\"4.5.5\";i:94708;s:5:\"4.5.4\";i:94705;s:5:\"4.5.3\";i:94697;s:5:\"4.5.2\";i:94701;s:5:\"4.5.1\";i:94694;s:5:\"4.5.0\";i:94707;s:5:\"4.4.3\";i:94693;s:5:\"4.4.2\";i:94699;s:5:\"4.4.1\";i:94690;s:5:\"4.4.0\";i:94703;s:5:\"4.3.2\";i:94696;s:5:\"4.3.1\";i:94700;s:5:\"4.3.0\";i:94698;s:5:\"4.2.0\";i:94695;s:5:\"4.1.0\";i:94692;s:5:\"4.0.0\";}s:9:\"#required\";b:1;}s:9:\"component\";a:5:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:9:\"Component\";s:14:\"#default_value\";s:11:\"menu system\";s:8:\"#options\";a:82:{s:11:\"ajax system\";s:11:\"ajax system\";s:11:\"base system\";s:11:\"base system\";s:14:\"browser system\";s:14:\"browser system\";s:12:\"cache system\";s:12:\"cache system\";s:11:\"cron system\";s:11:\"cron system\";s:15:\"database system\";s:15:\"database system\";s:22:\"database update system\";s:22:\"database update system\";s:12:\"field system\";s:12:\"field system\";s:11:\"file system\";s:11:\"file system\";s:12:\"forms system\";s:12:\"forms system\";s:12:\"image system\";s:12:\"image system\";s:14:\"install system\";s:14:\"install system\";s:15:\"language system\";s:15:\"language system\";s:11:\"mail system\";s:11:\"mail system\";s:11:\"menu system\";s:11:\"menu system\";s:11:\"node system\";s:11:\"node system\";s:11:\"user system\";s:11:\"user system\";s:12:\"theme system\";s:12:\"theme system\";s:12:\"token system\";s:12:\"token system\";s:14:\"xml-rpc system\";s:14:\"xml-rpc system\";s:14:\"mysql database\";s:14:\"mysql database\";s:19:\"postgresql database\";s:19:\"postgresql database\";s:15:\"sqlite database\";s:15:\"sqlite database\";s:17:\"aggregator.module\";s:17:\"aggregator.module\";s:14:\"archive.module\";s:14:\"archive.module\";s:12:\"block.module\";s:12:\"block.module\";s:11:\"blog.module\";s:11:\"blog.module\";s:14:\"blogapi.module\";s:14:\"blogapi.module\";s:11:\"book.module\";s:11:\"book.module\";s:12:\"color.module\";s:12:\"color.module\";s:14:\"comment.module\";s:14:\"comment.module\";s:14:\"contact.module\";s:14:\"contact.module\";s:17:\"contextual.module\";s:17:\"contextual.module\";s:16:\"dashboard.module\";s:16:\"dashboard.module\";s:12:\"dblog.module\";s:12:\"dblog.module\";s:13:\"drupal.module\";s:13:\"drupal.module\";s:15:\"field_ui.module\";s:15:\"field_ui.module\";s:11:\"file.module\";s:11:\"file.module\";s:13:\"filter.module\";s:13:\"filter.module\";s:12:\"forum.module\";s:12:\"forum.module\";s:11:\"help.module\";s:11:\"help.module\";s:12:\"image.module\";s:12:\"image.module\";s:13:\"locale.module\";s:13:\"locale.module\";s:11:\"menu.module\";s:11:\"menu.module\";s:11:\"node.module\";s:11:\"node.module\";s:13:\"openid.module\";s:13:\"openid.module\";s:14:\"overlay.module\";s:14:\"overlay.module\";s:11:\"page.module\";s:11:\"page.module\";s:11:\"path.module\";s:11:\"path.module\";s:10:\"php.module\";s:10:\"php.module\";s:11:\"ping.module\";s:11:\"ping.module\";s:11:\"poll.module\";s:11:\"poll.module\";s:14:\"profile.module\";s:14:\"profile.module\";s:10:\"rdf.module\";s:10:\"rdf.module\";s:13:\"search.module\";s:13:\"search.module\";s:15:\"shortcut.module\";s:15:\"shortcut.module\";s:17:\"simpletest.module\";s:17:\"simpletest.module\";s:17:\"statistics.module\";s:17:\"statistics.module\";s:12:\"story.module\";s:12:\"story.module\";s:13:\"syslog.module\";s:13:\"syslog.module\";s:13:\"system.module\";s:13:\"system.module\";s:15:\"taxonomy.module\";s:15:\"taxonomy.module\";s:15:\"throttle.module\";s:15:\"throttle.module\";s:14:\"toolbar.module\";s:14:\"toolbar.module\";s:14:\"tracker.module\";s:14:\"tracker.module\";s:18:\"translation.module\";s:18:\"translation.module\";s:14:\"trigger.module\";s:14:\"trigger.module\";s:13:\"update.module\";s:13:\"update.module\";s:13:\"upload.module\";s:13:\"upload.module\";s:11:\"user.module\";s:11:\"user.module\";s:15:\"watchdog.module\";s:15:\"watchdog.module\";s:6:\"markup\";s:6:\"markup\";s:10:\"javascript\";s:10:\"javascript\";s:10:\"drupal.css\";s:10:\"drupal.css\";s:12:\"Bartik theme\";s:12:\"Bartik theme\";s:13:\"Garland theme\";s:13:\"Garland theme\";s:14:\"Minnelli theme\";s:14:\"Minnelli theme\";s:11:\"Seven theme\";s:11:\"Seven theme\";s:11:\"Stark theme\";s:11:\"Stark theme\";s:19:\"user interface text\";s:19:\"user interface text\";s:13:\"documentation\";s:13:\"documentation\";s:5:\"other\";s:5:\"other\";}s:9:\"#required\";b:1;}s:5:\"#tree\";b:1;s:7:\"#weight\";i:-2;s:13:\"project_title\";a:9:{s:5:\"#type\";s:9:\"textfield\";s:6:\"#title\";s:7:\"Project\";s:14:\"#default_value\";s:11:\"Drupal core\";s:9:\"#required\";b:1;s:7:\"#weight\";i:-1;s:5:\"#size\";i:35;s:18:\"#autocomplete_path\";s:34:\"project/autocomplete/issue/project\";s:11:\"#attributes\";a:1:{s:7:\"onFocus\";s:36:\"project_issue_autocomplete_handler()\";}s:5:\"#ahah\";a:3:{s:8:\"progress\";a:1:{s:4:\"type\";s:4:\"none\";}s:4:\"path\";s:29:\"project/issues/update_project\";s:7:\"wrapper\";s:20:\"project-info-wrapper\";}}s:8:\"assigned\";a:4:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:8:\"Assigned\";s:14:\"#default_value\";s:1:\"0\";s:8:\"#options\";a:31:{i:0;s:10:\"Unassigned\";i:110386;s:7:\"Alex UA\";i:18703;s:6:\"Amazon\";i:373733;s:5:\"basic\";i:235047;s:4:\"c4rl\";i:707262;s:12:\"chrispomeroy\";i:595650;s:11:\"chrisstrahl\";i:63155;s:7:\"csevb10\";i:69284;s:5:\"Darko\";i:717740;s:7:\"diana.k\";i:1;s:5:\"Dries\";i:3064;s:5:\"drumm\";i:3;s:6:\"Drupal\";i:46549;s:3:\"dww\";i:33570;s:8:\"eliza411\";i:657010;s:10:\"erikwagner\";i:118398;s:6:\"gdemet\";i:272162;s:11:\"goalgorilla\";i:4166;s:13:\"Gábor Hojtsy\";i:22079;s:7:\"hunmonk\";i:85586;s:10:\"jenlampton\";i:20250;s:9:\"joemoraca\";i:58897;s:8:\"jredding\";i:227;s:19:\"killes@www.drop.org\";i:16863;s:6:\"kurund\";i:485222;s:7:\"lisarex\";i:94675;s:7:\"nnewton\";i:146719;s:7:\"sdboyer\";i:85730;s:8:\"Shyamala\";i:168251;s:5:\"tizzo\";i:24967;s:8:\"webchick\";}}}s:10:\"issue_info\";a:7:{s:7:\"#prefix\";s:28:\"
\";s:7:\"#suffix\";s:6:\"
\";s:8:\"category\";a:5:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:8:\"Category\";s:14:\"#default_value\";s:3:\"bug\";s:8:\"#options\";a:5:{i:0;s:6:\"\";s:3:\"bug\";s:10:\"bug report\";s:4:\"task\";s:4:\"task\";s:7:\"feature\";s:15:\"feature request\";s:7:\"support\";s:15:\"support request\";}s:9:\"#required\";b:1;}s:8:\"priority\";a:4:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:8:\"Priority\";s:14:\"#default_value\";s:1:\"4\";s:8:\"#options\";a:4:{i:1;s:8:\"critical\";i:4;s:5:\"major\";i:2;s:6:\"normal\";i:3;s:5:\"minor\";}}s:3:\"sid\";a:4:{s:5:\"#type\";s:6:\"select\";s:6:\"#title\";s:6:\"Status\";s:14:\"#default_value\";s:2:\"13\";s:8:\"#options\";a:13:{i:1;s:6:\"active\";i:13;s:10:\"needs work\";i:8;s:12:\"needs review\";i:14;s:34:\"reviewed & tested by the community\";i:15;s:20:\"patch (to be ported)\";i:2;s:5:\"fixed\";i:4;s:9:\"postponed\";i:16;s:38:\"postponed (maintainer needs more info)\";i:3;s:18:\"closed (duplicate)\";i:5;s:18:\"closed (won\'t fix)\";i:6;s:26:\"closed (works as designed)\";i:18;s:25:\"closed (cannot reproduce)\";i:7;s:14:\"closed (fixed)\";}}s:7:\"#weight\";i:-1;s:11:\"description\";a:3:{s:7:\"#prefix\";s:43:\"
\";s:6:\"#value\";s:165:\"Descriptions of the Priority and Status values can be found in the Issue queue handbook.\";s:7:\"#suffix\";s:6:\"
\";}}}s:8:\"taxonomy\";a:3:{s:4:\"tags\";a:1:{i:9;a:9:{s:5:\"#type\";s:9:\"textfield\";s:6:\"#title\";s:10:\"Issue tags\";s:12:\"#description\";s:129:\"Do NOT use tags for duplicating the \"Assigned\" or \"Component\" fields. Separate terms with a comma, not a space.\";s:9:\"#required\";s:1:\"0\";s:14:\"#default_value\";s:0:\"\";s:18:\"#autocomplete_path\";s:23:\"taxonomy/autocomplete/9\";s:7:\"#weight\";s:2:\"-4\";s:10:\"#maxlength\";i:255;s:5:\"#tree\";b:1;}}s:7:\"#weight\";i:4;s:5:\"#tree\";b:1;}s:23:\"#comment_upload_storage\";a:0:{}s:11:\"attachments\";a:9:{s:5:\"#type\";s:8:\"fieldset\";s:6:\"#title\";s:16:\"File attachments\";s:12:\"#collapsible\";b:1;s:10:\"#collapsed\";b:0;s:12:\"#description\";s:75:\"Changes made to the attachments are not permanent until you save this post.\";s:7:\"#prefix\";s:25:\"
\";s:7:\"#suffix\";s:6:\"
\";s:7:\"wrapper\";a:4:{s:7:\"#prefix\";s:25:\"
\";s:7:\"#suffix\";s:6:\"
\";s:6:\"#theme\";s:23:\"comment_upload_form_new\";s:3:\"new\";a:2:{s:6:\"upload\";a:3:{s:5:\"#type\";s:4:\"file\";s:6:\"#title\";s:15:\"Attach new file\";s:12:\"#description\";s:224:\"The maximum upload size is 2 MB. Only files with the following extensions may be uploaded: jpg jpeg gif png txt xls pdf ppt pps odt ods odp gz tgz patch diff zip test info po pot html doc pspimage psd mov. \";}s:6:\"attach\";a:6:{s:5:\"#type\";s:6:\"submit\";s:6:\"#value\";s:6:\"Attach\";s:5:\"#name\";s:6:\"attach\";s:5:\"#ahah\";a:3:{s:4:\"path\";s:17:\"comment-upload/js\";s:7:\"wrapper\";s:14:\"attach-wrapper\";s:8:\"progress\";a:2:{s:4:\"type\";s:3:\"bar\";s:7:\"message\";s:14:\"Please wait...\";}}s:7:\"#submit\";a:0:{}s:9:\"#validate\";a:1:{i:0;s:36:\"comment_upload_comment_form_validate\";}}}}s:7:\"#weight\";i:2;}s:12:\"#cache_token\";s:32:\"aec6eca1df395acb58c76fe4e20e9168\";}', 1300227662, 1300249262, '', 1) 2.39 1 menu_get_item /* Dries : menu_get_item */ SELECT * FROM menu_router WHERE path IN ('project/autocomplete/issue/project','project/autocomplete/issue/%','project/autocomplete/%/project','project/autocomplete/%/%','project/%/issue/project','project/autocomplete/issue','project/autocomplete/%','project/%/issue','project/autocomplete','project/%','project') ORDER BY fit DESC LIMIT 0, 1 1.82 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/autocomplete/issue/project' AND language IN('en', '') ORDER BY language DESC, pid DESC 2.2 1 menu_get_item /* Dries : menu_get_item */ SELECT * FROM menu_router WHERE path IN ('taxonomy/autocomplete/9','taxonomy/autocomplete/%','taxonomy/%/9','taxonomy/autocomplete','taxonomy/%','taxonomy') ORDER BY fit DESC LIMIT 0, 1 1.68 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'taxonomy/autocomplete/9' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.59 1 node_tag_new /* Dries : node_tag_new */ UPDATE history SET timestamp = 1300227662 WHERE uid = 1 AND nid = 942782 1.9 1 system_region_list /* Dries : system_region_list */ SELECT info FROM system WHERE type = 'theme' AND name = 'bluecheese' 4.04 1 block_list /* Dries : block_list */ SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'bluecheese' AND b.status = 1 AND (r.rid IN (2,3,8,16) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module 1.63 1 load /* Dries : load */ SELECT * FROM views_view WHERE name = 'project_issue_project' 2.89 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_views WHERE cid = 'views_default:project_issue_project:en' 12.59 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_views WHERE cid = 'views_data:en' 1.63 1 validate_argument /* Dries : validate_argument */ SELECT n.nid, n.title FROM node n WHERE n.nid = 942782 AND n.type = 'project_project' 2.29 1 menu_local_tasks /* Dries : menu_local_tasks */ SELECT * FROM menu_router WHERE tab_root = 'node/%' ORDER BY weight, title 1.61 1 _node_revision_access /* Dries : _node_revision_access */ SELECT COUNT(vid) FROM node_revisions WHERE nid = 942782 2.12 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/942782/edit' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.72 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/942782/outline' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.71 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'node/942782/devel' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.33 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_menu WHERE cid = 'links:primary-links:page-cid:node/942782:1' 1.63 1 menu_tree_page_data /* Dries : menu_tree_page_data */ SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM menu_links WHERE menu_name = 'primary-links' AND link_path IN ('node/942782') 1.71 1 menu_tree_page_data /* Dries : menu_tree_page_data */ SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM menu_links WHERE menu_name = 'primary-links' AND link_path = 'node/%' 2.38 1 menu_tree_page_data /* Dries : menu_tree_page_data */ SELECT m.load_functions, m.to_arg_functions, m.access_callback, m.access_arguments, m.page_callback, m.page_arguments, m.title, m.title_callback, m.title_arguments, m.type, m.description, ml.* FROM menu_links ml LEFT JOIN menu_router m ON m.path = ml.router_path WHERE ml.menu_name = 'primary-links' AND ml.plid IN (0) ORDER BY p1 ASC, p2 ASC, p3 ASC, p4 ASC, p5 ASC, p6 ASC, p7 ASC, p8 ASC, p9 ASC 2.14 1 cache_get /* Dries : cache_get */ SELECT data, created, headers, expire, serialized FROM cache_menu WHERE cid = 'links:primary-links:tree-data:9c4777aec433d862720d93f916d4c726' 1.33 1 cache_set /* Dries : cache_set */ UPDATE cache_menu SET data = 'links:primary-links:tree-data:9c4777aec433d862720d93f916d4c726', created = 1300227662, expire = 0, headers = '', serialized = 0 WHERE cid = 'links:primary-links:page-cid:node/942782:1' 1.45 1 cache_set /* Dries : cache_set */ INSERT INTO cache_menu (cid, data, created, expire, headers, serialized) VALUES ('links:primary-links:page-cid:node/942782:1', 'links:primary-links:tree-data:9c4777aec433d862720d93f916d4c726', 1300227662, 0, '', 0) 1.94 1 menu_tree_check_access /* Dries : menu_tree_check_access */ SELECT n.nid FROM node n WHERE n.status = 1 AND n.nid IN (30950, 26419, 5, 4) 2.13 1 profile_load_profile /* Dries : profile_load_profile */ SELECT f.name, f.type, v.value FROM profile_fields f INNER JOIN profile_values v ON f.fid = v.fid WHERE uid = 1 1.68 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'start' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.66 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'community' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.7 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'documentation' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.5 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'download' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.51 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'drupal-services' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.62 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'about' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.59 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'news' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'planet' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.61 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'security' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'getting-involved' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.58 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'documentation/install' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.52 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'documentation/build' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.69 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/drupal' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.59 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/modules' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/themes' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/installation+profiles' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.55 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'druplicon' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.53 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'taxonomy/term/13' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.57 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/theme engines' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.76 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/translations' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.6 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'project/installation profiles' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.74 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.84 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'logout' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.51 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'admin' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.48 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'home' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.58 1 _drupal_lookup_path_direct /* Dries : _drupal_lookup_path_direct */ SELECT dst FROM url_alias WHERE src = 'user/1/dashboard' AND language IN('en', '') ORDER BY language DESC, pid DESC 1.77 1 drupal_get_filename /* Dries : drupal_get_filename */ SELECT filename FROM system WHERE name = 'bluecheese' AND type = 'theme' 1.53 1 sess_write /* Dries : sess_write */ UPDATE sessions SET uid = 1, cache = 1300227646, hostname = '67.161.115.99', session = '', timestamp = 1300227662 WHERE sid = 'cf8d8753b3fe80272fea0ebbe810dc2d' 1.4 1 sess_write /* Dries : sess_write */ UPDATE users_access SET access = 1300227662 WHERE uid = 1