Posted by rotnme on April 2, 2010 at 2:51am
Well, since dumping the previous mamp site and methodically starting over, I have success, to a point. It's up and running, I worked thru an issue regarding mysql and an error message on startup regarding root@localhost access denied. Turns out the changed password needed to be changed in an additional place. I digress, the issue at hand that has me stymied is the lack of all my page content/primary link menus showing on the local host. All content is in the db file, but for whatever reason it does not exist on the local site. Thoughts? Much appreciated as always.

Comments
What do you mean by "db
What do you mean by "db file"? If you mean a msyql dump of your site before re-installing MAMP, then you need to import that .sql file into your database before it will show up on the site.
mysql, sorry. I did this and
mysql, sorry. I did this and everything is fine except that my primary links menu does not show as well as pages are non-existent. Theme is fine as is everything else. Thanks.
so, if you go to administer
so, if you go to administer -> content management -> content there are no nodes listed?
Correct. Everything else
Correct. Everything else looks as it should. Stumped, but then again I'm no pro at this so pretty much everything stumps me.
sounds like the tables in
sounds like the tables in your database that hold info about your nodes didn't get exported (or imported) correctly (if at all).
do you have the backup migrate module? I would suggest using that to do your database migration. If you post a copy of your database dump file, i can look at it and maybe be able to tell what's missing.
Once again you are correct oh
Once again you are correct oh great sage of Drupal. I do have backup/migrate and did use it. This eve I dropped local database and re-exported using backup migrate, imported to local using backup/migrate. For whatever reason after importing the database exists but I get the message that "no tables found in database". I have not a clue. As requested, database dump sorry I could not figure out to do it as a link:
/!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS /;
/!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION /;
/!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 /;
/!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 /;
/!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE=NO_AUTO_VALUE_ON_ZERO */;
SET NAMES utf8;
DROP TABLE IF EXISTS
access;CREATE TABLE
access(aidint(11) NOT NULL auto_increment,maskvarchar(255) NOT NULL default '',typevarchar(255) NOT NULL default '',statustinyint(4) NOT NULL default '0', PRIMARY KEY (aid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
actions;CREATE TABLE
actions(aidvarchar(255) NOT NULL default '0',typevarchar(32) NOT NULL default '',callbackvarchar(255) NOT NULL default '',parameterslongtext NOT NULL,descriptionvarchar(255) NOT NULL default '0', PRIMARY KEY (aid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
actionsVALUES ('comment_unpublish_action','comment','comment_unpublish_action','','Unpublish comment');INSERT INTO
actionsVALUES ('node_publish_action','node','node_publish_action','','Publish post');INSERT INTO
actionsVALUES ('node_unpublish_action','node','node_unpublish_action','','Unpublish post');INSERT INTO
actionsVALUES ('node_make_sticky_action','node','node_make_sticky_action','','Make post sticky');INSERT INTO
actionsVALUES ('node_make_unsticky_action','node','node_make_unsticky_action','','Make post unsticky');INSERT INTO
actionsVALUES ('node_promote_action','node','node_promote_action','','Promote post to front page');INSERT INTO
actionsVALUES ('node_unpromote_action','node','node_unpromote_action','','Remove post from front page');INSERT INTO
actionsVALUES ('node_save_action','node','node_save_action','','Save post');INSERT INTO
actionsVALUES ('user_block_user_action','user','user_block_user_action','','Block current user');INSERT INTO
actionsVALUES ('user_block_ip_action','user','user_block_ip_action','','Ban IP address of current user');INSERT INTO
actionsVALUES ('backup_migrate_backup_action','system','backup_migrate_backup_action','','Backup the database with the default settings');DROP TABLE IF EXISTS
actions_aid;CREATE TABLE
actions_aid(aidint(10) unsigned NOT NULL auto_increment, PRIMARY KEY (aid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
advanced_help_index;CREATE TABLE
advanced_help_index(sidint(10) unsigned NOT NULL auto_increment,modulevarchar(255) NOT NULL default '',topicvarchar(255) NOT NULL default '',languagevarchar(12) NOT NULL default '', PRIMARY KEY (sid), KEYlanguage(language) ) ENGINE=MyISAM AUTO_INCREMENT=202 DEFAULT CHARSET=utf8 AUTO_INCREMENT=202;INSERT INTO
advanced_help_indexVALUES ('196','search404','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('2','advanced_help','using-advanced-help','en');INSERT INTO
advanced_help_indexVALUES ('3','advanced_help','translation','en');INSERT INTO
advanced_help_indexVALUES ('4','advanced_help','ini-file','en');INSERT INTO
advanced_help_indexVALUES ('5','advanced_help','why-advanced-help','en');INSERT INTO
advanced_help_indexVALUES ('195','path_redirect','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('194','page_title','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('193','imce_wysiwyg','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('11','content','fields','en');INSERT INTO
advanced_help_indexVALUES ('12','content','manage-fields','en');INSERT INTO
advanced_help_indexVALUES ('13','content','add','en');INSERT INTO
advanced_help_indexVALUES ('14','content','add-new-field','en');INSERT INTO
advanced_help_indexVALUES ('15','content','add-existing-field','en');INSERT INTO
advanced_help_indexVALUES ('16','content','add-new-group','en');INSERT INTO
advanced_help_indexVALUES ('17','content','rearrange','en');INSERT INTO
advanced_help_indexVALUES ('18','content','remove','en');INSERT INTO
advanced_help_indexVALUES ('19','content','theme','en');INSERT INTO
advanced_help_indexVALUES ('20','content','theme-node-templates','en');INSERT INTO
advanced_help_indexVALUES ('21','content','theme-field-templates','en');INSERT INTO
advanced_help_indexVALUES ('22','content','theme-formatters','en');INSERT INTO
advanced_help_indexVALUES ('23','filefield','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('85','optionwidgets','optionwidgets','en');INSERT INTO
advanced_help_indexVALUES ('192','imagefield','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('28','imce','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('191','imagecache_ui','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('158','views','style-node-rss','en');INSERT INTO
advanced_help_indexVALUES ('190','imageapi_gd','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('157','views','style-node','en');INSERT INTO
advanced_help_indexVALUES ('156','views','style-fields','en');INSERT INTO
advanced_help_indexVALUES ('155','views','style-rss','en');INSERT INTO
advanced_help_indexVALUES ('154','views','style-grid','en');INSERT INTO
advanced_help_indexVALUES ('153','views','style-table','en');INSERT INTO
advanced_help_indexVALUES ('152','views','style-unformatted','en');INSERT INTO
advanced_help_indexVALUES ('151','views','style-list','en');INSERT INTO
advanced_help_indexVALUES ('150','views','style-row','en');INSERT INTO
advanced_help_indexVALUES ('149','views','style','en');INSERT INTO
advanced_help_indexVALUES ('148','views','relationship','en');INSERT INTO
advanced_help_indexVALUES ('147','views','filter','en');INSERT INTO
advanced_help_indexVALUES ('146','views','sort','en');INSERT INTO
advanced_help_indexVALUES ('145','views','field','en');INSERT INTO
advanced_help_indexVALUES ('144','views','argument','en');INSERT INTO
advanced_help_indexVALUES ('143','views','display-feed','en');INSERT INTO
advanced_help_indexVALUES ('142','views','display-attachment','en');INSERT INTO
advanced_help_indexVALUES ('141','views','display-block','en');INSERT INTO
advanced_help_indexVALUES ('140','views','display-page','en');INSERT INTO
advanced_help_indexVALUES ('139','views','display-default','en');INSERT INTO
advanced_help_indexVALUES ('138','views','display','en');INSERT INTO
advanced_help_indexVALUES ('137','views','view-type','en');INSERT INTO
advanced_help_indexVALUES ('136','views','example-author-block','en');INSERT INTO
advanced_help_indexVALUES ('135','views','example-user-feed','en');INSERT INTO
advanced_help_indexVALUES ('134','views','example-recent-stories','en');INSERT INTO
advanced_help_indexVALUES ('133','views','example-users-by-role','en');INSERT INTO
advanced_help_indexVALUES ('132','views','getting-started','en');INSERT INTO
advanced_help_indexVALUES ('131','views','about','en');INSERT INTO
advanced_help_indexVALUES ('130','token','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('129','nodewords','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('128','xmlsitemap','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('189','google_website_optimizer','README.TXT','en');INSERT INTO
advanced_help_indexVALUES ('126','wysiwyg','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('188','googleanalytics','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('183','backup_migrate','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('86','text','text','en');INSERT INTO
advanced_help_indexVALUES ('88','imageapi','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('187','contentoptimizer','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('90','imagecache','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('186','userreference','userreference','en');INSERT INTO
advanced_help_indexVALUES ('185','number','number','en');INSERT INTO
advanced_help_indexVALUES ('184','nodereference','nodereference','en');INSERT INTO
advanced_help_indexVALUES ('182','help_example','syntax','en');INSERT INTO
advanced_help_indexVALUES ('123','taxonomy_menu','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('122','spam','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('181','help_example','security','en');INSERT INTO
advanced_help_indexVALUES ('180','help_example','usage','en');INSERT INTO
advanced_help_indexVALUES ('179','help_example','history','en');INSERT INTO
advanced_help_indexVALUES ('159','views','style-comment-rss','en');INSERT INTO
advanced_help_indexVALUES ('114','captcha','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('177','admin_menu','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('178','help_example','about-php','en');INSERT INTO
advanced_help_indexVALUES ('160','views','style-summary-unformatted','en');INSERT INTO
advanced_help_indexVALUES ('161','views','style-summary','en');INSERT INTO
advanced_help_indexVALUES ('162','views','menu','en');INSERT INTO
advanced_help_indexVALUES ('163','views','path','en');INSERT INTO
advanced_help_indexVALUES ('164','views','analyze-theme','en');INSERT INTO
advanced_help_indexVALUES ('165','views','using-theme','en');INSERT INTO
advanced_help_indexVALUES ('166','views','theme-css','en');INSERT INTO
advanced_help_indexVALUES ('167','views','overrides','en');INSERT INTO
advanced_help_indexVALUES ('168','views','embed','en');INSERT INTO
advanced_help_indexVALUES ('169','views','new','en');INSERT INTO
advanced_help_indexVALUES ('170','views','updating','en');INSERT INTO
advanced_help_indexVALUES ('171','views','api','en');INSERT INTO
advanced_help_indexVALUES ('172','views','api-tables','en');INSERT INTO
advanced_help_indexVALUES ('173','views','api-default-views','en');INSERT INTO
advanced_help_indexVALUES ('174','views','api-handlers','en');INSERT INTO
advanced_help_indexVALUES ('175','views','api-plugins','en');INSERT INTO
advanced_help_indexVALUES ('176','views','api-example','en');INSERT INTO
advanced_help_indexVALUES ('197','seochecklist','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('198','tokenSTARTER','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('199','token_actions','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('200','pathauto','README.txt','en');INSERT INTO
advanced_help_indexVALUES ('201','auto_nodetitle','README.txt','en');DROP TABLE IF EXISTS
akismet_moderator;CREATE TABLE
akismet_moderator(uidint(10) unsigned NOT NULL default '0',email_forvarchar(20) NOT NULL default '', PRIMARY KEY (uid), KEYemail_for(email_for) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
akismet_moderatorVALUES ('10','all');INSERT INTO
akismet_moderatorVALUES ('1','all');DROP TABLE IF EXISTS
akismet_spam_marks;CREATE TABLE
akismet_spam_marks(content_typevarchar(20) NOT NULL default '',content_idint(10) unsigned NOT NULL default '0',spam_createdint(10) unsigned NOT NULL default '0',hostnamevarchar(128) NOT NULL default '',mailvarchar(128) NOT NULL default '', KEYspam_created(spam_created), KEYhostname(hostname), KEYmail(mail) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
authmap;CREATE TABLE
authmap(aidint(10) unsigned NOT NULL auto_increment,uidint(11) NOT NULL default '0',authnamevarchar(128) NOT NULL default '',modulevarchar(128) NOT NULL default '', PRIMARY KEY (aid), UNIQUE KEYauthname(authname) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
batch;CREATE TABLE
batch(bidint(10) unsigned NOT NULL auto_increment,tokenvarchar(64) NOT NULL,timestampint(11) NOT NULL,batchlongtext, PRIMARY KEY (bid), KEYtoken(token) ) ENGINE=MyISAM AUTO_INCREMENT=42 DEFAULT CHARSET=utf8 AUTO_INCREMENT=42;DROP TABLE IF EXISTS
bayesian_tokens;CREATE TABLE
bayesian_tokens(tidint(10) unsigned NOT NULL auto_increment,classvarchar(32) NOT NULL default '',tokenvarchar(255) NOT NULL default '',yes_countint(10) unsigned NOT NULL default '0',no_countint(10) unsigned NOT NULL default '0',probabilityint(10) unsigned NOT NULL default '0',lastint(10) unsigned NOT NULL default '0', PRIMARY KEY (tid), UNIQUE KEYtoken(class,token), KEYyes_count(yes_count), KEYno_count(no_count), KEYprobability(probability), KEYlast(last) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
blocks;CREATE TABLE
blocks(bidint(11) NOT NULL auto_increment,modulevarchar(64) NOT NULL default '',deltavarchar(32) NOT NULL default '0',themevarchar(64) NOT NULL default '',statustinyint(4) NOT NULL default '0',weighttinyint(4) NOT NULL default '0',regionvarchar(64) NOT NULL default '',customtinyint(4) NOT NULL default '0',throttletinyint(4) NOT NULL default '0',visibilitytinyint(4) NOT NULL default '0',pagestext NOT NULL,titlevarchar(64) NOT NULL default '',cachetinyint(4) NOT NULL default '1', PRIMARY KEY (bid), UNIQUE KEYtmd(theme,module,delta), KEYlist(theme,status,region,weight,module) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8 AUTO_INCREMENT=66;INSERT INTO
blocksVALUES ('1','user','0','garland','1','0','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('2','user','1','garland','1','0','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('3','system','0','garland','1','10','footer','0','0','0','','','-1');INSERT INTO
blocksVALUES ('5','menu','primary-links','garland','0','0','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('6','menu','secondary-links','garland','0','0','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('7','node','0','garland','0','0','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('8','user','2','garland','0','0','','0','0','0','','','1');INSERT INTO
blocksVALUES ('9','user','3','garland','0','0','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('28','block','2','marinelli','1','-4','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('11','menu','primary-links','abarre','0','-5','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('12','menu','secondary-links','abarre','0','-3','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('13','node','0','abarre','0','-2','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('14','system','0','abarre','1','-3','sidebar_left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('15','user','0','abarre','1','-5','sidebar_left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('16','user','1','abarre','1','-6','sidebar_left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('17','user','2','abarre','0','-1','','0','0','0','','','1');INSERT INTO
blocksVALUES ('18','user','3','abarre','0','0','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('24','nice_menus','1','abarre','1','-5','content_top','0','0','0','','','-1');INSERT INTO
blocksVALUES ('23','block','2','garland','0','0','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('22','block','2','abarre','1','-4','sidebar_left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('25','search','0','abarre','0','0','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('52','block','2','pixture_reloaded','1','-4','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('29','menu','primary-links','marinelli','0','-5','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('30','menu','secondary-links','marinelli','0','-3','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('31','nice_menus','1','marinelli','1','-5','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('32','node','0','marinelli','0','-2','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('33','nodewords','0','marinelli','0','0','left','0','0','0','','','1');INSERT INTO
blocksVALUES ('34','search','0','marinelli','0','0','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('35','system','0','marinelli','1','-3','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('36','user','0','marinelli','1','-5','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('37','user','1','marinelli','1','-6','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('38','user','2','marinelli','0','-1','left','0','0','0','','','1');INSERT INTO
blocksVALUES ('39','user','3','marinelli','0','0','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('40','block','2','alagna','1','-4','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('41','menu','primary-links','alagna','0','-5','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('42','menu','secondary-links','alagna','0','-3','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('43','nice_menus','1','alagna','1','-5','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('44','node','0','alagna','0','-2','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('45','nodewords','0','alagna','0','0','left','0','0','0','','','1');INSERT INTO
blocksVALUES ('46','search','0','alagna','0','0','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('47','system','0','alagna','1','-3','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('48','user','0','alagna','1','-5','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('49','user','1','alagna','1','-6','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('50','user','2','alagna','0','-1','left','0','0','0','','','1');INSERT INTO
blocksVALUES ('51','user','3','alagna','0','0','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('53','menu','primary-links','pixture_reloaded','1','-5','superfish','0','0','0','','','-1');INSERT INTO
blocksVALUES ('54','menu','secondary-links','pixture_reloaded','0','-5','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('56','node','0','pixture_reloaded','0','-2','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('57','search','0','pixture_reloaded','0','-3','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('58','system','0','pixture_reloaded','1','-3','footer','0','0','0','','','-1');INSERT INTO
blocksVALUES ('59','user','0','pixture_reloaded','1','-5','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('60','user','1','pixture_reloaded','0','-5','','0','0','0','','','-1');INSERT INTO
blocksVALUES ('61','user','2','pixture_reloaded','0','-4','','0','0','0','','','1');INSERT INTO
blocksVALUES ('62','user','3','pixture_reloaded','1','-1','left','0','0','0','','','-1');INSERT INTO
blocksVALUES ('65','search','0','garland','0','0','','0','0','0','','','-1');DROP TABLE IF EXISTS
blocks_roles;CREATE TABLE
blocks_roles(modulevarchar(64) NOT NULL,deltavarchar(32) NOT NULL,ridint(10) unsigned NOT NULL, PRIMARY KEY (module,delta,rid), KEYrid(rid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
blocks_rolesVALUES ('user','3','4');DROP TABLE IF EXISTS
boxes;CREATE TABLE
boxes(bidint(10) unsigned NOT NULL auto_increment,bodylongtext,infovarchar(128) NOT NULL default '',formatsmallint(6) NOT NULL default '0', PRIMARY KEY (bid), UNIQUE KEYinfo(info) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 AUTO_INCREMENT=3;INSERT INTO
boxesVALUES ('2','copyright (c) 2010
d cubed builders, inc.
all rights reserved
','copyright','2');
','a:3:{s:11:\"extra class\";s:15:\"admin-menu-icon\";s:4:\"html\";b:1;s:5:\"alter\";b:1;}','admin_menu','0','1','1','0','-100','1','0','127','0','0','0','0','0','0','0','0','0');
DROP TABLE IF EXISTS
cache;CREATE TABLE
cache(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_block;CREATE TABLE
cache_block(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_content;CREATE TABLE
cache_content(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
cache_contentVALUES ('content_type_info:en','a:4:{s:11:\"field types\";a:7:{s:13:\"nodereference\";a:4:{s:5:\"label\";s:14:\"Node reference\";s:11:\"description\";s:51:\"Store the ID of a related node as an integer value.\";s:6:\"module\";s:13:\"nodereference\";s:10:\"formatters\";a:4:{s:7:\"default\";a:4:{s:5:\"label\";s:12:\"Title (link)\";s:11:\"field types\";a:1:{i:0;s:13:\"nodereference\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:13:\"nodereference\";}s:5:\"plain\";a:4:{s:5:\"label\";s:15:\"Title (no link)\";s:11:\"field types\";a:1:{i:0;s:13:\"nodereference\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:13:\"nodereference\";}s:4:\"full\";a:4:{s:5:\"label\";s:9:\"Full node\";s:11:\"field types\";a:1:{i:0;s:13:\"nodereference\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:13:\"nodereference\";}s:6:\"teaser\";a:4:{s:5:\"label\";s:6:\"Teaser\";s:11:\"field types\";a:1:{i:0;s:13:\"nodereference\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:13:\"nodereference\";}}}s:14:\"number_integer\";a:4:{s:5:\"label\";s:7:\"Integer\";s:11:\"description\";s:45:\"Store a number in the database as an integer.\";s:6:\"module\";s:6:\"number\";s:10:\"formatters\";a:5:{s:7:\"default\";a:4:{s:5:\"label\";s:4:\"9999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"us_0\";a:4:{s:5:\"label\";s:5:\"9,999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"be_0\";a:4:{s:5:\"label\";s:5:\"9.999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"fr_0\";a:4:{s:5:\"label\";s:5:\"9 999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:11:\"unformatted\";a:4:{s:5:\"label\";s:11:\"unformatted\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}}}s:14:\"number_decimal\";a:4:{s:5:\"label\";s:7:\"Decimal\";s:11:\"description\";s:57:\"Store a number in the database in a fixed decimal format.\";s:6:\"module\";s:6:\"number\";s:10:\"formatters\";a:11:{s:7:\"default\";a:4:{s:5:\"label\";s:4:\"9999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"us_0\";a:4:{s:5:\"label\";s:5:\"9,999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"us_1\";a:4:{s:5:\"label\";s:7:\"9,999.9\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"us_2\";a:4:{s:5:\"label\";s:8:\"9,999.99\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"be_0\";a:4:{s:5:\"label\";s:5:\"9.999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"be_1\";a:4:{s:5:\"label\";s:7:\"9.999,9\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"be_2\";a:4:{s:5:\"label\";s:8:\"9.999,99\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"fr_0\";a:4:{s:5:\"label\";s:5:\"9 999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"fr_1\";a:4:{s:5:\"label\";s:8:\"9 999, 9\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"fr_2\";a:4:{s:5:\"label\";s:9:\"9 999, 99\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:11:\"unformatted\";a:4:{s:5:\"label\";s:11:\"unformatted\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}}}s:12:\"number_float\";a:4:{s:5:\"label\";s:5:\"Float\";s:11:\"description\";s:58:\"Store a number in the database in a floating point format.\";s:6:\"module\";s:6:\"number\";s:10:\"formatters\";a:11:{s:7:\"default\";a:4:{s:5:\"label\";s:4:\"9999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"us_0\";a:4:{s:5:\"label\";s:5:\"9,999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"us_1\";a:4:{s:5:\"label\";s:7:\"9,999.9\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"us_2\";a:4:{s:5:\"label\";s:8:\"9,999.99\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"be_0\";a:4:{s:5:\"label\";s:5:\"9.999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"be_1\";a:4:{s:5:\"label\";s:7:\"9.999,9\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"be_2\";a:4:{s:5:\"label\";s:8:\"9.999,99\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"fr_0\";a:4:{s:5:\"label\";s:5:\"9 999\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"fr_1\";a:4:{s:5:\"label\";s:8:\"9 999, 9\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:4:\"fr_2\";a:4:{s:5:\"label\";s:9:\"9 999, 99\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:2:{i:0;s:14:\"number_decimal\";i:1;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}s:11:\"unformatted\";a:4:{s:5:\"label\";s:11:\"unformatted\";s:15:\"multiple values\";i:1;s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:6:\"module\";s:6:\"number\";}}}s:4:\"text\";a:4:{s:5:\"label\";s:4:\"Text\";s:11:\"description\";s:27:\"Store text in the database.\";s:6:\"module\";s:4:\"text\";s:10:\"formatters\";a:3:{s:7:\"default\";a:4:{s:5:\"label\";s:7:\"Default\";s:11:\"field types\";a:1:{i:0;s:4:\"text\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:4:\"text\";}s:5:\"plain\";a:4:{s:5:\"label\";s:10:\"Plain text\";s:11:\"field types\";a:1:{i:0;s:4:\"text\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:4:\"text\";}s:7:\"trimmed\";a:4:{s:5:\"label\";s:7:\"Trimmed\";s:11:\"field types\";a:1:{i:0;s:4:\"text\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:4:\"text\";}}}s:13:\"userreference\";a:4:{s:5:\"label\";s:14:\"User reference\";s:11:\"description\";s:51:\"Store the ID of a related user as an integer value.\";s:6:\"module\";s:13:\"userreference\";s:10:\"formatters\";a:2:{s:7:\"default\";a:4:{s:5:\"label\";s:7:\"Default\";s:11:\"field types\";a:1:{i:0;s:13:\"userreference\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:13:\"userreference\";}s:5:\"plain\";a:4:{s:5:\"label\";s:10:\"Plain text\";s:11:\"field types\";a:1:{i:0;s:13:\"userreference\";}s:15:\"multiple values\";i:1;s:6:\"module\";s:13:\"userreference\";}}}s:9:\"filefield\";a:4:{s:5:\"label\";s:4:\"File\";s:11:\"description\";s:24:\"Store an arbitrary file.\";s:6:\"module\";s:9:\"filefield\";s:10:\"formatters\";a:16:{s:7:\"default\";a:5:{s:5:\"label\";s:13:\"Generic files\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:15:\"multiple values\";i:1;s:11:\"description\";s:71:\"Displays all kinds of files with an icon and a linked file description.\";s:6:\"module\";s:9:\"filefield\";}s:10:\"path_plain\";a:4:{s:5:\"label\";s:12:\"Path to file\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:11:\"description\";s:42:\"Displays the file system path to the file.\";s:6:\"module\";s:9:\"filefield\";}s:9:\"url_plain\";a:4:{s:5:\"label\";s:11:\"URL to file\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:11:\"description\";s:32:\"Displays a full URL to the file.\";s:6:\"module\";s:9:\"filefield\";}s:15:\"preview_default\";a:3:{s:5:\"label\";s:13:\"preview image\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:14:\"preview_linked\";a:3:{s:5:\"label\";s:28:\"preview image linked to node\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:17:\"preview_imagelink\";a:3:{s:5:\"label\";s:29:\"preview image linked to image\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:12:\"preview_path\";a:3:{s:5:\"label\";s:17:\"preview file path\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:11:\"preview_url\";a:3:{s:5:\"label\";s:11:\"preview URL\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:17:\"thumbnail_default\";a:3:{s:5:\"label\";s:15:\"thumbnail image\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:16:\"thumbnail_linked\";a:3:{s:5:\"label\";s:30:\"thumbnail image linked to node\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:19:\"thumbnail_imagelink\";a:3:{s:5:\"label\";s:31:\"thumbnail image linked to image\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:14:\"thumbnail_path\";a:3:{s:5:\"label\";s:19:\"thumbnail file path\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:13:\"thumbnail_url\";a:3:{s:5:\"label\";s:13:\"thumbnail URL\";s:11:\"field types\";a:2:{i:0;s:5:\"image\";i:1;s:9:\"filefield\";}s:6:\"module\";s:10:\"imagecache\";}s:11:\"image_plain\";a:4:{s:5:\"label\";s:5:\"Image\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:11:\"description\";s:44:\"Displays image files in their original size.\";s:6:\"module\";s:10:\"imagefield\";}s:14:\"image_nodelink\";a:4:{s:5:\"label\";s:20:\"Image linked to node\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:11:\"description\";s:44:\"Displays image files in their original size.\";s:6:\"module\";s:10:\"imagefield\";}s:15:\"image_imagelink\";a:4:{s:5:\"label\";s:20:\"Image linked to file\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:11:\"description\";s:44:\"Displays image files in their original size.\";s:6:\"module\";s:10:\"imagefield\";}}}}s:12:\"widget types\";a:14:{s:20:\"nodereference_select\";a:5:{s:5:\"label\";s:11:\"Select list\";s:11:\"field types\";a:1:{i:0;s:13:\"nodereference\";}s:15:\"multiple values\";i:2;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"nodereference\";}s:21:\"nodereference_buttons\";a:5:{s:5:\"label\";s:25:\"Check boxes/radio buttons\";s:11:\"field types\";a:1:{i:0;s:13:\"nodereference\";}s:15:\"multiple values\";i:2;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"nodereference\";}s:26:\"nodereference_autocomplete\";a:5:{s:5:\"label\";s:23:\"Autocomplete text field\";s:11:\"field types\";a:1:{i:0;s:13:\"nodereference\";}s:15:\"multiple values\";i:1;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"nodereference\";}s:6:\"number\";a:5:{s:5:\"label\";s:10:\"Text field\";s:11:\"field types\";a:3:{i:0;s:14:\"number_integer\";i:1;s:14:\"number_decimal\";i:2;s:12:\"number_float\";}s:15:\"multiple values\";i:1;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:6:\"number\";}s:20:\"optionwidgets_select\";a:5:{s:5:\"label\";s:11:\"Select list\";s:11:\"field types\";a:4:{i:0;s:4:\"text\";i:1;s:14:\"number_integer\";i:2;s:14:\"number_decimal\";i:3;s:12:\"number_float\";}s:15:\"multiple values\";i:2;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"optionwidgets\";}s:21:\"optionwidgets_buttons\";a:5:{s:5:\"label\";s:25:\"Check boxes/radio buttons\";s:11:\"field types\";a:4:{i:0;s:4:\"text\";i:1;s:14:\"number_integer\";i:2;s:14:\"number_decimal\";i:3;s:12:\"number_float\";}s:15:\"multiple values\";i:2;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"optionwidgets\";}s:19:\"optionwidgets_onoff\";a:5:{s:5:\"label\";s:22:\"Single on/off checkbox\";s:11:\"field types\";a:4:{i:0;s:4:\"text\";i:1;s:14:\"number_integer\";i:2;s:14:\"number_decimal\";i:3;s:12:\"number_float\";}s:15:\"multiple values\";i:2;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"optionwidgets\";}s:14:\"text_textfield\";a:5:{s:5:\"label\";s:10:\"Text field\";s:11:\"field types\";a:1:{i:0;s:4:\"text\";}s:15:\"multiple values\";i:1;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:4:\"text\";}s:13:\"text_textarea\";a:5:{s:5:\"label\";s:25:\"Text area (multiple rows)\";s:11:\"field types\";a:1:{i:0;s:4:\"text\";}s:15:\"multiple values\";i:1;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:4:\"text\";}s:20:\"userreference_select\";a:5:{s:5:\"label\";s:11:\"Select list\";s:11:\"field types\";a:1:{i:0;s:13:\"userreference\";}s:15:\"multiple values\";i:2;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"userreference\";}s:21:\"userreference_buttons\";a:5:{s:5:\"label\";s:25:\"Check boxes/radio buttons\";s:11:\"field types\";a:1:{i:0;s:13:\"userreference\";}s:15:\"multiple values\";i:2;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"userreference\";}s:26:\"userreference_autocomplete\";a:5:{s:5:\"label\";s:23:\"Autocomplete text field\";s:11:\"field types\";a:1:{i:0;s:13:\"userreference\";}s:15:\"multiple values\";i:1;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:2;}s:6:\"module\";s:13:\"userreference\";}s:16:\"filefield_widget\";a:6:{s:5:\"label\";s:11:\"File Upload\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:15:\"multiple values\";i:1;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:4;}s:11:\"description\";s:27:\"A plain file upload widget.\";s:6:\"module\";s:9:\"filefield\";}s:17:\"imagefield_widget\";a:6:{s:5:\"label\";s:5:\"Image\";s:11:\"field types\";a:1:{i:0;s:9:\"filefield\";}s:15:\"multiple values\";i:1;s:9:\"callbacks\";a:1:{s:13:\"default value\";i:4;}s:11:\"description\";s:65:\"An edit widget for image files, including a preview of the image.\";s:6:\"module\";s:10:\"imagefield\";}}s:6:\"fields\";a:1:{s:11:\"field_photo\";a:16:{s:10:\"field_name\";s:11:\"field_photo\";s:9:\"type_name\";s:5:\"photo\";s:16:\"display_settings\";a:9:{s:6:\"weight\";s:2:\"-4\";s:6:\"parent\";s:0:\"\";s:5:\"label\";a:1:{s:6:\"format\";s:6:\"hidden\";}s:6:\"teaser\";a:2:{s:6:\"format\";s:16:\"thumbnail_linked\";s:7:\"exclude\";i:0;}s:4:\"full\";a:2:{s:6:\"format\";s:17:\"preview_imagelink\";s:7:\"exclude\";i:0;}i:4;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}i:2;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}i:3;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}s:5:\"token\";a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}}s:13:\"widget_active\";s:1:\"1\";s:4:\"type\";s:9:\"filefield\";s:8:\"required\";s:1:\"1\";s:8:\"multiple\";s:1:\"0\";s:10:\"db_storage\";s:1:\"1\";s:6:\"module\";s:9:\"filefield\";s:6:\"active\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:7:\"columns\";a:3:{s:3:\"fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:5:\"views\";b:1;}s:4:\"list\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:0;s:5:\"views\";b:1;}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"text\";s:9:\"serialize\";b:1;s:5:\"views\";b:1;}}s:10:\"list_field\";s:1:\"1\";s:12:\"list_default\";i:1;s:17:\"description_field\";s:1:\"0\";s:6:\"widget\";a:19:{s:15:\"file_extensions\";s:16:\"png gif jpg jpeg\";s:9:\"file_path\";s:6:\"photos\";s:18:\"progress_indicator\";s:3:\"bar\";s:21:\"max_filesize_per_file\";s:0:\"\";s:21:\"max_filesize_per_node\";s:0:\"\";s:14:\"max_resolution\";s:1:\"0\";s:14:\"min_resolution\";s:1:\"0\";s:3:\"alt\";s:0:\"\";s:10:\"custom_alt\";i:0;s:5:\"title\";s:0:\"\";s:12:\"custom_title\";i:0;s:10:\"title_type\";s:9:\"textfield\";s:13:\"default_image\";N;s:17:\"use_default_image\";i:0;s:5:\"label\";s:5:\"Photo\";s:6:\"weight\";s:2:\"-4\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:17:\"imagefield_widget\";s:6:\"module\";s:10:\"imagefield\";}}}s:13:\"content types\";a:3:{s:4:\"page\";a:18:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:4:\"Page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";s:7:\"url_str\";s:4:\"page\";s:6:\"fields\";a:0:{}s:6:\"tables\";a:0:{}s:5:\"extra\";a:8:{s:5:\"title\";a:3:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";s:2:\"-5\";}s:10:\"body_field\";a:4:{s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";s:2:\"-4\";s:4:\"view\";s:4:\"body\";}s:20:\"revision_information\";a:3:{s:5:\"label\";s:20:\"Revision information\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";i:20;}s:4:\"menu\";a:3:{s:5:\"label\";s:13:\"Menu settings\";s:11:\"description\";s:17:\"Menu module form.\";s:6:\"weight\";s:2:\"-3\";}s:8:\"taxonomy\";a:3:{s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:21:\"Taxonomy module form.\";s:6:\"weight\";i:-3;}s:4:\"path\";a:3:{s:5:\"label\";s:13:\"Path settings\";s:11:\"description\";s:17:\"Path module form.\";s:6:\"weight\";i:30;}s:10:\"page_title\";a:3:{s:5:\"label\";s:10:\"Page Title\";s:11:\"description\";s:16:\"Page Title form.\";s:6:\"weight\";i:-4;}s:9:\"nodewords\";a:3:{s:5:\"label\";s:9:\"Meta tags\";s:11:\"description\";s:19:\"Meta tags fieldset.\";s:6:\"weight\";i:10;}}}s:5:\"photo\";a:18:{s:4:\"type\";s:5:\"photo\";s:4:\"name\";s:5:\"Photo\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:0:\"\";s:7:\"url_str\";s:5:\"photo\";s:6:\"fields\";a:1:{s:11:\"field_photo\";a:16:{s:10:\"field_name\";s:11:\"field_photo\";s:9:\"type_name\";s:5:\"photo\";s:16:\"display_settings\";a:9:{s:6:\"weight\";s:2:\"-4\";s:6:\"parent\";s:0:\"\";s:5:\"label\";a:1:{s:6:\"format\";s:6:\"hidden\";}s:6:\"teaser\";a:2:{s:6:\"format\";s:16:\"thumbnail_linked\";s:7:\"exclude\";i:0;}s:4:\"full\";a:2:{s:6:\"format\";s:17:\"preview_imagelink\";s:7:\"exclude\";i:0;}i:4;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}i:2;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}i:3;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}s:5:\"token\";a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}}s:13:\"widget_active\";s:1:\"1\";s:4:\"type\";s:9:\"filefield\";s:8:\"required\";s:1:\"1\";s:8:\"multiple\";s:1:\"0\";s:10:\"db_storage\";s:1:\"1\";s:6:\"module\";s:9:\"filefield\";s:6:\"active\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:7:\"columns\";a:3:{s:3:\"fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:5:\"views\";b:1;}s:4:\"list\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:0;s:5:\"views\";b:1;}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"text\";s:9:\"serialize\";b:1;s:5:\"views\";b:1;}}s:10:\"list_field\";s:1:\"1\";s:12:\"list_default\";i:1;s:17:\"description_field\";s:1:\"0\";s:6:\"widget\";a:19:{s:15:\"file_extensions\";s:16:\"png gif jpg jpeg\";s:9:\"file_path\";s:6:\"photos\";s:18:\"progress_indicator\";s:3:\"bar\";s:21:\"max_filesize_per_file\";s:0:\"\";s:21:\"max_filesize_per_node\";s:0:\"\";s:14:\"max_resolution\";s:1:\"0\";s:14:\"min_resolution\";s:1:\"0\";s:3:\"alt\";s:0:\"\";s:10:\"custom_alt\";i:0;s:5:\"title\";s:0:\"\";s:12:\"custom_title\";i:0;s:10:\"title_type\";s:9:\"textfield\";s:13:\"default_image\";N;s:17:\"use_default_image\";i:0;s:5:\"label\";s:5:\"Photo\";s:6:\"weight\";s:2:\"-4\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:17:\"imagefield_widget\";s:6:\"module\";s:10:\"imagefield\";}}}s:6:\"tables\";a:1:{s:18:\"content_type_photo\";s:18:\"content_type_photo\";}s:5:\"extra\";a:8:{s:5:\"title\";a:3:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";s:2:\"-5\";}s:10:\"body_field\";a:4:{s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";s:2:\"-3\";s:4:\"view\";s:4:\"body\";}s:20:\"revision_information\";a:3:{s:5:\"label\";s:20:\"Revision information\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";i:20;}s:4:\"menu\";a:3:{s:5:\"label\";s:13:\"Menu settings\";s:11:\"description\";s:17:\"Menu module form.\";s:6:\"weight\";s:2:\"-2\";}s:8:\"taxonomy\";a:3:{s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:21:\"Taxonomy module form.\";s:6:\"weight\";i:-3;}s:4:\"path\";a:3:{s:5:\"label\";s:13:\"Path settings\";s:11:\"description\";s:17:\"Path module form.\";s:6:\"weight\";i:30;}s:10:\"page_title\";a:3:{s:5:\"label\";s:10:\"Page Title\";s:11:\"description\";s:16:\"Page Title form.\";s:6:\"weight\";i:-4;}s:9:\"nodewords\";a:3:{s:5:\"label\";s:9:\"Meta tags\";s:11:\"description\";s:19:\"Meta tags fieldset.\";s:6:\"weight\";i:10;}}}s:5:\"story\";a:18:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:5:\"story\";s:7:\"url_str\";s:5:\"story\";s:6:\"fields\";a:0:{}s:6:\"tables\";a:0:{}s:5:\"extra\";a:7:{s:5:\"title\";a:3:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";i:-5;}s:10:\"body_field\";a:4:{s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";i:0;s:4:\"view\";s:4:\"body\";}s:20:\"revision_information\";a:3:{s:5:\"label\";s:20:\"Revision information\";s:11:\"description\";s:17:\"Node module form.\";s:6:\"weight\";i:20;}s:4:\"menu\";a:3:{s:5:\"label\";s:13:\"Menu settings\";s:11:\"description\";s:17:\"Menu module form.\";s:6:\"weight\";i:-2;}s:4:\"path\";a:3:{s:5:\"label\";s:13:\"Path settings\";s:11:\"description\";s:17:\"Path module form.\";s:6:\"weight\";i:30;}s:10:\"page_title\";a:3:{s:5:\"label\";s:10:\"Page Title\";s:11:\"description\";s:16:\"Page Title form.\";s:6:\"weight\";i:-4;}s:9:\"nodewords\";a:3:{s:5:\"label\";s:9:\"Meta tags\";s:11:\"description\";s:19:\"Meta tags fieldset.\";s:6:\"weight\";i:10;}}}}}','0','1269568012','','1');INSERT INTO
cache_contentVALUES ('fieldgroup_data:en','a:2:{s:6:\"groups\";a:0:{}s:13:\"groups_sorted\";a:0:{}}','0','1269572146','','1');INSERT INTO
cache_contentVALUES ('content:65:65','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"54\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm15.png\";s:8:\"filepath\";s:39:\"sites/default/files/photos/comm15_0.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"399858\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327079\";}}}','0','1269603594','','1');INSERT INTO
cache_contentVALUES ('content:62:62','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"50\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm14.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm14.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"426852\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326771\";}}}','0','1269614114','','1');INSERT INTO
cache_contentVALUES ('content:68:68','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"57\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm18.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm18.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"449373\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327267\";}}}','0','1269642614','','1');INSERT INTO
cache_contentVALUES ('content:56:56','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"44\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm9.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm9.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"423280\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326399\";}}}','0','1269667694','','1');INSERT INTO
cache_contentVALUES ('content:91:91','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"80\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:8:\"vito.png\";s:8:\"filepath\";s:35:\"sites/default/files/photos/vito.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"761147\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248407466\";}}}','0','1269672856','','1');INSERT INTO
cache_contentVALUES ('content:25:25','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"22\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:13:\"greatroom.png\";s:8:\"filepath\";s:40:\"sites/default/files/photos/greatroom.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"279335\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248233399\";}}}','0','1269677789','','1');INSERT INTO
cache_contentVALUES ('content:26:26','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"23\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:14:\"kitchen571.png\";s:8:\"filepath\";s:41:\"sites/default/files/photos/kitchen571.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"648448\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248233485\";}}}','0','1269681802','','1');INSERT INTO
cache_contentVALUES ('content:24:24','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"21\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:14:\"571 master.png\";s:8:\"filepath\";s:41:\"sites/default/files/photos/571 master.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"778807\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248233355\";}}}','0','1269681802','','1');INSERT INTO
cache_contentVALUES ('content:23:23','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"20\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:13:\"571 kitch.png\";s:8:\"filepath\";s:40:\"sites/default/files/photos/571 kitch.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"716072\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248233254\";}}}','0','1269681802','','1');INSERT INTO
cache_contentVALUES ('content:22:22','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"19\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:14:\"571 border.png\";s:8:\"filepath\";s:43:\"sites/default/files/photos/571 border_0.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"574156\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248232577\";}}}','0','1269681802','','1');INSERT INTO
cache_contentVALUES ('content:90:90','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"79\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:8:\"snow.png\";s:8:\"filepath\";s:35:\"sites/default/files/photos/snow.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"524182\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248407365\";}}}','0','1269687663','','1');INSERT INTO
cache_contentVALUES ('content:47:47','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"35\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:11:\"stair11.png\";s:8:\"filepath\";s:38:\"sites/default/files/photos/stair11.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"323224\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325833\";}}}','0','1269689387','','1');INSERT INTO
cache_contentVALUES ('content:48:48','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"36\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm1.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm1.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"413752\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325988\";}}}','0','1269692593','','1');INSERT INTO
cache_contentVALUES ('content:55:55','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"43\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm8.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm8.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"439424\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326353\";}}}','0','1269710945','','1');INSERT INTO
cache_contentVALUES ('content:54:54','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"42\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm7.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm7.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"422083\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326309\";}}}','0','1269710945','','1');INSERT INTO
cache_contentVALUES ('content:53:53','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"41\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm6.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm6.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"406595\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326255\";}}}','0','1269710946','','1');INSERT INTO
cache_contentVALUES ('content:52:52','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"40\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm5.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm5.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"408250\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326200\";}}}','0','1269710946','','1');INSERT INTO
cache_contentVALUES ('content:51:51','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"39\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm4.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm4.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"447970\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326151\";}}}','0','1269710946','','1');INSERT INTO
cache_contentVALUES ('content:50:50','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"38\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm3.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm3.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"390263\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326094\";}}}','0','1269710946','','1');INSERT INTO
cache_contentVALUES ('content:49:49','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"37\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"comm2.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/comm2.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"414707\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326044\";}}}','0','1269710946','','1');INSERT INTO
cache_contentVALUES ('content:83:83','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"72\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:12:\"vitobopp.png\";s:8:\"filepath\";s:39:\"sites/default/files/photos/vitobopp.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"516030\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248406736\";}}}','0','1269722885','','1');INSERT INTO
cache_contentVALUES ('content:46:46','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"34\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:11:\"stair10.png\";s:8:\"filepath\";s:38:\"sites/default/files/photos/stair10.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"359444\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325762\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:45:45','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"33\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair9.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair9.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"342894\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325713\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:44:44','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"32\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair8.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair8.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"283540\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325657\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:43:43','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"31\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair7.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair7.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"322552\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325600\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:41:41','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"29\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair6.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair6.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"395920\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325416\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:40:40','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"28\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair5.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair5.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"379057\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325367\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:39:39','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"27\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair4.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair4.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"375047\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325312\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:38:38','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"26\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair3.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair3.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"316243\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325214\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:37:37','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"25\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair2.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair2.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"379677\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248325156\";}}}','0','1269723312','','1');INSERT INTO
cache_contentVALUES ('content:57:57','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"45\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm10.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm10.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"422309\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326449\";}}}','0','1269754709','','1');INSERT INTO
cache_contentVALUES ('content:86:86','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"75\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:14:\"sashamajor.png\";s:8:\"filepath\";s:41:\"sites/default/files/photos/sashamajor.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"600337\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248406914\";}}}','0','1269758426','','1');INSERT INTO
cache_contentVALUES ('content:88:88','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"77\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"sasha.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/sasha.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"683125\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248407227\";}}}','0','1269773241','','1');INSERT INTO
cache_contentVALUES ('content:84:84','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"73\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:16:\"sashawinners.png\";s:8:\"filepath\";s:43:\"sites/default/files/photos/sashawinners.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"512402\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248406795\";}}}','0','1269788161','','1');INSERT INTO
cache_contentVALUES ('content:89:89','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"78\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"sasha2.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/sasha2.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"475572\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248407299\";}}}','0','1269843671','','1');INSERT INTO
cache_contentVALUES ('content:93:93','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"82\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:17:\"pastedGraphic.jpg\";s:8:\"filepath\";s:44:\"sites/default/files/photos/pastedGraphic.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"138867\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1249538579\";}}}','0','1269868604','','1');INSERT INTO
cache_contentVALUES ('content:58:58','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"46\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm11.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm11.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"437796\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326493\";}}}','0','1269941493','','1');INSERT INTO
cache_contentVALUES ('content:67:67','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"56\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm17.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm17.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"386502\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327213\";}}}','0','1269966242','','1');INSERT INTO
cache_contentVALUES ('content:36:36','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"24\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"stair1.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/stair1.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"434702\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248324965\";}}}','0','1269966863','','1');INSERT INTO
cache_contentVALUES ('content:76:76','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"65\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm20.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm20.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"452940\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248384415\";}}}','0','1270075581','','1');INSERT INTO
cache_contentVALUES ('content:66:66','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"55\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm16.png\";s:8:\"filepath\";s:39:\"sites/default/files/photos/comm16_0.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"414436\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327142\";}}}','0','1270155382','','1');INSERT INTO
cache_contentVALUES ('content:64:64','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"53\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm14.png\";s:8:\"filepath\";s:39:\"sites/default/files/photos/comm14_0.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"426852\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326997\";}}}','0','1270155383','','1');INSERT INTO
cache_contentVALUES ('content:63:63','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"51\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm15.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm15.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"399858\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326830\";}}}','0','1270155383','','1');INSERT INTO
cache_contentVALUES ('content:60:60','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"48\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm13.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm13.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"361551\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326603\";}}}','0','1270155383','','1');INSERT INTO
cache_contentVALUES ('content:59:59','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"47\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm12.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm12.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"463010\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248326550\";}}}','0','1270155383','','1');INSERT INTO
cache_contentVALUES ('content:85:85','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"74\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:12:\"sashacrc.png\";s:8:\"filepath\";s:39:\"sites/default/files/photos/sashacrc.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"466162\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248406850\";}}}','0','1270247267','','1');INSERT INTO
cache_contentVALUES ('content:87:87','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"76\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:8:\"both.png\";s:8:\"filepath\";s:35:\"sites/default/files/photos/both.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"584124\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248406970\";}}}','0','1270247285','','1');INSERT INTO
cache_contentVALUES ('content:92:92','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"81\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:9:\"vito2.png\";s:8:\"filepath\";s:36:\"sites/default/files/photos/vito2.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"446918\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248407527\";}}}','0','1270247327','','1');INSERT INTO
cache_contentVALUES ('content:77:77','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"66\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm26.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm26.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"425043\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248384643\";}}}','0','1270251540','','1');INSERT INTO
cache_contentVALUES ('content:74:74','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"63\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm25.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm25.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"421791\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327766\";}}}','0','1270251540','','1');INSERT INTO
cache_contentVALUES ('content:73:73','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"62\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm24.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm24.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"447346\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327666\";}}}','0','1270251540','','1');INSERT INTO
cache_contentVALUES ('content:72:72','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"61\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm23.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm23.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"424841\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327612\";}}}','0','1270251540','','1');INSERT INTO
cache_contentVALUES ('content:71:71','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"60\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm22.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm22.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"417714\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327548\";}}}','0','1270251540','','1');INSERT INTO
cache_contentVALUES ('content:70:70','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"59\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm21.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm21.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"458029\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327484\";}}}','0','1270251540','','1');INSERT INTO
cache_contentVALUES ('content:69:69','a:1:{s:11:\"field_photo\";a:1:{i:0;a:10:{s:3:\"fid\";s:2:\"58\";s:4:\"list\";s:1:\"1\";s:4:\"data\";a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:10:\"comm19.png\";s:8:\"filepath\";s:37:\"sites/default/files/photos/comm19.png\";s:8:\"filemime\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"425204\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1248327394\";}}}','0','1270251540','','1');DROP TABLE IF EXISTS
cache_filter;CREATE TABLE
cache_filter(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_form;CREATE TABLE
cache_form(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_htmlpurifier;CREATE TABLE
cache_htmlpurifier(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_menu;CREATE TABLE
cache_menu(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_mollom;CREATE TABLE
cache_mollom(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_page;CREATE TABLE
cache_page(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_update;CREATE TABLE
cache_update(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
cache_updateVALUES ('update_project_projects','a:35:{s:10:\"admin_menu\";a:7:{s:4:\"name\";s:10:\"admin_menu\";s:4:\"info\";a:11:{s:4:\"name\";s:19:\"Administration menu\";s:11:\"description\";s:123:\"Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions).\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.5\";s:7:\"project\";s:10:\"admin_menu\";s:9:\"datestamp\";s:10:\"1246537502\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105319;}s:9:\"datestamp\";s:10:\"1246537502\";s:8:\"includes\";a:1:{s:10:\"admin_menu\";s:19:\"Administration menu\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:13:\"advanced_help\";a:7:{s:4:\"name\";s:13:\"advanced_help\";s:4:\"info\";a:10:{s:4:\"name\";s:13:\"Advanced help\";s:11:\"description\";s:38:\"Allow advanced help and documentation.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:13:\"advanced_help\";s:9:\"datestamp\";s:10:\"1238954409\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:12:\"help_example\";s:12:\"help_example\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105353;}s:9:\"datestamp\";s:10:\"1238954409\";s:8:\"includes\";a:2:{s:13:\"advanced_help\";s:13:\"Advanced help\";s:12:\"help_example\";s:21:\"Advanced help example\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:14:\"auto_nodetitle\";a:7:{s:4:\"name\";s:14:\"auto_nodetitle\";s:4:\"info\";a:10:{s:4:\"name\";s:20:\"Automatic Nodetitles\";s:11:\"description\";s:70:\"Allows hiding of the content title field and automatic title creation.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"auto_nodetitle\";s:9:\"datestamp\";s:10:\"1249042505\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105377;}s:9:\"datestamp\";s:10:\"1249042505\";s:8:\"includes\";a:1:{s:14:\"auto_nodetitle\";s:20:\"Automatic Nodetitles\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:14:\"backup_migrate\";a:7:{s:4:\"name\";s:14:\"backup_migrate\";s:4:\"info\";a:10:{s:4:\"name\";s:18:\"Backup and Migrate\";s:11:\"description\";s:75:\"Backup or migrate the Drupal Database quickly and without unnecessary data.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"backup_migrate\";s:9:\"datestamp\";s:10:\"1232247609\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105382;}s:9:\"datestamp\";s:10:\"1232247609\";s:8:\"includes\";a:1:{s:14:\"backup_migrate\";s:18:\"Backup and Migrate\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:9:\"nodewords\";a:7:{s:4:\"name\";s:9:\"nodewords\";s:4:\"info\";a:11:{s:4:\"name\";s:15:\"Basic meta tags\";s:11:\"description\";s:83:\"Allows users to add basic meta tags to node, user profile, and taxonomy term pages.\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Nodewords\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1253722248\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268629210;}s:9:\"datestamp\";s:10:\"1262270443\";s:8:\"includes\";a:7:{s:14:\"basic_metatags\";s:15:\"Basic meta tags\";s:14:\"extra_metatags\";s:15:\"Extra meta tags\";s:9:\"nodewords\";s:9:\"Nodewords\";s:15:\"nodewords_basic\";s:27:\"Nodewords - basic meta tags\";s:15:\"nodewords_extra\";s:27:\"Nodewords - extra meta tags\";s:27:\"nodewords_verification_tags\";s:40:\"Nodewords - site verification meta tags\";s:17:\"site_verification\";s:17:\"Site verification\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:4:\"spam\";a:7:{s:4:\"name\";s:4:\"spam\";s:4:\"info\";a:11:{s:4:\"name\";s:15:\"Bayesian filter\";s:11:\"description\";s:18:\"A bayesian filter.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:1:{i:0;s:4:\"spam\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:1:{s:3:\"url\";s:3:\"url\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106177;}s:9:\"datestamp\";s:10:\"1249930375\";s:8:\"includes\";a:5:{s:8:\"bayesian\";s:15:\"Bayesian filter\";s:6:\"custom\";s:13:\"Custom filter\";s:9:\"duplicate\";s:16:\"Duplicate filter\";s:4:\"spam\";s:8:\"Spam API\";s:5:\"surbl\";s:17:\"Spam Surbl filter\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:6:\"drupal\";a:7:{s:4:\"name\";s:6:\"drupal\";s:4:\"info\";a:11:{s:4:\"name\";s:5:\"Block\";s:11:\"description\";s:62:\"Controls the boxes that are displayed around the main content.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1262151716;}s:9:\"datestamp\";s:10:\"1260996916\";s:8:\"includes\";a:14:{s:5:\"block\";s:5:\"Block\";s:5:\"color\";s:5:\"Color\";s:7:\"contact\";s:7:\"Contact\";s:5:\"dblog\";s:16:\"Database logging\";s:6:\"filter\";s:6:\"Filter\";s:4:\"help\";s:4:\"Help\";s:4:\"menu\";s:4:\"Menu\";s:4:\"node\";s:4:\"Node\";s:4:\"path\";s:4:\"Path\";s:6:\"search\";s:6:\"Search\";s:6:\"system\";s:6:\"System\";s:8:\"taxonomy\";s:8:\"Taxonomy\";s:6:\"update\";s:13:\"Update status\";s:4:\"user\";s:4:\"User\";}s:12:\"project_type\";s:4:\"core\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:7:\"captcha\";a:7:{s:4:\"name\";s:7:\"captcha\";s:4:\"info\";a:11:{s:4:\"name\";s:7:\"CAPTCHA\";s:11:\"description\";s:61:\"Base CAPTCHA module for adding challenges to arbitrary forms.\";s:7:\"package\";s:12:\"Spam control\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:7:\"captcha\";s:9:\"datestamp\";s:10:\"1262396711\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:13:\"image_captcha\";s:13:\"image_captcha\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105406;}s:9:\"datestamp\";s:10:\"1262396711\";s:8:\"includes\";a:2:{s:7:\"captcha\";s:7:\"CAPTCHA\";s:13:\"image_captcha\";s:13:\"Image CAPTCHA\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:3:\"cck\";a:7:{s:4:\"name\";s:3:\"cck\";s:4:\"info\";a:11:{s:4:\"name\";s:7:\"Content\";s:11:\"description\";s:50:\"Allows administrators to define new content types.\";s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:11:{s:12:\"content_copy\";s:12:\"content_copy\";s:19:\"content_permissions\";s:19:\"content_permissions\";s:10:\"fieldgroup\";s:10:\"fieldgroup\";s:9:\"filefield\";s:9:\"filefield\";s:10:\"imagefield\";s:10:\"imagefield\";s:13:\"nodereference\";s:13:\"nodereference\";s:6:\"number\";s:6:\"number\";s:13:\"optionwidgets\";s:13:\"optionwidgets\";s:4:\"text\";s:4:\"text\";s:13:\"userreference\";s:13:\"userreference\";s:14:\"filefield_meta\";s:14:\"filefield_meta\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105543;}s:9:\"datestamp\";s:10:\"1257464735\";s:8:\"includes\";a:9:{s:7:\"content\";s:7:\"Content\";s:12:\"content_copy\";s:12:\"Content Copy\";s:19:\"content_permissions\";s:19:\"Content Permissions\";s:10:\"fieldgroup\";s:10:\"Fieldgroup\";s:13:\"nodereference\";s:14:\"Node Reference\";s:6:\"number\";s:6:\"Number\";s:13:\"optionwidgets\";s:14:\"Option Widgets\";s:4:\"text\";s:4:\"Text\";s:13:\"userreference\";s:14:\"User Reference\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:16:\"contentoptimizer\";a:7:{s:4:\"name\";s:16:\"contentoptimizer\";s:4:\"info\";a:11:{s:4:\"name\";s:17:\"Content Optimizer\";s:11:\"description\";s:68:\"Analyzes node content for search engine optimization recommendations\";s:7:\"package\";s:3:\"SEO\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:7:\"project\";s:16:\"contentoptimizer\";s:9:\"datestamp\";s:10:\"1238604330\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105600;}s:9:\"datestamp\";s:10:\"1238604330\";s:8:\"includes\";a:1:{s:16:\"contentoptimizer\";s:17:\"Content Optimizer\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:13:\"custom_pagers\";a:7:{s:4:\"name\";s:13:\"custom_pagers\";s:4:\"info\";a:10:{s:4:\"name\";s:13:\"Custom Pagers\";s:4:\"core\";s:3:\"6.x\";s:11:\"description\";s:79:\"Allows administrators to define custom pagers for navigation in lists of nodes.\";s:7:\"version\";s:14:\"6.x-1.10-beta1\";s:7:\"project\";s:13:\"custom_pagers\";s:9:\"datestamp\";s:10:\"1213759811\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105607;}s:9:\"datestamp\";s:10:\"1213759811\";s:8:\"includes\";a:1:{s:13:\"custom_pagers\";s:13:\"Custom Pagers\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:13:\"drupal_tweaks\";a:7:{s:4:\"name\";s:13:\"drupal_tweaks\";s:4:\"info\";a:11:{s:4:\"name\";s:15:\"Database tweaks\";s:11:\"description\";s:52:\"Database tweaks module for additional MySQL settings\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:13:\"Drupal Tweaks\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:13:\"drupal_tweaks\";s:9:\"datestamp\";s:10:\"1269561945\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1270004556;}s:9:\"datestamp\";s:10:\"1269561945\";s:8:\"includes\";a:2:{s:9:\"db_tweaks\";s:15:\"Database tweaks\";s:13:\"drupal_tweaks\";s:13:\"Drupal tweaks\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:9:\"filefield\";a:7:{s:4:\"name\";s:9:\"filefield\";s:4:\"info\";a:11:{s:4:\"name\";s:9:\"FileField\";s:11:\"description\";s:26:\"Defines a file field type.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:3:\"5.0\";s:7:\"version\";s:7:\"6.x-3.2\";s:7:\"project\";s:9:\"filefield\";s:9:\"datestamp\";s:10:\"1256070656\";s:10:\"dependents\";a:2:{s:14:\"filefield_meta\";s:14:\"filefield_meta\";s:10:\"imagefield\";s:10:\"imagefield\";}s:16:\"_info_file_ctime\";i:1268105633;}s:9:\"datestamp\";s:10:\"1256070656\";s:8:\"includes\";a:1:{s:9:\"filefield\";s:9:\"FileField\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:14:\"globalredirect\";a:7:{s:4:\"name\";s:14:\"globalredirect\";s:4:\"info\";a:10:{s:4:\"name\";s:15:\"Global Redirect\";s:11:\"description\";s:129:\"Searches for an alias of the current URL and 301 redirects if found. Stops duplicate content arising when path module is enabled.\";s:12:\"dependencies\";a:1:{i:0;s:4:\"path\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"globalredirect\";s:9:\"datestamp\";s:10:\"1229943020\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105672;}s:9:\"datestamp\";s:10:\"1229943020\";s:8:\"includes\";a:1:{s:14:\"globalredirect\";s:15:\"Global Redirect\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:24:\"google_website_optimizer\";a:7:{s:4:\"name\";s:24:\"google_website_optimizer\";s:4:\"info\";a:10:{s:4:\"name\";s:24:\"Google Website Optimizer\";s:11:\"description\";s:84:\"Easily insert the nessesary javascript code for your Google Website Optimizer tests.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:24:\"google_website_optimizer\";s:9:\"datestamp\";s:10:\"1245761746\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105692;}s:9:\"datestamp\";s:10:\"1245761746\";s:8:\"includes\";a:1:{s:24:\"google_website_optimizer\";s:24:\"Google Website Optimizer\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:16:\"google_analytics\";a:7:{s:4:\"name\";s:16:\"google_analytics\";s:4:\"info\";a:11:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:72:\"Adds Google Analytics javascript tracking code to all your site\'s pages.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:10:\"Statistics\";s:7:\"version\";s:7:\"6.x-2.2\";s:7:\"project\";s:16:\"google_analytics\";s:9:\"datestamp\";s:10:\"1238610067\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105678;}s:9:\"datestamp\";s:10:\"1238610067\";s:8:\"includes\";a:1:{s:15:\"googleanalytics\";s:16:\"Google Analytics\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:12:\"htmlpurifier\";a:7:{s:4:\"name\";s:12:\"htmlpurifier\";s:4:\"info\";a:10:{s:4:\"name\";s:13:\"HTML Purifier\";s:11:\"description\";s:74:\"Filter that removes malicious HTML and ensures standards compliant output.\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:5:\"5.0.5\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:12:\"htmlpurifier\";s:9:\"datestamp\";s:10:\"1260667838\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:16:\"_info_file_ctime\";i:1268105701;}s:9:\"datestamp\";s:10:\"1260667838\";s:8:\"includes\";a:1:{s:12:\"htmlpurifier\";s:13:\"HTML Purifier\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:8:\"imageapi\";a:7:{s:4:\"name\";s:8:\"imageapi\";s:4:\"info\";a:11:{s:4:\"name\";s:8:\"ImageAPI\";s:11:\"description\";s:38:\"ImageAPI supporting multiple toolkits.\";s:7:\"package\";s:10:\"ImageCache\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:3:\"5.1\";s:7:\"version\";s:7:\"6.x-1.6\";s:7:\"project\";s:8:\"imageapi\";s:9:\"datestamp\";s:10:\"1239992203\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:2:{s:10:\"imagecache\";s:10:\"imagecache\";s:13:\"imagecache_ui\";s:13:\"imagecache_ui\";}s:16:\"_info_file_ctime\";i:1268105902;}s:9:\"datestamp\";s:10:\"1239992203\";s:8:\"includes\";a:2:{s:8:\"imageapi\";s:8:\"ImageAPI\";s:11:\"imageapi_gd\";s:12:\"ImageAPI GD2\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:10:\"imagecache\";a:7:{s:4:\"name\";s:10:\"imagecache\";s:4:\"info\";a:11:{s:4:\"name\";s:10:\"ImageCache\";s:11:\"description\";s:36:\"Dynamic image manipulator and cache.\";s:7:\"package\";s:10:\"ImageCache\";s:12:\"dependencies\";a:1:{i:0;s:8:\"imageapi\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:14:\"6.x-2.0-beta10\";s:7:\"project\";s:10:\"imagecache\";s:9:\"datestamp\";s:10:\"1250716281\";s:10:\"dependents\";a:1:{s:13:\"imagecache_ui\";s:13:\"imagecache_ui\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105914;}s:9:\"datestamp\";s:10:\"1250716281\";s:8:\"includes\";a:2:{s:10:\"imagecache\";s:10:\"ImageCache\";s:13:\"imagecache_ui\";s:13:\"ImageCache UI\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:10:\"imagefield\";a:7:{s:4:\"name\";s:10:\"imagefield\";s:4:\"info\";a:11:{s:4:\"name\";s:10:\"ImageField\";s:11:\"description\";s:28:\"Defines an image field type.\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:7:\"content\";i:1;s:9:\"filefield\";}s:7:\"package\";s:3:\"CCK\";s:7:\"version\";s:7:\"6.x-3.2\";s:7:\"project\";s:10:\"imagefield\";s:9:\"datestamp\";s:10:\"1256070937\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105926;}s:9:\"datestamp\";s:10:\"1256070937\";s:8:\"includes\";a:1:{s:10:\"imagefield\";s:10:\"ImageField\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:4:\"imce\";a:7:{s:4:\"name\";s:4:\"imce\";s:4:\"info\";a:10:{s:4:\"name\";s:4:\"IMCE\";s:11:\"description\";s:82:\"An image/file uploader and browser supporting personal directories and user quota.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:4:\"imce\";s:9:\"datestamp\";s:10:\"1253890535\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:12:\"imce_wysiwyg\";s:12:\"imce_wysiwyg\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105945;}s:9:\"datestamp\";s:10:\"1253890535\";s:8:\"includes\";a:1:{s:4:\"imce\";s:4:\"IMCE\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:12:\"imce_wysiwyg\";a:7:{s:4:\"name\";s:12:\"imce_wysiwyg\";s:4:\"info\";a:11:{s:4:\"name\";s:23:\"IMCE Wysiwyg API bridge\";s:11:\"description\";s:82:\"Makes IMCE available as plugin for client-side editors integrated via Wysiwyg API.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:4:\"imce\";i:1;s:7:\"wysiwyg\";}s:7:\"version\";s:7:\"6.x-1.1\";s:7:\"project\";s:12:\"imce_wysiwyg\";s:9:\"datestamp\";s:10:\"1268433606\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268623164;}s:9:\"datestamp\";s:10:\"1268433606\";s:8:\"includes\";a:1:{s:12:\"imce_wysiwyg\";s:23:\"IMCE Wysiwyg API bridge\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:6:\"mollom\";a:7:{s:4:\"name\";s:6:\"mollom\";s:4:\"info\";a:10:{s:4:\"name\";s:6:\"Mollom\";s:11:\"description\";s:28:\"Protects forms against spam.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:6:\"mollom\";s:9:\"datestamp\";s:10:\"1266654608\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105984;}s:9:\"datestamp\";s:10:\"1266654608\";s:8:\"includes\";a:1:{s:6:\"mollom\";s:6:\"Mollom\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:10:\"page_title\";a:7:{s:4:\"name\";s:10:\"page_title\";s:4:\"info\";a:10:{s:4:\"name\";s:10:\"Page Title\";s:11:\"description\";s:60:\"Enhanced control over the page title (in the <head> tag).\";s:12:\"dependencies\";a:1:{i:0;s:5:\"token\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.3\";s:7:\"project\";s:10:\"page_title\";s:9:\"datestamp\";s:10:\"1259017563\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106092;}s:9:\"datestamp\";s:10:\"1259017563\";s:8:\"includes\";a:1:{s:10:\"page_title\";s:10:\"Page Title\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:13:\"path_redirect\";a:7:{s:4:\"name\";s:13:\"path_redirect\";s:4:\"info\";a:13:{s:4:\"name\";s:13:\"Path redirect\";s:11:\"description\";s:39:\"Redirect users from one URL to another.\";s:4:\"core\";s:3:\"6.x\";s:8:\"enhances\";a:1:{i:0;s:8:\"pathauto\";}s:8:\"suggests\";a:1:{i:0;s:15:\"global_redirect\";}s:10:\"recommends\";a:1:{i:0;s:8:\"elements\";}s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:7:\"project\";s:13:\"path_redirect\";s:9:\"datestamp\";s:10:\"1259754356\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:22:\"path_redirect_generate\";s:22:\"path_redirect_generate\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106103;}s:9:\"datestamp\";s:10:\"1259754356\";s:8:\"includes\";a:1:{s:13:\"path_redirect\";s:13:\"Path redirect\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:8:\"pathauto\";a:7:{s:4:\"name\";s:8:\"pathauto\";s:4:\"info\";a:11:{s:4:\"name\";s:8:\"Pathauto\";s:11:\"description\";s:95:\"Provides a mechanism for modules to automatically generate aliases for the content they manage.\";s:12:\"dependencies\";a:2:{i:0;s:4:\"path\";i:1;s:5:\"token\";}s:8:\"suggests\";a:1:{i:0;s:13:\"path_redirect\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:8:\"pathauto\";s:9:\"datestamp\";s:10:\"1259928742\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106119;}s:9:\"datestamp\";s:10:\"1259928742\";s:8:\"includes\";a:1:{s:8:\"pathauto\";s:8:\"Pathauto\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:9:\"search404\";a:7:{s:4:\"name\";s:9:\"search404\";s:4:\"info\";a:10:{s:4:\"name\";s:10:\"Search 404\";s:11:\"description\";s:10:\"Search 404\";s:12:\"dependencies\";a:1:{i:0;s:6:\"search\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.8\";s:7:\"project\";s:9:\"search404\";s:9:\"datestamp\";s:10:\"1261997461\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106145;}s:9:\"datestamp\";s:10:\"1261997461\";s:8:\"includes\";a:1:{s:9:\"search404\";s:10:\"Search 404\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:13:\"seo_checklist\";a:7:{s:4:\"name\";s:13:\"seo_checklist\";s:4:\"info\";a:11:{s:4:\"name\";s:13:\"SEO Checklist\";s:11:\"description\";s:50:\"A Search Engine Optimization checklist for Drupal.\";s:4:\"core\";s:3:\"6.x\";s:10:\"recommends\";a:1:{i:0;s:13:\"vertical_tabs\";}s:7:\"version\";s:13:\"6.x-2.1-beta1\";s:7:\"project\";s:13:\"seo_checklist\";s:9:\"datestamp\";s:10:\"1258764652\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106155;}s:9:\"datestamp\";s:10:\"1258764652\";s:8:\"includes\";a:1:{s:12:\"seochecklist\";s:13:\"SEO Checklist\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:13:\"taxonomy_menu\";a:7:{s:4:\"name\";s:13:\"taxonomy_menu\";s:4:\"info\";a:11:{s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:8:\"taxonomy\";}s:11:\"description\";s:39:\"Adds links to taxonomy terms to a menu.\";s:4:\"name\";s:13:\"Taxonomy Menu\";s:7:\"package\";s:13:\"Taxonomy Menu\";s:7:\"version\";s:7:\"6.x-2.5\";s:7:\"project\";s:13:\"taxonomy_menu\";s:9:\"datestamp\";s:10:\"1264125906\";s:10:\"dependents\";a:3:{s:23:\"taxonomy_menu_hierarchy\";s:23:\"taxonomy_menu_hierarchy\";s:25:\"taxonomy_menu_path_custom\";s:25:\"taxonomy_menu_path_custom\";s:29:\"taxonomy_menu_vocabulary_path\";s:29:\"taxonomy_menu_vocabulary_path\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106197;}s:9:\"datestamp\";s:10:\"1264125906\";s:8:\"includes\";a:4:{s:13:\"taxonomy_menu\";s:13:\"Taxonomy Menu\";s:23:\"taxonomy_menu_hierarchy\";s:23:\"Taxonomy Menu Hierarchy\";s:25:\"taxonomy_menu_path_custom\";s:25:\"Taxonomy Menu Custom Path\";s:29:\"taxonomy_menu_vocabulary_path\";s:29:\"Taxonomy Menu Vocabulary Path\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:5:\"token\";a:7:{s:4:\"name\";s:5:\"token\";s:4:\"info\";a:10:{s:4:\"name\";s:5:\"Token\";s:11:\"description\";s:79:\"Provides a shared API for replacement of textual placeholders with actual data.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1243895498\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:4:{s:10:\"page_title\";s:10:\"page_title\";s:8:\"pathauto\";s:8:\"pathauto\";s:12:\"tokenSTARTER\";s:12:\"tokenSTARTER\";s:13:\"token_actions\";s:13:\"token_actions\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106212;}s:9:\"datestamp\";s:10:\"1243895498\";s:8:\"includes\";a:3:{s:5:\"token\";s:5:\"Token\";s:12:\"tokenSTARTER\";s:12:\"TokenSTARTER\";s:13:\"token_actions\";s:13:\"Token actions\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:13:\"vertical_tabs\";a:7:{s:4:\"name\";s:13:\"vertical_tabs\";s:4:\"info\";a:12:{s:4:\"name\";s:13:\"Vertical Tabs\";s:11:\"description\";s:67:\"Provides vertical tabs for supported forms like the node edit page.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:14:\"User interface\";s:10:\"recommends\";a:1:{i:0;s:4:\"form\";}s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:7:\"project\";s:13:\"vertical_tabs\";s:9:\"datestamp\";s:10:\"1265224223\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106235;}s:9:\"datestamp\";s:10:\"1265224223\";s:8:\"includes\";a:1:{s:13:\"vertical_tabs\";s:13:\"Vertical Tabs\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:5:\"views\";a:7:{s:4:\"name\";s:5:\"views\";s:4:\"info\";a:11:{s:4:\"name\";s:5:\"Views\";s:11:\"description\";s:55:\"Create customized lists and queries from your database.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.8\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1259799377\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:2:{s:12:\"views_export\";s:12:\"views_export\";s:8:\"views_ui\";s:8:\"views_ui\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106525;}s:9:\"datestamp\";s:10:\"1259799377\";s:8:\"includes\";a:3:{s:5:\"views\";s:5:\"Views\";s:12:\"views_export\";s:14:\"Views exporter\";s:8:\"views_ui\";s:8:\"Views UI\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:7:\"wysiwyg\";a:7:{s:4:\"name\";s:7:\"wysiwyg\";s:4:\"info\";a:11:{s:4:\"name\";s:7:\"Wysiwyg\";s:11:\"description\";s:55:\"Allows users to edit contents with client-side editors.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:7:\"wysiwyg\";s:9:\"datestamp\";s:10:\"1268063714\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:12:\"imce_wysiwyg\";s:12:\"imce_wysiwyg\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268621049;}s:9:\"datestamp\";s:10:\"1268063714\";s:8:\"includes\";a:1:{s:7:\"wysiwyg\";s:7:\"Wysiwyg\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:10:\"xmlsitemap\";a:7:{s:4:\"name\";s:10:\"xmlsitemap\";s:4:\"info\";a:11:{s:4:\"name\";s:11:\"XML sitemap\";s:11:\"description\";s:63:\"Create a XML sitemap conforming to sitemaps.org specifications.\";s:7:\"package\";s:11:\"XML sitemap\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:10:\"xmlsitemap\";s:9:\"datestamp\";s:10:\"1264572909\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:4:{s:18:\"xmlsitemap_engines\";s:18:\"xmlsitemap_engines\";s:15:\"xmlsitemap_node\";s:15:\"xmlsitemap_node\";s:19:\"xmlsitemap_taxonomy\";s:19:\"xmlsitemap_taxonomy\";s:15:\"xmlsitemap_user\";s:15:\"xmlsitemap_user\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268107009;}s:9:\"datestamp\";s:10:\"1264572909\";s:8:\"includes\";a:5:{s:10:\"xmlsitemap\";s:11:\"XML sitemap\";s:18:\"xmlsitemap_engines\";s:19:\"XML sitemap engines\";s:15:\"xmlsitemap_node\";s:16:\"XML sitemap node\";s:19:\"xmlsitemap_taxonomy\";s:20:\"XML sitemap taxonomy\";s:15:\"xmlsitemap_user\";s:16:\"XML sitemap user\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}s:16:\"pixture_reloaded\";a:7:{s:4:\"name\";s:16:\"pixture_reloaded\";s:4:\"info\";a:14:{s:4:\"name\";s:16:\"Pixture Reloaded\";s:11:\"description\";s:166:\"Recolorable multi-column liquid/fixed layout theme. Original Design by Pixture Studio, Ported to CSS layout by AdaptiveThemes.\";s:7:\"version\";s:7:\"6.x-3.2\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:8:{s:6:\"header\";s:13:\"Header blocks\";s:9:\"superfish\";s:14:\"Superfish menu\";s:11:\"content_top\";s:11:\"Content top\";s:7:\"content\";s:7:\"Content\";s:14:\"content_bottom\";s:14:\"Content bottom\";s:4:\"left\";s:12:\"Sidebar left\";s:5:\"right\";s:13:\"Sidebar right\";s:6:\"footer\";s:6:\"footer\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:10:\"layout.css\";s:44:\"sites/all/themes/pixture_reloaded/layout.css\";s:9:\"style.css\";s:43:\"sites/all/themes/pixture_reloaded/style.css\";}}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:7:\"project\";s:16:\"pixture_reloaded\";s:9:\"datestamp\";s:10:\"1241716288\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/pixture_reloaded/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/pixture_reloaded/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268107177;}s:9:\"datestamp\";s:10:\"1241716288\";s:8:\"includes\";a:1:{s:16:\"pixture_reloaded\";s:16:\"Pixture Reloaded\";}s:12:\"project_type\";s:5:\"theme\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}}}','1270443865','1270440265',null,'1');INSERT INTO
cache_updateVALUES ('update_available_releases','a:35:{s:10:\"admin_menu\";a:10:{s:5:\"title\";s:19:\"Administration menu\";s:10:\"short_name\";s:10:\"admin_menu\";s:10:\"dc:creator\";s:3:\"sun\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,3\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/admin_menu\";s:8:\"releases\";a:13:{s:14:\"6.x-3.0-alpha4\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha4\";s:7:\"version\";s:14:\"6.x-3.0-alpha4\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/739026\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1268274904\";s:6:\"mdhash\";s:32:\"ba93c801409700854965f87b5df72817\";s:8:\"filesize\";s:5:\"69865\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha3\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha3\";s:7:\"version\";s:14:\"6.x-3.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/550878\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1250462403\";s:6:\"mdhash\";s:32:\"ca00ce1b53f3d6ac8d53773d9dd66378\";s:8:\"filesize\";s:5:\"60772\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/537782\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1249183202\";s:6:\"mdhash\";s:32:\"92a1a99f3cfa3cdbc2d2436166e37ea1\";s:8:\"filesize\";s:5:\"51545\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/488202\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1244680505\";s:6:\"mdhash\";s:32:\"088c382dbbdf4cbfa627e9f0f02aa65c\";s:8:\"filesize\";s:5:\"49388\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:22:\"admin_menu 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/373515\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268438439\";s:6:\"mdhash\";s:32:\"109be9b8d3d2ff92c5343db0db7e0f67\";s:8:\"filesize\";s:5:\"70975\";}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/508148\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1246537502\";s:6:\"mdhash\";s:32:\"efa340632c9fd0b9a964671bed27a722\";s:8:\"filesize\";s:5:\"45284\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/464048\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1242422411\";s:6:\"mdhash\";s:32:\"fcfc4cd0d2a2c2ab5d7d800701f9bcbe\";s:8:\"filesize\";s:5:\"44300\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/363483\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1232775903\";s:6:\"mdhash\";s:32:\"aba88a427c52fb9f2d0501dd51141331\";s:8:\"filesize\";s:5:\"38411\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/361251\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1232406902\";s:6:\"mdhash\";s:32:\"27c92c7059018edf27f8df748883e3d4\";s:8:\"filesize\";s:5:\"37659\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307590\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1221237902\";s:6:\"mdhash\";s:32:\"da106dcfefddf490c06091c0a2c99a28\";s:8:\"filesize\";s:5:\"27351\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275429\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1214512502\";s:6:\"mdhash\";s:32:\"0112456abb83fcd7bae339b3311b03ff\";s:8:\"filesize\";s:5:\"26040\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:12:\"6.x-1.0-beta\";a:13:{s:4:\"name\";s:23:\"admin_menu 6.x-1.0-beta\";s:7:\"version\";s:12:\"6.x-1.0-beta\";s:3:\"tag\";s:18:\"DRUPAL-6--1-0-BETA\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"beta\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/268075\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.0-beta.tar.gz\";s:4:\"date\";s:10:\"1212913502\";s:6:\"mdhash\";s:32:\"e299f946fe29a3b8159c65c1751c796a\";s:8:\"filesize\";s:5:\"24230\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:22:\"admin_menu 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/251566\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1266710435\";s:6:\"mdhash\";s:32:\"fe4f6637b4839ba23b74a29f920fde5e\";s:8:\"filesize\";s:5:\"50341\";}}}s:13:\"advanced_help\";a:10:{s:5:\"title\";s:13:\"Advanced help\";s:10:\"short_name\";s:13:\"advanced_help\";s:10:\"dc:creator\";s:13:\"merlinofchaos\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/advanced_help\";s:8:\"releases\";a:7:{s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:21:\"advanced_help 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/424468\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1238954409\";s:6:\"mdhash\";s:32:\"a41a31032c907409ab5c330260c66fe8\";s:8:\"filesize\";s:5:\"79326\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:21:\"advanced_help 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/322831\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1224280802\";s:6:\"mdhash\";s:32:\"17061e6f638b1daafb3c4d75c0ec51b9\";s:8:\"filesize\";s:5:\"70758\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:21:\"advanced_help 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/264756\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1212174004\";s:6:\"mdhash\";s:32:\"c74ebb73a1de841f975a544ef9111ff4\";s:8:\"filesize\";s:5:\"65246\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:10:\"6.x-1.0-rc\";a:13:{s:4:\"name\";s:24:\"advanced_help 6.x-1.0-rc\";s:7:\"version\";s:10:\"6.x-1.0-rc\";s:3:\"tag\";s:16:\"DRUPAL-6--1-0-RC\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:2:\"rc\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/256031\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0-rc.tar.gz\";s:4:\"date\";s:10:\"1210219202\";s:6:\"mdhash\";s:32:\"0f716d4d51f1be885393021f70f71eb6\";s:8:\"filesize\";s:5:\"65034\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"advanced_help 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/249913\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1208896503\";s:6:\"mdhash\";s:32:\"d171c38f6bf9a2965c9cd8a7705fc276\";s:8:\"filesize\";s:5:\"62978\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"advanced_help 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/248491\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1208566802\";s:6:\"mdhash\";s:32:\"9ba9fd59148c737db06698872439575f\";s:8:\"filesize\";s:5:\"62524\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"advanced_help 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/248490\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1255478517\";s:6:\"mdhash\";s:32:\"35c364d1fa47ca0feca346eb2ebec6f8\";s:8:\"filesize\";s:5:\"80840\";}}}s:14:\"auto_nodetitle\";a:10:{s:5:\"title\";s:20:\"Automatic Nodetitles\";s:10:\"short_name\";s:14:\"auto_nodetitle\";s:10:\"dc:creator\";s:4:\"fago\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:40:\"http://drupal.org/project/auto_nodetitle\";s:8:\"releases\";a:5:{s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:22:\"auto_nodetitle 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/536510\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1249042505\";s:6:\"mdhash\";s:32:\"2d64b4c8e5a23faec1a553919731d6a8\";s:8:\"filesize\";s:5:\"12266\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:22:\"auto_nodetitle 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/372053\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1234262403\";s:6:\"mdhash\";s:32:\"083f269e7db0b3fd18d66b2428f26b27\";s:8:\"filesize\";s:5:\"12088\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:22:\"auto_nodetitle 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/280242\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1215588002\";s:6:\"mdhash\";s:32:\"2731c681657f4925cf9efcdee76c5122\";s:8:\"filesize\";s:4:\"9952\";}s:12:\"6.x-1.0-beta\";a:12:{s:4:\"name\";s:27:\"auto_nodetitle 6.x-1.0-beta\";s:7:\"version\";s:12:\"6.x-1.0-beta\";s:3:\"tag\";s:18:\"DRUPAL-6--1-0-BETA\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"beta\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/268126\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.0-beta.tar.gz\";s:4:\"date\";s:10:\"1212934802\";s:6:\"mdhash\";s:32:\"7ac927e896f4d875efaef8328b63fffb\";s:8:\"filesize\";s:4:\"9952\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:26:\"auto_nodetitle 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/191268\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1263340877\";s:6:\"mdhash\";s:32:\"dcc349476aa4e5b15faf127a0d7732da\";s:8:\"filesize\";s:5:\"13052\";}}}s:14:\"backup_migrate\";a:10:{s:5:\"title\";s:18:\"Backup and Migrate\";s:10:\"short_name\";s:14:\"backup_migrate\";s:10:\"dc:creator\";s:5:\"ronan\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:40:\"http://drupal.org/project/backup_migrate\";s:8:\"releases\";a:7:{s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/659078\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1260768003\";s:6:\"mdhash\";s:32:\"d718f2d4a1bddcdc1c81123dfbe39d53\";s:8:\"filesize\";s:5:\"65975\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/652788\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1260138903\";s:6:\"mdhash\";s:32:\"a8d107707be398aa768a47e8407bec65\";s:8:\"filesize\";s:5:\"66106\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/652370\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1260071104\";s:6:\"mdhash\";s:32:\"c761362f91173fdf14be3c28952800c9\";s:8:\"filesize\";s:5:\"54015\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:26:\"backup_migrate 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/303112\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269518548\";s:6:\"mdhash\";s:32:\"f5383f03339fbcb6f749203e51a7bc81\";s:8:\"filesize\";s:5:\"68724\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/360452\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1232247609\";s:6:\"mdhash\";s:32:\"15e9e33a226411fbe2b2b89fbb90d99e\";s:8:\"filesize\";s:5:\"25385\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295106\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1218681903\";s:6:\"mdhash\";s:32:\"0fabd2518a276f0f0e636dbca06c67e4\";s:8:\"filesize\";s:5:\"17163\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:26:\"backup_migrate 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/231755\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1257811382\";s:6:\"mdhash\";s:32:\"a4f699c367923106a332f34abe9fb29a\";s:8:\"filesize\";s:5:\"32043\";}}}s:9:\"nodewords\";a:10:{s:5:\"title\";s:9:\"Nodewords\";s:10:\"short_name\";s:9:\"nodewords\";s:10:\"dc:creator\";s:4:\"kiam\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:35:\"http://drupal.org/project/nodewords\";s:8:\"releases\";a:25:{s:11:\"6.x-3.x-dev\";a:12:{s:4:\"name\";s:21:\"nodewords 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/614134\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270339854\";s:6:\"mdhash\";s:32:\"5e36658ac4a18b7f3e62baba1d5d3a00\";s:8:\"filesize\";s:5:\"43704\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:21:\"nodewords 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222124\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1247574367\";s:6:\"mdhash\";s:32:\"9241f9fd7dbfc9a431fa432538accadb\";s:8:\"filesize\";s:5:\"33600\";}s:14:\"6.x-1.12-beta4\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta4\";s:7:\"version\";s:14:\"6.x-1.12-beta4\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/748780\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta4.tar.gz\";s:4:\"date\";s:10:\"1269200709\";s:6:\"mdhash\";s:32:\"790bddc687d34c33bbe0efb556f81607\";s:8:\"filesize\";s:5:\"76047\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.12-beta3\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta3\";s:7:\"version\";s:14:\"6.x-1.12-beta3\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/716946\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta3.tar.gz\";s:4:\"date\";s:10:\"1266416413\";s:6:\"mdhash\";s:32:\"085e5ed51e8788f2c2aca1a010d097c5\";s:8:\"filesize\";s:5:\"72181\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.12-beta2\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta2\";s:7:\"version\";s:14:\"6.x-1.12-beta2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/681960\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta2.tar.gz\";s:4:\"date\";s:10:\"1263258305\";s:6:\"mdhash\";s:32:\"b0cae8940c3746d66a0ea6dfc4dfc500\";s:8:\"filesize\";s:5:\"71665\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.12-beta1\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta1\";s:7:\"version\";s:14:\"6.x-1.12-beta1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/681630\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta1.tar.gz\";s:4:\"date\";s:10:\"1263233706\";s:6:\"mdhash\";s:32:\"3d724df34076fa726f1ff7631e41e6b3\";s:8:\"filesize\";s:5:\"71441\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.11\";a:12:{s:4:\"name\";s:18:\"nodewords 6.x-1.11\";s:7:\"version\";s:8:\"6.x-1.11\";s:3:\"tag\";s:14:\"DRUPAL-6--1-11\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671570\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.11.tar.gz\";s:4:\"date\";s:10:\"1262270443\";s:6:\"mdhash\";s:32:\"713bc23074ee940c0cc8bfca7046639e\";s:8:\"filesize\";s:5:\"70293\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.10\";a:12:{s:4:\"name\";s:18:\"nodewords 6.x-1.10\";s:7:\"version\";s:8:\"6.x-1.10\";s:3:\"tag\";s:14:\"DRUPAL-6--1-10\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/669826\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.10.tar.gz\";s:4:\"date\";s:10:\"1262080249\";s:6:\"mdhash\";s:32:\"cc52c1efe107651c70a712af0cc4cccc\";s:8:\"filesize\";s:5:\"70158\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.9\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.9\";s:7:\"version\";s:7:\"6.x-1.9\";s:3:\"tag\";s:13:\"DRUPAL-6--1-9\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/667472\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.9.tar.gz\";s:4:\"date\";s:10:\"1261681556\";s:6:\"mdhash\";s:32:\"943da140968931f108c8bf2c5d41f3c6\";s:8:\"filesize\";s:5:\"69354\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.8\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.8\";s:7:\"version\";s:7:\"6.x-1.8\";s:3:\"tag\";s:13:\"DRUPAL-6--1-8\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/656064\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.8.tar.gz\";s:4:\"date\";s:10:\"1260438654\";s:6:\"mdhash\";s:32:\"2a933b0aaeea26b00c7a895f34575a15\";s:8:\"filesize\";s:5:\"68657\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.7\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.7\";s:7:\"version\";s:7:\"6.x-1.7\";s:3:\"tag\";s:13:\"DRUPAL-6--1-7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/654098\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.7.tar.gz\";s:4:\"date\";s:10:\"1260257150\";s:6:\"mdhash\";s:32:\"5c3d3a75cede340ffa8c7a965fcbc3f6\";s:8:\"filesize\";s:5:\"68513\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/653970\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1260238549\";s:6:\"mdhash\";s:32:\"2fe9cec370d94610a56169f0d97a10fa\";s:8:\"filesize\";s:5:\"68382\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650504\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1259869261\";s:6:\"mdhash\";s:32:\"5478f7f7ddf8b130b757dedd7a6b9b0d\";s:8:\"filesize\";s:5:\"68363\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650272\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1259853981\";s:6:\"mdhash\";s:32:\"07f5be416e127dbd7b0f353b7418f1de\";s:8:\"filesize\";s:5:\"68232\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/649388\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1259786761\";s:6:\"mdhash\";s:32:\"54e318e6ba4f218bf50e895fcfd196ec\";s:8:\"filesize\";s:5:\"68231\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.3-beta5\";a:13:{s:4:\"name\";s:23:\"nodewords 6.x-1.3-beta5\";s:7:\"version\";s:13:\"6.x-1.3-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/619320\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-beta5.tar.gz\";s:4:\"date\";s:10:\"1256934060\";s:6:\"mdhash\";s:32:\"e3402e78287bb136890d95e54543b318\";s:8:\"filesize\";s:5:\"61902\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.3-beta4\";a:13:{s:4:\"name\";s:23:\"nodewords 6.x-1.3-beta4\";s:7:\"version\";s:13:\"6.x-1.3-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/617512\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-beta4.tar.gz\";s:4:\"date\";s:10:\"1256771171\";s:6:\"mdhash\";s:32:\"ea0e94cc44593a61d20ea7b40eb2f6b6\";s:8:\"filesize\";s:5:\"61882\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.3-beta3\";a:13:{s:4:\"name\";s:23:\"nodewords 6.x-1.3-beta3\";s:7:\"version\";s:13:\"6.x-1.3-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/613692\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-beta3.tar.gz\";s:4:\"date\";s:10:\"1256415937\";s:6:\"mdhash\";s:32:\"b3629a9404d09b8e7a91f05ccc38f66f\";s:8:\"filesize\";s:5:\"60490\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.3-alpha2\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.3-alpha2\";s:7:\"version\";s:14:\"6.x-1.3-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-3-ALPHA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/610750\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-alpha2.tar.gz\";s:4:\"date\";s:10:\"1256144502\";s:6:\"mdhash\";s:32:\"fe2a67c94c2c5b9c2ad7f785b7d1c6c5\";s:8:\"filesize\";s:5:\"55378\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.3-alpha1\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.3-alpha1\";s:7:\"version\";s:14:\"6.x-1.3-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-3-ALPHA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/608510\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-alpha1.tar.gz\";s:4:\"date\";s:10:\"1255960571\";s:6:\"mdhash\";s:32:\"e91a3309c032298dab9c9493d64aa1d6\";s:8:\"filesize\";s:5:\"55261\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/585786\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1253722248\";s:6:\"mdhash\";s:32:\"6ab5f83e60cec2c01cb5ce2176707bad\";s:8:\"filesize\";s:5:\"42550\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/585706\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1253718097\";s:6:\"mdhash\";s:32:\"35a9c05f8c96156abf36c8f168474193\";s:8:\"filesize\";s:5:\"42542\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370571\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1233995126\";s:6:\"mdhash\";s:32:\"fcc281404c1e823906250cae7bcccf1e\";s:8:\"filesize\";s:5:\"31411\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:12:{s:4:\"name\";s:21:\"nodewords 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-rc1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222144\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1203087911\";s:6:\"mdhash\";s:32:\"2b2b656f0390ab08b6d49d6e76883b8d\";s:8:\"filesize\";s:5:\"25823\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:21:\"nodewords 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/212852\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270296679\";s:6:\"mdhash\";s:32:\"24dabaa44ce2ff0c0ad5b20383dc5d9b\";s:8:\"filesize\";s:5:\"52526\";}}}s:4:\"spam\";a:10:{s:5:\"title\";s:4:\"Spam\";s:10:\"short_name\";s:4:\"spam\";s:10:\"dc:creator\";s:6:\"Jeremy\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:30:\"http://drupal.org/project/spam\";s:8:\"releases\";a:4:{s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:12:\"spam 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/545184\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/spam-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1249930375\";s:6:\"mdhash\";s:32:\"a377244f15c9c661e870f1c264e68cc0\";s:8:\"filesize\";s:5:\"53232\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:13:{s:4:\"name\";s:16:\"spam 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/542328\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/spam-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1249610495\";s:6:\"mdhash\";s:32:\"9f0f7f33e6c92db618f5fc9b52e40c55\";s:8:\"filesize\";s:5:\"47752\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:13:{s:4:\"name\";s:18:\"spam 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/541390\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/spam-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1249529764\";s:6:\"mdhash\";s:32:\"03ec90b500812136926e10320d7612dd\";s:8:\"filesize\";s:5:\"46872\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:16:\"spam 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/351036\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/spam-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1265156188\";s:6:\"mdhash\";s:32:\"7d629c2a1f9424f37e778d19ecf5229a\";s:8:\"filesize\";s:5:\"53801\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}}s:6:\"drupal\";a:10:{s:5:\"title\";s:6:\"Drupal\";s:10:\"short_name\";s:6:\"drupal\";s:10:\"dc:creator\";s:6:\"Drupal\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"6\";s:16:\"supported_majors\";s:1:\"6\";s:13:\"default_major\";s:1:\"6\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:32:\"http://drupal.org/project/drupal\";s:8:\"releases\";a:26:{s:4:\"6.16\";a:12:{s:4:\"name\";s:11:\"drupal 6.16\";s:7:\"version\";s:4:\"6.16\";s:3:\"tag\";s:11:\"DRUPAL-6-16\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"16\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/732000\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.16.tar.gz\";s:4:\"date\";s:10:\"1267662009\";s:6:\"mdhash\";s:32:\"bb27c1f90680b86df2c535b2d52e8021\";s:8:\"filesize\";s:7:\"1090616\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.15\";a:12:{s:4:\"name\";s:11:\"drupal 6.15\";s:7:\"version\";s:4:\"6.15\";s:3:\"tag\";s:11:\"DRUPAL-6-15\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"15\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/661600\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.15.tar.gz\";s:4:\"date\";s:10:\"1260996917\";s:6:\"mdhash\";s:32:\"43c60bde08d6ea67682a998c2804c357\";s:8:\"filesize\";s:7:\"1085634\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.14\";a:12:{s:4:\"name\";s:11:\"drupal 6.14\";s:7:\"version\";s:4:\"6.14\";s:3:\"tag\";s:11:\"DRUPAL-6-14\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"14\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/579476\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.14.tar.gz\";s:4:\"date\";s:10:\"1253130028\";s:6:\"mdhash\";s:32:\"014bb453a8d0adb0233c763e40d63859\";s:8:\"filesize\";s:7:\"1082687\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.13\";a:12:{s:4:\"name\";s:11:\"drupal 6.13\";s:7:\"version\";s:4:\"6.13\";s:3:\"tag\";s:11:\"DRUPAL-6-13\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"13\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/507568\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.13.tar.gz\";s:4:\"date\";s:10:\"1246481720\";s:6:\"mdhash\";s:32:\"76dcb6e311fbb98ca3322fd1413f4a04\";s:8:\"filesize\";s:7:\"1080373\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.12\";a:12:{s:4:\"name\";s:11:\"drupal 6.12\";s:7:\"version\";s:4:\"6.12\";s:3:\"tag\";s:11:\"DRUPAL-6-12\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"12\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/461882\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.12.tar.gz\";s:4:\"date\";s:10:\"1242243955\";s:6:\"mdhash\";s:32:\"82e2517f175320cffe20997333b3a33a\";s:8:\"filesize\";s:7:\"1079251\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.11\";a:12:{s:4:\"name\";s:11:\"drupal 6.11\";s:7:\"version\";s:4:\"6.11\";s:3:\"tag\";s:11:\"DRUPAL-6-11\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/449114\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.11.tar.gz\";s:4:\"date\";s:10:\"1241050842\";s:6:\"mdhash\";s:32:\"6a341807b83c4e48f50ce7921562402c\";s:8:\"filesize\";s:7:\"1078966\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.10\";a:12:{s:4:\"name\";s:11:\"drupal 6.10\";s:7:\"version\";s:4:\"6.10\";s:3:\"tag\";s:11:\"DRUPAL-6-10\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/383918\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.10.tar.gz\";s:4:\"date\";s:10:\"1235596219\";s:6:\"mdhash\";s:32:\"d8f222c260556b5d7c3ff41bdd251b3c\";s:8:\"filesize\";s:7:\"1076404\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.9\";a:12:{s:4:\"name\";s:10:\"drupal 6.9\";s:7:\"version\";s:3:\"6.9\";s:3:\"tag\";s:10:\"DRUPAL-6-9\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/358987\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.9.tar.gz\";s:4:\"date\";s:10:\"1231976414\";s:6:\"mdhash\";s:32:\"5c682a4709f4632febbe7617a784a01a\";s:8:\"filesize\";s:7:\"1075558\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.8\";a:12:{s:4:\"name\";s:10:\"drupal 6.8\";s:7:\"version\";s:3:\"6.8\";s:3:\"tag\";s:10:\"DRUPAL-6-8\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/345833\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.8.tar.gz\";s:4:\"date\";s:10:\"1229018429\";s:6:\"mdhash\";s:32:\"561f281b2dbee8310293a61443bdfbc7\";s:8:\"filesize\";s:7:\"1074294\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:3:\"6.7\";a:12:{s:4:\"name\";s:10:\"drupal 6.7\";s:7:\"version\";s:3:\"6.7\";s:3:\"tag\";s:10:\"DRUPAL-6-7\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/345462\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.7.tar.gz\";s:4:\"date\";s:10:\"1228948512\";s:6:\"mdhash\";s:32:\"c9e8e5a9892538d355c62bd17b95b3a9\";s:8:\"filesize\";s:7:\"1074300\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.6\";a:12:{s:4:\"name\";s:10:\"drupal 6.6\";s:7:\"version\";s:3:\"6.6\";s:3:\"tag\";s:10:\"DRUPAL-6-6\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/324832\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.6.tar.gz\";s:4:\"date\";s:10:\"1224703817\";s:6:\"mdhash\";s:32:\"caaa55d1990b34dee48f5047ce98e2bb\";s:8:\"filesize\";s:7:\"1071507\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.5\";a:12:{s:4:\"name\";s:10:\"drupal 6.5\";s:7:\"version\";s:3:\"6.5\";s:3:\"tag\";s:10:\"DRUPAL-6-5\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318701\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.5.tar.gz\";s:4:\"date\";s:10:\"1223497211\";s:6:\"mdhash\";s:32:\"a88c561f0e61168b6ac710de55b6f91f\";s:8:\"filesize\";s:7:\"1071036\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.4\";a:12:{s:4:\"name\";s:10:\"Drupal 6.4\";s:7:\"version\";s:3:\"6.4\";s:3:\"tag\";s:10:\"DRUPAL-6-4\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295065\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.4.tar.gz\";s:4:\"date\";s:10:\"1218672611\";s:6:\"mdhash\";s:32:\"497b537285ad5847c1d3cb2f98ccf88c\";s:8:\"filesize\";s:7:\"1068473\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.3\";a:12:{s:4:\"name\";s:10:\"drupal 6.3\";s:7:\"version\";s:3:\"6.3\";s:3:\"tag\";s:10:\"DRUPAL-6-3\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/280583\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.3.tar.gz\";s:4:\"date\";s:10:\"1215640510\";s:6:\"mdhash\";s:32:\"f6a23149b906048d8a2dce1bad0e11a7\";s:8:\"filesize\";s:7:\"1061653\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.2\";a:12:{s:4:\"name\";s:10:\"drupal 6.2\";s:7:\"version\";s:3:\"6.2\";s:3:\"tag\";s:10:\"DRUPAL-6-2\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/244667\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.2.tar.gz\";s:4:\"date\";s:10:\"1207776009\";s:6:\"mdhash\";s:32:\"4c5af590b42b5a8e826177119c7e73b3\";s:8:\"filesize\";s:7:\"1058550\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.1\";a:12:{s:4:\"name\";s:10:\"drupal 6.1\";s:7:\"version\";s:3:\"6.1\";s:3:\"tag\";s:10:\"DRUPAL-6-1\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/227618\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.1.tar.gz\";s:4:\"date\";s:10:\"1204142109\";s:6:\"mdhash\";s:32:\"32bfd0b3a8a48e3f631e0a396ec96f68\";s:8:\"filesize\";s:7:\"1057213\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.0\";a:12:{s:4:\"name\";s:10:\"drupal 6.0\";s:7:\"version\";s:3:\"6.0\";s:3:\"tag\";s:10:\"DRUPAL-6-0\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/221219\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.0.tar.gz\";s:4:\"date\";s:10:\"1202913008\";s:6:\"mdhash\";s:32:\"2138bd9f79906bd39c5dcc5289446c01\";s:8:\"filesize\";s:7:\"1057166\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.0-rc4\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc4\";s:7:\"version\";s:7:\"6.0-rc4\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-4\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/219510\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc4.tar.gz\";s:4:\"date\";s:10:\"1202511908\";s:6:\"mdhash\";s:32:\"35f04f54be270cfe55ea19b249c40c36\";s:8:\"filesize\";s:7:\"1057236\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.0-rc3\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc3\";s:7:\"version\";s:7:\"6.0-rc3\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-3\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/216077\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1201733406\";s:6:\"mdhash\";s:32:\"c7deaf2f7d3a4d89cf2413fcc5bb728a\";s:8:\"filesize\";s:7:\"1052926\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.0-rc2\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc2\";s:7:\"version\";s:7:\"6.0-rc2\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-2\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/208616\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1200005705\";s:6:\"mdhash\";s:32:\"75962b1deeac60d12c2ba03a04e588c9\";s:8:\"filesize\";s:7:\"1046845\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.0-rc1\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc1\";s:7:\"version\";s:7:\"6.0-rc1\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-1\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/202820\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1198191308\";s:6:\"mdhash\";s:32:\"36102983c0be837ee4b15090557efbcc\";s:8:\"filesize\";s:7:\"1040654\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta4\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta4\";s:7:\"version\";s:9:\"6.0-beta4\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-4\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/198188\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1196889906\";s:6:\"mdhash\";s:32:\"0747d613bb08471285da71fd5e8eb0d4\";s:8:\"filesize\";s:7:\"1025760\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta3\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta3\";s:7:\"version\";s:9:\"6.0-beta3\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-3\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/194287\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1195684804\";s:6:\"mdhash\";s:32:\"2af78e20c98c2425ec71dcead90359d7\";s:8:\"filesize\";s:7:\"1010222\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta2\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta2\";s:7:\"version\";s:9:\"6.0-beta2\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-2\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/184399\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1192658104\";s:6:\"mdhash\";s:32:\"dc95c3ffa6739273e34194a5be240738\";s:8:\"filesize\";s:6:\"991798\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta1\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta1\";s:7:\"version\";s:9:\"6.0-beta1\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-1\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/175832\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1189840804\";s:6:\"mdhash\";s:32:\"a50471f2a835bcbd8324ef4d64201987\";s:8:\"filesize\";s:6:\"957946\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-dev\";a:12:{s:4:\"name\";s:14:\"Drupal 6.x-dev\";s:7:\"version\";s:7:\"6.x-dev\";s:3:\"tag\";s:8:\"DRUPAL-6\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/97368\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269302693\";s:6:\"mdhash\";s:32:\"2e482da2a618d3527ed8c7b67457953b\";s:8:\"filesize\";s:7:\"1091404\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}}}s:7:\"captcha\";a:10:{s:5:\"title\";s:7:\"CAPTCHA\";s:10:\"short_name\";s:7:\"captcha\";s:10:\"dc:creator\";s:5:\"wundo\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:33:\"http://drupal.org/project/captcha\";s:8:\"releases\";a:14:{s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:15:\"captcha 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/672304\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1262396711\";s:6:\"mdhash\";s:32:\"093c16ce18dca0f60181db75bd500b0c\";s:8:\"filesize\";s:6:\"165067\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:15:\"captcha 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/586144\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1253743243\";s:6:\"mdhash\";s:32:\"a10e9524369a07f71195da84f80816ba\";s:8:\"filesize\";s:6:\"152230\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.0-rc3\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-2.0-rc3\";s:7:\"version\";s:11:\"6.x-2.0-rc3\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/561696\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1251415515\";s:6:\"mdhash\";s:32:\"5cca375c55696cf2919dd3b2fbb89f8f\";s:8:\"filesize\";s:5:\"97621\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc2\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-2.0-rc2\";s:7:\"version\";s:11:\"6.x-2.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/509348\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1246629317\";s:6:\"mdhash\";s:32:\"f04af543c77026d74c743abc794e92f9\";s:8:\"filesize\";s:5:\"82113\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc1\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-2.0-rc1\";s:7:\"version\";s:11:\"6.x-2.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/490958\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1244932228\";s:6:\"mdhash\";s:32:\"31411d9551200ff5422876aac96069d9\";s:8:\"filesize\";s:5:\"85018\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta5\";a:12:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta5\";s:7:\"version\";s:13:\"6.x-2.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/465306\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1242580821\";s:6:\"mdhash\";s:32:\"31fc5556501b097035aac48ae85b0150\";s:8:\"filesize\";s:5:\"67564\";}s:13:\"6.x-2.0-beta4\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta4\";s:7:\"version\";s:13:\"6.x-2.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/444424\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1240614311\";s:6:\"mdhash\";s:32:\"bf6fae015f39c393960dd95749d26a2d\";s:8:\"filesize\";s:5:\"53568\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/425826\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1239066050\";s:6:\"mdhash\";s:32:\"5330c966dbe920b6b6def3f9cc909df8\";s:8:\"filesize\";s:5:\"52998\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/368111\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1233604214\";s:6:\"mdhash\";s:32:\"5fc64168bb386816f73f066d7cd04a6d\";s:8:\"filesize\";s:5:\"42308\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354009\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1231021814\";s:6:\"mdhash\";s:32:\"2c403c3df398ee453682a0ec29db216e\";s:8:\"filesize\";s:5:\"41884\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:19:\"captcha 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/94922\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268870551\";s:6:\"mdhash\";s:32:\"9edd8cca8382ae05d853725e481db9c3\";s:8:\"filesize\";s:6:\"176361\";}s:11:\"6.x-1.0-rc2\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-1.0-rc2\";s:7:\"version\";s:11:\"6.x-1.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/245354\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-1.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1207904704\";s:6:\"mdhash\";s:32:\"6f079f0572fe55e4b1a69cf7fda85ebd\";s:8:\"filesize\";s:5:\"47539\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:12:{s:4:\"name\";s:19:\"captcha 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222188\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1203092404\";s:6:\"mdhash\";s:32:\"fe7173cc04b745fd9af092fbbfc4fd0b\";s:8:\"filesize\";s:5:\"40500\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:19:\"captcha 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/214492\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1262995345\";s:6:\"mdhash\";s:32:\"62e03b250b05485e343858e8865d032a\";s:8:\"filesize\";s:5:\"87875\";}}}s:3:\"cck\";a:10:{s:5:\"title\";s:30:\"Content Construction Kit (CCK)\";s:10:\"short_name\";s:3:\"cck\";s:10:\"dc:creator\";s:5:\"yched\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"2,3\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:29:\"http://drupal.org/project/cck\";s:8:\"releases\";a:22:{s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:15:\"cck 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/484068\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1264464167\";s:6:\"mdhash\";s:32:\"78a76ee711fec0bf30e568aedcb26f06\";s:8:\"filesize\";s:6:\"464476\";}s:7:\"6.x-2.6\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.6\";s:7:\"version\";s:7:\"6.x-2.6\";s:3:\"tag\";s:13:\"DRUPAL-6--2-6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/624868\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.6.tar.gz\";s:4:\"date\";s:10:\"1257464737\";s:6:\"mdhash\";s:32:\"3e719a786f7fed2c6e7bd341a508ca60\";s:8:\"filesize\";s:6:\"423510\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.5\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.5\";s:7:\"version\";s:7:\"6.x-2.5\";s:3:\"tag\";s:13:\"DRUPAL-6--2-5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/539128\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.5.tar.gz\";s:4:\"date\";s:10:\"1249334429\";s:6:\"mdhash\";s:32:\"d20669111ff3e528a233a14247df42de\";s:8:\"filesize\";s:6:\"417417\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.4\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.4\";s:7:\"version\";s:7:\"6.x-2.4\";s:3:\"tag\";s:13:\"DRUPAL-6--2-4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/494022\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.4.tar.gz\";s:4:\"date\";s:10:\"1245237621\";s:6:\"mdhash\";s:32:\"e37388bf9061fa24df62e269a5c64fed\";s:8:\"filesize\";s:6:\"412002\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/482540\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1244163643\";s:6:\"mdhash\";s:32:\"7f60a6bbaba40059562a87fb33203197\";s:8:\"filesize\";s:6:\"410591\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/406534\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1237410615\";s:6:\"mdhash\";s:32:\"0fe5f8e6d1292fcfe98530a3dea0a1a1\";s:8:\"filesize\";s:6:\"357660\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:3:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";i:2;s:15:\"Security update\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/333173\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1226449204\";s:6:\"mdhash\";s:32:\"6036acde1dbc0bad62681de5f94bc912\";s:8:\"filesize\";s:6:\"318865\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/330573\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1225914304\";s:6:\"mdhash\";s:32:\"ea2a47052833892030541464ad6609a9\";s:8:\"filesize\";s:6:\"318588\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:3:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";i:2;s:15:\"Security update\";}}}s:12:\"6.x-2.0-rc10\";a:13:{s:4:\"name\";s:16:\"cck 6.x-2.0-rc10\";s:7:\"version\";s:12:\"6.x-2.0-rc10\";s:3:\"tag\";s:18:\"DRUPAL-6--2-0-RC10\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"rc10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318642\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc10.tar.gz\";s:4:\"date\";s:10:\"1223488806\";s:6:\"mdhash\";s:32:\"1fbf5c09c881fe44ec09fff61d26aef9\";s:8:\"filesize\";s:6:\"248939\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc9\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc9\";s:7:\"version\";s:11:\"6.x-2.0-rc9\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC9\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/317796\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc9.tar.gz\";s:4:\"date\";s:10:\"1223325604\";s:6:\"mdhash\";s:32:\"9beefdfbf85f8a5e8b73235574d636a8\";s:8:\"filesize\";s:6:\"227274\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc8\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc8\";s:7:\"version\";s:11:\"6.x-2.0-rc8\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC8\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/316249\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc8.tar.gz\";s:4:\"date\";s:10:\"1222958408\";s:6:\"mdhash\";s:32:\"dd633f983e4a43bb9da7bd40e1d81682\";s:8:\"filesize\";s:6:\"226701\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc7\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc7\";s:7:\"version\";s:11:\"6.x-2.0-rc7\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC7\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/306274\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc7.tar.gz\";s:4:\"date\";s:10:\"1221003605\";s:6:\"mdhash\";s:32:\"b1024f15ca41f0cac9c521ba81fcb1ff\";s:8:\"filesize\";s:6:\"210995\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc6\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc6\";s:7:\"version\";s:11:\"6.x-2.0-rc6\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295736\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc6.tar.gz\";s:4:\"date\";s:10:\"1218809704\";s:6:\"mdhash\";s:32:\"ddcc92a076b4aacbf97f4b11ba58f2aa\";s:8:\"filesize\";s:6:\"206891\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc5\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc5\";s:7:\"version\";s:11:\"6.x-2.0-rc5\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295416\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc5.tar.gz\";s:4:\"date\";s:10:\"1218735306\";s:6:\"mdhash\";s:32:\"05c3d43fcf0e64c4277cf162693b1934\";s:8:\"filesize\";s:6:\"206821\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc4\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc4\";s:7:\"version\";s:11:\"6.x-2.0-rc4\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/280821\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc4.tar.gz\";s:4:\"date\";s:10:\"1215694806\";s:6:\"mdhash\";s:32:\"b0805a344cdee93fa0d9388160c5fac2\";s:8:\"filesize\";s:6:\"189040\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc3\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc3\";s:7:\"version\";s:11:\"6.x-2.0-rc3\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/278309\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1215117305\";s:6:\"mdhash\";s:32:\"564f1bd699786d73710078ec45ffa70b\";s:8:\"filesize\";s:6:\"180693\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc2\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc2\";s:7:\"version\";s:11:\"6.x-2.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/277906\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1215035705\";s:6:\"mdhash\";s:32:\"c0a8c02429c603a29efb08e497a9e3f7\";s:8:\"filesize\";s:6:\"168747\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc1\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc1\";s:7:\"version\";s:11:\"6.x-2.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/277894\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1215033603\";s:6:\"mdhash\";s:32:\"bf8b7810e31d7dff3261125d64ef1c00\";s:8:\"filesize\";s:6:\"168714\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:12:\"6.x-2.0-beta\";a:13:{s:4:\"name\";s:16:\"cck 6.x-2.0-beta\";s:7:\"version\";s:12:\"6.x-2.0-beta\";s:3:\"tag\";s:18:\"DRUPAL-6--2-0-BETA\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"beta\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/266143\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-beta.tar.gz\";s:4:\"date\";s:10:\"1212504904\";s:6:\"mdhash\";s:32:\"28c5e224ea6b5bce864f315e07e788b2\";s:8:\"filesize\";s:6:\"145561\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:15:\"cck 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/266142\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1264464170\";s:6:\"mdhash\";s:32:\"939ed7e924100adbd07e4542db7da6e8\";s:8:\"filesize\";s:6:\"423679\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:13:\"6.x-1.0-alpha\";a:13:{s:4:\"name\";s:17:\"cck 6.x-1.0-alpha\";s:7:\"version\";s:13:\"6.x-1.0-alpha\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-ALPHA\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"alpha\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/250976\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/cck-6.x-1.0-alpha.tar.gz\";s:4:\"date\";s:10:\"1209089705\";s:6:\"mdhash\";s:32:\"5d5924ab9cbf5d7b9a0ed4b405659c44\";s:8:\"filesize\";s:6:\"132004\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:15:\"cck 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96064\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1258027413\";s:6:\"mdhash\";s:32:\"33af7e74fe198cc6a79fe208d92afe11\";s:8:\"filesize\";s:6:\"176614\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}}s:16:\"contentoptimizer\";a:10:{s:5:\"title\";s:17:\"Content Optimizer\";s:10:\"short_name\";s:16:\"contentoptimizer\";s:10:\"dc:creator\";s:9:\"TomDude48\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:42:\"http://drupal.org/project/contentoptimizer\";s:8:\"releases\";a:1:{s:11:\"6.x-1.0-rc1\";a:12:{s:4:\"name\";s:28:\"contentoptimizer 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/420794\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/contentoptimizer-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1238604330\";s:6:\"mdhash\";s:32:\"03faafa5dec61c3cf5f7fb4d2c6ce779\";s:8:\"filesize\";s:5:\"12814\";}}}s:13:\"custom_pagers\";a:10:{s:5:\"title\";s:13:\"Custom Pagers\";s:10:\"short_name\";s:13:\"custom_pagers\";s:10:\"dc:creator\";s:5:\"eaton\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/custom_pagers\";s:8:\"releases\";a:3:{s:14:\"6.x-1.10-beta1\";a:12:{s:4:\"name\";s:28:\"custom_pagers 6.x-1.10-beta1\";s:7:\"version\";s:14:\"6.x-1.10-beta1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-10-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/271810\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/custom_pagers-6.x-1.10-beta1.tar.gz\";s:4:\"date\";s:10:\"1213759811\";s:6:\"mdhash\";s:32:\"8618e9a9f54e7673485348eca66dca24\";s:8:\"filesize\";s:5:\"12239\";}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"custom_pagers 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/687658\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/custom_pagers-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1263770104\";s:6:\"mdhash\";s:32:\"5c66e2b97812c88018e9022715f9562c\";s:8:\"filesize\";s:5:\"15906\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"custom_pagers 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/272107\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/custom_pagers-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1263773039\";s:6:\"mdhash\";s:32:\"89dda001b0a7804e1eadcdc48c022c28\";s:8:\"filesize\";s:5:\"15907\";}}}s:13:\"drupal_tweaks\";a:10:{s:5:\"title\";s:13:\"Drupal tweaks\";s:10:\"short_name\";s:13:\"drupal_tweaks\";s:10:\"dc:creator\";s:6:\"kenorb\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/drupal_tweaks\";s:8:\"releases\";a:1:{s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"drupal_tweaks 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/527410\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/drupal_tweaks-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269561945\";s:6:\"mdhash\";s:32:\"5c028caee318c2ed1b9e91a9d08e925f\";s:8:\"filesize\";s:5:\"30406\";}}}s:9:\"filefield\";a:10:{s:5:\"title\";s:9:\"FileField\";s:10:\"short_name\";s:9:\"filefield\";s:10:\"dc:creator\";s:11:\"quicksketch\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"3\";s:16:\"supported_majors\";s:1:\"3\";s:13:\"default_major\";s:1:\"3\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:35:\"http://drupal.org/project/filefield\";s:8:\"releases\";a:21:{s:7:\"6.x-3.2\";a:12:{s:4:\"name\";s:17:\"filefield 6.x-3.2\";s:7:\"version\";s:7:\"6.x-3.2\";s:3:\"tag\";s:13:\"DRUPAL-6--3-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/609874\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.2.tar.gz\";s:4:\"date\";s:10:\"1256070656\";s:6:\"mdhash\";s:32:\"bd52f35628e2a5f12b7cde25e654d71e\";s:8:\"filesize\";s:5:\"81900\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.x-3.1\";a:12:{s:4:\"name\";s:17:\"filefield 6.x-3.1\";s:7:\"version\";s:7:\"6.x-3.1\";s:3:\"tag\";s:13:\"DRUPAL-6--3-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/509792\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.1.tar.gz\";s:4:\"date\";s:10:\"1246665925\";s:6:\"mdhash\";s:32:\"ef284d4c00c11a3a150950431268b763\";s:8:\"filesize\";s:5:\"77310\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.0\";a:12:{s:4:\"name\";s:17:\"filefield 6.x-3.0\";s:7:\"version\";s:7:\"6.x-3.0\";s:3:\"tag\";s:13:\"DRUPAL-6--3-0\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/439772\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0.tar.gz\";s:4:\"date\";s:10:\"1240272650\";s:6:\"mdhash\";s:32:\"ad963dc2c37c651c1b2565009ebd6333\";s:8:\"filesize\";s:5:\"66677\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.0-rc1\";a:13:{s:4:\"name\";s:21:\"filefield 6.x-3.0-rc1\";s:7:\"version\";s:11:\"6.x-3.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--3-0-RC1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/420990\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1238617254\";s:6:\"mdhash\";s:32:\"591ac9f233ca87f88ee81cef5f076055\";s:8:\"filesize\";s:5:\"56677\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:13:\"6.x-3.0-beta3\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-3.0-beta3\";s:7:\"version\";s:13:\"6.x-3.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/408062\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1237533921\";s:6:\"mdhash\";s:32:\"654c7ad272808eaf641964b15ad0d85b\";s:8:\"filesize\";s:5:\"49519\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta2\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-3.0-beta2\";s:7:\"version\";s:13:\"6.x-3.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/406852\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1237435521\";s:6:\"mdhash\";s:32:\"09be0dbd401144a78ad77261c8ad155a\";s:8:\"filesize\";s:5:\"46433\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta1\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-3.0-beta1\";s:7:\"version\";s:13:\"6.x-3.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/402448\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1237111249\";s:6:\"mdhash\";s:32:\"d292c013882d570db8d76fa0dfaf1956\";s:8:\"filesize\";s:5:\"45950\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha7\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha7\";s:7:\"version\";s:14:\"6.x-3.0-alpha7\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA7\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/368981\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha7.tar.gz\";s:4:\"date\";s:10:\"1233743443\";s:6:\"mdhash\";s:32:\"e90f5370ae92654f54c55a464ba1902d\";s:8:\"filesize\";s:5:\"42425\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha6\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha6\";s:7:\"version\";s:14:\"6.x-3.0-alpha6\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA6\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/357999\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha6.tar.gz\";s:4:\"date\";s:10:\"1231820418\";s:6:\"mdhash\";s:32:\"7b0083a13ea5550fd4238e995d3cc383\";s:8:\"filesize\";s:5:\"42003\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha5\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha5\";s:7:\"version\";s:14:\"6.x-3.0-alpha5\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA5\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318257\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha5.tar.gz\";s:4:\"date\";s:10:\"1223412645\";s:6:\"mdhash\";s:32:\"b7426b0dcf5d5b81d267d63508da7853\";s:8:\"filesize\";s:5:\"31976\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha4\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha4\";s:7:\"version\";s:14:\"6.x-3.0-alpha4\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/300633\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1219850117\";s:6:\"mdhash\";s:32:\"efbc5f890b1517b346c9232f6ecae390\";s:8:\"filesize\";s:5:\"33924\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha3\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha3\";s:7:\"version\";s:14:\"6.x-3.0-alpha3\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295582\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1218762612\";s:6:\"mdhash\";s:32:\"12b651ba7344cf12df6d012bfad6bad9\";s:8:\"filesize\";s:5:\"33822\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292970\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1218219614\";s:6:\"mdhash\";s:32:\"103b43ece002904b595292d43d3824ca\";s:8:\"filesize\";s:5:\"33022\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/289874\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1217572520\";s:6:\"mdhash\";s:32:\"3baa71f7474c685981e4bb21dfea0f2f\";s:8:\"filesize\";s:5:\"33001\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:21:\"filefield 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96616\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1262995550\";s:6:\"mdhash\";s:32:\"f00311771f5b0b6431294176c4b4365a\";s:8:\"filesize\";s:5:\"91699\";}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/282502\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1216052708\";s:6:\"mdhash\";s:32:\"16d7dc669271b9ded8d709a03f46a12e\";s:8:\"filesize\";s:5:\"36534\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/276520\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1214786709\";s:6:\"mdhash\";s:32:\"337a36de008d2adba4e241700dfc7835\";s:8:\"filesize\";s:5:\"33771\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/276020\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1214646309\";s:6:\"mdhash\";s:32:\"f55c8088212c8ef790128d672ea63d3c\";s:8:\"filesize\";s:5:\"30229\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha3\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-1.0-alpha3\";s:7:\"version\";s:14:\"6.x-1.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-ALPHA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275237\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1214484311\";s:6:\"mdhash\";s:32:\"35edea2e3c2d7586c9efe7bde7d89875\";s:8:\"filesize\";s:5:\"28409\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha2\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-1.0-alpha2\";s:7:\"version\";s:14:\"6.x-1.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-ALPHA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/274537\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1214353208\";s:6:\"mdhash\";s:32:\"fad99b3ccc10d1c7185e05190c18b2e2\";s:8:\"filesize\";s:5:\"27684\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha1\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-1.0-alpha1\";s:7:\"version\";s:14:\"6.x-1.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-ALPHA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/274307\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1214320524\";s:6:\"mdhash\";s:32:\"71cd35da51661f17a066f68dc47ab471\";s:8:\"filesize\";s:5:\"26177\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}}}s:14:\"globalredirect\";a:10:{s:5:\"title\";s:15:\"Global Redirect\";s:10:\"short_name\";s:14:\"globalredirect\";s:10:\"dc:creator\";s:16:\"nicholasThompson\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:40:\"http://drupal.org/project/globalredirect\";s:8:\"releases\";a:4:{s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:22:\"globalredirect 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/350063\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1229943020\";s:6:\"mdhash\";s:32:\"cca649a0f5b07d83dc0c1ad3614b1598\";s:8:\"filesize\";s:5:\"10728\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:22:\"globalredirect 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/347569\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1229406320\";s:6:\"mdhash\";s:32:\"c1d33dfbc236e0e57650f14994b69ec2\";s:8:\"filesize\";s:5:\"10104\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:22:\"globalredirect 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/290943\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1217861419\";s:6:\"mdhash\";s:32:\"b15f97b0686d890d7776d12f5027a55a\";s:8:\"filesize\";s:4:\"8511\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:26:\"globalredirect 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/202035\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1267661239\";s:6:\"mdhash\";s:32:\"3394b410b18868e5082fe1b4f8104d69\";s:8:\"filesize\";s:5:\"15080\";}}}s:24:\"google_website_optimizer\";a:10:{s:5:\"title\";s:24:\"Google Website Optimizer\";s:10:\"short_name\";s:24:\"google_website_optimizer\";s:10:\"dc:creator\";s:9:\"Schoonzie\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:50:\"http://drupal.org/project/google_website_optimizer\";s:8:\"releases\";a:5:{s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/499710\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1245761746\";s:6:\"mdhash\";s:32:\"cc38d2e1b1887bb100632ff88ec2693a\";s:8:\"filesize\";s:5:\"12782\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/444984\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1240694731\";s:6:\"mdhash\";s:32:\"6d935a5e4a1de5af75a3cf5bdf8f67be\";s:8:\"filesize\";s:5:\"10242\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:11:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/341040\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1228109712\";s:6:\"mdhash\";s:32:\"c22825de9cb80004d181a8f9a0983a0a\";s:8:\"filesize\";s:4:\"9665\";}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/340116\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1227856815\";s:6:\"mdhash\";s:32:\"041ef250fe0c02c57e1eeacf702feac3\";s:8:\"filesize\";s:4:\"9624\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:36:\"google_website_optimizer 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/444992\";s:13:\"download_link\";s:80:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1245759938\";s:6:\"mdhash\";s:32:\"869f1dd285322b6407bbee4947e4f5e1\";s:8:\"filesize\";s:5:\"12789\";}}}s:16:\"google_analytics\";a:10:{s:5:\"title\";s:16:\"Google Analytics\";s:10:\"short_name\";s:16:\"google_analytics\";s:10:\"dc:creator\";s:5:\"budda\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:42:\"http://drupal.org/project/google_analytics\";s:8:\"releases\";a:10:{s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/420896\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1238610067\";s:6:\"mdhash\";s:32:\"d6dc156f22d68af81b97927b2e940eb0\";s:8:\"filesize\";s:5:\"41366\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/419896\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1238532028\";s:6:\"mdhash\";s:32:\"7dfe7e82f04be4946f0109e569be0aad\";s:8:\"filesize\";s:5:\"41372\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/339957\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1227819013\";s:6:\"mdhash\";s:32:\"e2c56e47ece0ee344baee0d3f512857d\";s:8:\"filesize\";s:5:\"36640\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:28:\"google_analytics 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/310381\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1257811921\";s:6:\"mdhash\";s:32:\"84f2effd3af2cf9c5a3c7d293861e369\";s:8:\"filesize\";s:5:\"45562\";}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/419890\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1238531732\";s:6:\"mdhash\";s:32:\"ca07cd5a26231df8aacc0c63aecf181c\";s:8:\"filesize\";s:5:\"50415\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/339956\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1227819013\";s:6:\"mdhash\";s:32:\"f3d8a32dc113c333da443c4c7ea3069b\";s:8:\"filesize\";s:5:\"45239\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/264919\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1212224110\";s:6:\"mdhash\";s:32:\"857b9b732be6bb900cd47e106b570912\";s:8:\"filesize\";s:5:\"34969\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/262361\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1211668511\";s:6:\"mdhash\";s:32:\"75e1cb17d2f72a8ecb094fc8b9f5d55f\";s:8:\"filesize\";s:5:\"34622\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:24:\"google_analytics 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222288\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1203108613\";s:6:\"mdhash\";s:32:\"3978f371c1f9dc6ced46e7f7d9e7a5b6\";s:8:\"filesize\";s:5:\"17546\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:28:\"google_analytics 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/177666\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1257811923\";s:6:\"mdhash\";s:32:\"cfc0ff8fb46000bbfd6efd056be27489\";s:8:\"filesize\";s:5:\"54879\";}}}s:12:\"htmlpurifier\";a:10:{s:5:\"title\";s:13:\"HTML Purifier\";s:10:\"short_name\";s:12:\"htmlpurifier\";s:10:\"dc:creator\";s:6:\"ezyang\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:38:\"http://drupal.org/project/htmlpurifier\";s:8:\"releases\";a:4:{s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:20:\"htmlpurifier 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/658372\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1260667838\";s:6:\"mdhash\";s:32:\"e285673bc1032560e82da8c1967c4f2d\";s:8:\"filesize\";s:5:\"13747\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:20:\"htmlpurifier 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/515186\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1247184331\";s:6:\"mdhash\";s:32:\"ffc725f039859a2b4187ccd6cea0d71e\";s:8:\"filesize\";s:5:\"13253\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:20:\"htmlpurifier 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/260008\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1211165409\";s:6:\"mdhash\";s:32:\"4f2e6a2bd771a706502e9681463ed2f4\";s:8:\"filesize\";s:5:\"13247\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:24:\"htmlpurifier 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/250909\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1260922049\";s:6:\"mdhash\";s:32:\"6796e8dea1cfe1c15602d13b08c589e6\";s:8:\"filesize\";s:5:\"15500\";}}}s:8:\"imageapi\";a:10:{s:5:\"title\";s:8:\"ImageAPI\";s:10:\"short_name\";s:8:\"imageapi\";s:10:\"dc:creator\";s:7:\"drewish\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:34:\"http://drupal.org/project/imageapi\";s:8:\"releases\";a:10:{s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/436964\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1239992203\";s:6:\"mdhash\";s:32:\"f37907f3b3189f8ed964ee2a16218f03\";s:8:\"filesize\";s:5:\"23769\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/405820\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1237371335\";s:6:\"mdhash\";s:32:\"0127a0556a4261f906538f4211b8650e\";s:8:\"filesize\";s:5:\"23813\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/398654\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1236792328\";s:6:\"mdhash\";s:32:\"cffb8c9b3de4bbae7860df1cbe1c55c7\";s:8:\"filesize\";s:5:\"23850\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370133\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1233920429\";s:6:\"mdhash\";s:32:\"8f1ee8d4cf7ae9e590406dd209b32117\";s:8:\"filesize\";s:5:\"22816\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354868\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1231215617\";s:6:\"mdhash\";s:32:\"41bf47a306b1cdf0a611800ba6f210cc\";s:8:\"filesize\";s:5:\"22754\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:10:{s:4:\"name\";s:16:\"imageapi 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1226821512\";s:6:\"mdhash\";s:32:\"d8f08b6ffc6c2f08701bb553c317ac93\";s:8:\"filesize\";s:5:\"22491\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:15:\"Security update\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:16:\"imageapi 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/313564\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1222378231\";s:6:\"mdhash\";s:32:\"d2e6ecdfcda91ce87037899af1a42a48\";s:8:\"filesize\";s:5:\"18843\";}s:14:\"6.x-1.0-alpha2\";a:13:{s:4:\"name\";s:23:\"imageapi 6.x-1.0-alpha2\";s:7:\"version\";s:14:\"6.x-1.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292966\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1218219019\";s:6:\"mdhash\";s:32:\"e5e1723c878b372e0f71a54deade2759\";s:8:\"filesize\";s:5:\"18832\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha1\";a:13:{s:4:\"name\";s:23:\"imageapi 6.x-1.0-alpha1\";s:7:\"version\";s:14:\"6.x-1.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275936\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1214610910\";s:6:\"mdhash\";s:32:\"35bc5ec06dbfa7cf88f55223b161e8d9\";s:8:\"filesize\";s:5:\"16813\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:20:\"imageapi 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/257609\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1259496510\";s:6:\"mdhash\";s:32:\"c147ace4ed8a5b38c53810399fb998d2\";s:8:\"filesize\";s:5:\"27496\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}}s:10:\"imagecache\";a:10:{s:5:\"title\";s:10:\"ImageCache\";s:10:\"short_name\";s:10:\"imagecache\";s:10:\"dc:creator\";s:7:\"drewish\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/imagecache\";s:8:\"releases\";a:13:{s:14:\"6.x-2.0-beta10\";a:13:{s:4:\"name\";s:25:\"imagecache 6.x-2.0-beta10\";s:7:\"version\";s:14:\"6.x-2.0-beta10\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-BETA10\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"beta10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/554090\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta10.tar.gz\";s:4:\"date\";s:10:\"1250716281\";s:6:\"mdhash\";s:32:\"70b0132f0f8506a42d7e4481802b87af\";s:8:\"filesize\";s:5:\"67482\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:13:\"6.x-2.0-beta9\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta9\";s:7:\"version\";s:13:\"6.x-2.0-beta9\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA9\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/436974\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta9.tar.gz\";s:4:\"date\";s:10:\"1239992507\";s:6:\"mdhash\";s:32:\"ba1ff29cde2680fc4530ec03bb314f40\";s:8:\"filesize\";s:5:\"63999\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta8\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta8\";s:7:\"version\";s:13:\"6.x-2.0-beta8\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA8\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/375944\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta8.tar.gz\";s:4:\"date\";s:10:\"1234908073\";s:6:\"mdhash\";s:32:\"da2a33a8b515aa24a8968e8c900ede29\";s:8:\"filesize\";s:5:\"57863\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta7\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta7\";s:7:\"version\";s:13:\"6.x-2.0-beta7\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA7\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/375935\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta7.tar.gz\";s:4:\"date\";s:10:\"1234907441\";s:6:\"mdhash\";s:32:\"2fc3ec524113c7f25f60343d80e9ef2c\";s:8:\"filesize\";s:5:\"57868\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta6\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta6\";s:7:\"version\";s:13:\"6.x-2.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370142\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1233921654\";s:6:\"mdhash\";s:32:\"37aeefc218c3c67f2669bb31ae70ec04\";s:8:\"filesize\";s:5:\"56280\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta5\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta5\";s:7:\"version\";s:13:\"6.x-2.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/355169\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1231271425\";s:6:\"mdhash\";s:32:\"fec1fb74904033c1bfe296edfaeaf475\";s:8:\"filesize\";s:5:\"56246\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta4\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta4\";s:7:\"version\";s:13:\"6.x-2.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354866\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1231215019\";s:6:\"mdhash\";s:32:\"91a36885a8e13a6c2a33aa5ed351cdda\";s:8:\"filesize\";s:5:\"56233\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/349938\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1229907316\";s:6:\"mdhash\";s:32:\"1c7df03f8e9d6035550d08e670482318\";s:8:\"filesize\";s:5:\"29771\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/327844\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1225317623\";s:6:\"mdhash\";s:32:\"38b7b964197263d2c23094ed0ce82e1d\";s:8:\"filesize\";s:5:\"24920\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318352\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1223430312\";s:6:\"mdhash\";s:32:\"dd23eb6c526a9c700218e9ee9f27837e\";s:8:\"filesize\";s:5:\"24918\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:22:\"imagecache 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96391\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1255047543\";s:6:\"mdhash\";s:32:\"4c6a69de484757df8d6eab59f584a105\";s:8:\"filesize\";s:5:\"75633\";}s:14:\"6.x-1.0-alpha2\";a:13:{s:4:\"name\";s:25:\"imagecache 6.x-1.0-alpha2\";s:7:\"version\";s:14:\"6.x-1.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292975\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagecache-6.x-1.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1218219914\";s:6:\"mdhash\";s:32:\"dd6f9663370215c513f5f0f12dc9e0aa\";s:8:\"filesize\";s:5:\"24806\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha1\";a:13:{s:4:\"name\";s:25:\"imagecache 6.x-1.0-alpha1\";s:7:\"version\";s:14:\"6.x-1.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275934\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagecache-6.x-1.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1214610910\";s:6:\"mdhash\";s:32:\"17e0a01b206046a1c84d3341797bcd40\";s:8:\"filesize\";s:5:\"23765\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}}s:10:\"imagefield\";a:10:{s:5:\"title\";s:10:\"ImageField\";s:10:\"short_name\";s:10:\"imagefield\";s:10:\"dc:creator\";s:11:\"quicksketch\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"3\";s:16:\"supported_majors\";s:1:\"3\";s:13:\"default_major\";s:1:\"3\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/imagefield\";s:8:\"releases\";a:12:{s:7:\"6.x-3.2\";a:12:{s:4:\"name\";s:18:\"imagefield 6.x-3.2\";s:7:\"version\";s:7:\"6.x-3.2\";s:3:\"tag\";s:13:\"DRUPAL-6--3-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/609878\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.2.tar.gz\";s:4:\"date\";s:10:\"1256070937\";s:6:\"mdhash\";s:32:\"6e5700f65209708913c389c075b0ebe7\";s:8:\"filesize\";s:5:\"30534\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.1\";a:12:{s:4:\"name\";s:18:\"imagefield 6.x-3.1\";s:7:\"version\";s:7:\"6.x-3.1\";s:3:\"tag\";s:13:\"DRUPAL-6--3-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/509788\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.1.tar.gz\";s:4:\"date\";s:10:\"1246665655\";s:6:\"mdhash\";s:32:\"8aee5d27405bb818da9e53dff52fea03\";s:8:\"filesize\";s:5:\"27258\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.0\";a:12:{s:4:\"name\";s:18:\"imagefield 6.x-3.0\";s:7:\"version\";s:7:\"6.x-3.0\";s:3:\"tag\";s:13:\"DRUPAL-6--3-0\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/439776\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0.tar.gz\";s:4:\"date\";s:10:\"1240272934\";s:6:\"mdhash\";s:32:\"518413c94a2b60ebbee2527a175ce828\";s:8:\"filesize\";s:5:\"25309\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.0-rc1\";a:13:{s:4:\"name\";s:22:\"imagefield 6.x-3.0-rc1\";s:7:\"version\";s:11:\"6.x-3.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--3-0-RC1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/421006\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1238618152\";s:6:\"mdhash\";s:32:\"408e3510544987622a38dcb5a9222a24\";s:8:\"filesize\";s:5:\"25076\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta3\";a:13:{s:4:\"name\";s:24:\"imagefield 6.x-3.0-beta3\";s:7:\"version\";s:13:\"6.x-3.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/408064\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1237534251\";s:6:\"mdhash\";s:32:\"dce14931da48a5db72e71e2a7239526a\";s:8:\"filesize\";s:5:\"21839\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta2\";a:13:{s:4:\"name\";s:24:\"imagefield 6.x-3.0-beta2\";s:7:\"version\";s:13:\"6.x-3.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/406846\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1237435254\";s:6:\"mdhash\";s:32:\"2ff6ec9186edba9705a06fb2e6c4d868\";s:8:\"filesize\";s:5:\"21932\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta1\";a:13:{s:4:\"name\";s:24:\"imagefield 6.x-3.0-beta1\";s:7:\"version\";s:13:\"6.x-3.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/402452\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1237112123\";s:6:\"mdhash\";s:32:\"0ca7d8c0e59154d6c02a9b6e3451a4b3\";s:8:\"filesize\";s:5:\"21651\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha4\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha4\";s:7:\"version\";s:14:\"6.x-3.0-alpha4\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/357439\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1231716017\";s:6:\"mdhash\";s:32:\"9d4e3efe3a2f1380880cb3581e39867d\";s:8:\"filesize\";s:5:\"19371\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha3\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha3\";s:7:\"version\";s:14:\"6.x-3.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/352408\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1230629116\";s:6:\"mdhash\";s:32:\"c686ef38ac5754b448e0083e869b5df2\";s:8:\"filesize\";s:5:\"19165\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/300636\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1219850122\";s:6:\"mdhash\";s:32:\"01a404bac9ad55f5cfff5312ac480a77\";s:8:\"filesize\";s:5:\"17205\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292981\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1218220514\";s:6:\"mdhash\";s:32:\"0ec96da0b37dc803e2bc9c49541b5617\";s:8:\"filesize\";s:5:\"17286\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:22:\"imagefield 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96519\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270037404\";s:6:\"mdhash\";s:32:\"7ceb73521e2686dce47cd8a869e581f6\";s:8:\"filesize\";s:5:\"34860\";}}}s:4:\"imce\";a:10:{s:5:\"title\";s:4:\"IMCE\";s:10:\"short_name\";s:4:\"imce\";s:10:\"dc:creator\";s:4:\"ufku\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:30:\"http://drupal.org/project/imce\";s:8:\"releases\";a:7:{s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:18:\"imce 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/745524\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imce-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1268868008\";s:6:\"mdhash\";s:32:\"57650c4154c7a787cd1014a0c3ef6acc\";s:8:\"filesize\";s:5:\"55910\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:16:\"imce 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/745638\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imce-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270339670\";s:6:\"mdhash\";s:32:\"a787f6fa0ae8134c7b98240040c461ab\";s:8:\"filesize\";s:5:\"56401\";}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:12:\"imce 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/587952\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1253890535\";s:6:\"mdhash\";s:32:\"f09555cd6454d1623c29258ab27525f9\";s:8:\"filesize\";s:5:\"98382\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:12:\"imce 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/379266\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1235227525\";s:6:\"mdhash\";s:32:\"0045f383acf0d49538ea74fe9c832d2c\";s:8:\"filesize\";s:5:\"69523\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:12:\"imce 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/286385\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1216839313\";s:6:\"mdhash\";s:32:\"f630895cbbeddeb8ddbdf034e378897c\";s:8:\"filesize\";s:5:\"61264\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:12:\"imce 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/254557\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1209915610\";s:6:\"mdhash\";s:32:\"e7d80f9f2d55225ecdcca2ab590d1601\";s:8:\"filesize\";s:5:\"52832\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:16:\"imce 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/238016\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imce-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268050096\";s:6:\"mdhash\";s:32:\"f9cb85fb6c25aefb5656df994904fe24\";s:8:\"filesize\";s:6:\"109839\";}}}s:12:\"imce_wysiwyg\";a:10:{s:5:\"title\";s:19:\"IMCE Wysiwyg bridge\";s:10:\"short_name\";s:12:\"imce_wysiwyg\";s:10:\"dc:creator\";s:3:\"sun\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:38:\"http://drupal.org/project/imce_wysiwyg\";s:8:\"releases\";a:3:{s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:20:\"imce_wysiwyg 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/741170\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/imce_wysiwyg-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1268433606\";s:6:\"mdhash\";s:32:\"3fd03f7e05e058d0fbd22e3e6d5573d7\";s:8:\"filesize\";s:4:\"8756\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:20:\"imce_wysiwyg 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/390960\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/imce_wysiwyg-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1236182123\";s:6:\"mdhash\";s:32:\"1b1c172985c6de7dd1dd013b46d62fc4\";s:8:\"filesize\";s:4:\"7690\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:24:\"imce_wysiwyg 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/383902\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imce_wysiwyg-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268438873\";s:6:\"mdhash\";s:32:\"cdf7200f36ba2e7c838d6822fd9be820\";s:8:\"filesize\";s:4:\"8760\";}}}s:6:\"mollom\";a:10:{s:5:\"title\";s:6:\"Mollom\";s:10:\"short_name\";s:6:\"mollom\";s:10:\"dc:creator\";s:5:\"Dries\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:32:\"http://drupal.org/project/mollom\";s:8:\"releases\";a:14:{s:8:\"6.x-1.12\";a:12:{s:4:\"name\";s:15:\"mollom 6.x-1.12\";s:7:\"version\";s:8:\"6.x-1.12\";s:3:\"tag\";s:14:\"DRUPAL-6--1-12\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/719046\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.12.tar.gz\";s:4:\"date\";s:10:\"1266654609\";s:6:\"mdhash\";s:32:\"b61c51828cbf5549feaf11415486f974\";s:8:\"filesize\";s:6:\"101485\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.11\";a:12:{s:4:\"name\";s:15:\"mollom 6.x-1.11\";s:7:\"version\";s:8:\"6.x-1.11\";s:3:\"tag\";s:14:\"DRUPAL-6--1-11\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/715640\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.11.tar.gz\";s:4:\"date\";s:10:\"1266310212\";s:6:\"mdhash\";s:32:\"cee6b3a3c7b7b5aba328d81614622733\";s:8:\"filesize\";s:5:\"57047\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.10\";a:12:{s:4:\"name\";s:15:\"mollom 6.x-1.10\";s:7:\"version\";s:8:\"6.x-1.10\";s:3:\"tag\";s:14:\"DRUPAL-6--1-10\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/551398\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.10.tar.gz\";s:4:\"date\";s:10:\"1250518002\";s:6:\"mdhash\";s:32:\"bc0386fe8651ee80ea1682f67927a3d0\";s:8:\"filesize\";s:5:\"57084\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.9\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.9\";s:7:\"version\";s:7:\"6.x-1.9\";s:3:\"tag\";s:13:\"DRUPAL-6--1-9\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/499448\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.9.tar.gz\";s:4:\"date\";s:10:\"1245744678\";s:6:\"mdhash\";s:32:\"4de4c3716ecf0f83b1e3240163516711\";s:8:\"filesize\";s:5:\"67682\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.8\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.8\";s:7:\"version\";s:7:\"6.x-1.8\";s:3:\"tag\";s:13:\"DRUPAL-6--1-8\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/483872\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.8.tar.gz\";s:4:\"date\";s:10:\"1244310045\";s:6:\"mdhash\";s:32:\"a2e2c2646be11d146c573579124c755e\";s:8:\"filesize\";s:5:\"63382\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.7\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.7\";s:7:\"version\";s:7:\"6.x-1.7\";s:3:\"tag\";s:13:\"DRUPAL-6--1-7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/357580\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.7.tar.gz\";s:4:\"date\";s:10:\"1231754438\";s:6:\"mdhash\";s:32:\"4afd83225f274b7045478a4a844da630\";s:8:\"filesize\";s:5:\"58506\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/329669\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1225746622\";s:6:\"mdhash\";s:32:\"5530b3fd8f6504458a07f5c3f50ef1bd\";s:8:\"filesize\";s:5:\"47717\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/310844\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1221849919\";s:6:\"mdhash\";s:32:\"7c4c1498775842894c01d152e3314b3b\";s:8:\"filesize\";s:5:\"37299\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/310123\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1221726019\";s:6:\"mdhash\";s:32:\"cc8dd33fb3e4a2be6dad63b14f37358f\";s:8:\"filesize\";s:5:\"42951\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:11:{s:4:\"name\";s:14:\"mollom 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/281320\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1215772510\";s:6:\"mdhash\";s:32:\"136d1651ab23259643e30f12c56ed9a3\";s:8:\"filesize\";s:5:\"33768\";}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/256923\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1210427711\";s:6:\"mdhash\";s:32:\"bd1b8e3093e9fce9d1d3577c943b7425\";s:8:\"filesize\";s:5:\"30192\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/253437\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1209633913\";s:6:\"mdhash\";s:32:\"83d86f500d5b8968f10268505f55fa9a\";s:8:\"filesize\";s:5:\"30227\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:14:\"mollom 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/243324\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1207505419\";s:6:\"mdhash\";s:32:\"7b952a4153c63924537294f95cf5de70\";s:8:\"filesize\";s:5:\"17988\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:18:\"mollom 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/240825\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270080625\";s:6:\"mdhash\";s:32:\"b7bbd5f2a797c5df6a3ad8751a22dfc0\";s:8:\"filesize\";s:6:\"106120\";}}}s:10:\"page_title\";a:10:{s:5:\"title\";s:10:\"Page Title\";s:10:\"short_name\";s:10:\"page_title\";s:10:\"dc:creator\";s:16:\"nicholasThompson\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/page_title\";s:8:\"releases\";a:6:{s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/640996\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1259017563\";s:6:\"mdhash\";s:32:\"6def2a6a0c41dafcaacbc601fd5f0ea4\";s:8:\"filesize\";s:5:\"22968\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/494268\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1245253961\";s:6:\"mdhash\";s:32:\"2fdaaccb84ee7b31f74c122a9505c6c2\";s:8:\"filesize\";s:5:\"17887\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/488580\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1244719902\";s:6:\"mdhash\";s:32:\"a317b7ef019f5fb1a7a274d9e53c21ba\";s:8:\"filesize\";s:5:\"17212\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/347896\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1229463942\";s:6:\"mdhash\";s:32:\"ad928009c94a5c6e52b076c38f27e13f\";s:8:\"filesize\";s:5:\"14079\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:22:\"page_title 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/253981\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1265760755\";s:6:\"mdhash\";s:32:\"8c6bd8b2b0d1b232901f636a5019f1ab\";s:8:\"filesize\";s:5:\"26803\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:22:\"page_title 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/253965\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/page_title-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1209773371\";s:6:\"mdhash\";s:32:\"d2b03b5b5812cd5fe4b8d2172ab6fcdf\";s:8:\"filesize\";s:5:\"13417\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}}s:13:\"path_redirect\";a:10:{s:5:\"title\";s:13:\"Path redirect\";s:10:\"short_name\";s:13:\"path_redirect\";s:10:\"dc:creator\";s:9:\"Dave Reid\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/path_redirect\";s:8:\"releases\";a:7:{s:13:\"6.x-1.0-beta6\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta6\";s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/648776\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1259754356\";s:6:\"mdhash\";s:32:\"a20dc7dfff62af01eea0456cb5e4fd70\";s:8:\"filesize\";s:5:\"23270\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta5\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta5\";s:7:\"version\";s:13:\"6.x-1.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/644446\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1259302241\";s:6:\"mdhash\";s:32:\"94f88a568bb995695722e7545bd3f810\";s:8:\"filesize\";s:5:\"30639\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta4\";a:12:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta4\";s:7:\"version\";s:13:\"6.x-1.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/504200\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1246142744\";s:6:\"mdhash\";s:32:\"d5f2683b2f0f65a84689913c5426a940\";s:8:\"filesize\";s:5:\"29665\";}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/386380\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1235783128\";s:6:\"mdhash\";s:32:\"95af5b995034fa4de176add1e544a531\";s:8:\"filesize\";s:5:\"25777\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/386362\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1235781633\";s:6:\"mdhash\";s:32:\"065c9073e5b344871bf00ad57278b2bd\";s:8:\"filesize\";s:5:\"23887\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/365131\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1233085230\";s:6:\"mdhash\";s:32:\"4fe2c3973eb4e986b4a68319ddab3b5d\";s:8:\"filesize\";s:5:\"17569\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"path_redirect 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/195055\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268957582\";s:6:\"mdhash\";s:32:\"4df9103ef4212db834ab9aa168a62fad\";s:8:\"filesize\";s:5:\"21680\";}}}s:8:\"pathauto\";a:10:{s:5:\"title\";s:8:\"Pathauto\";s:10:\"short_name\";s:8:\"pathauto\";s:10:\"dc:creator\";s:8:\"greggles\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:34:\"http://drupal.org/project/pathauto\";s:8:\"releases\";a:6:{s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:20:\"pathauto 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/710692\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/pathauto-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269951270\";s:6:\"mdhash\";s:32:\"a642390f7495e0c4a79c89e13dae4696\";s:8:\"filesize\";s:6:\"125334\";}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/727806\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1267299906\";s:6:\"mdhash\";s:32:\"9d612b248ba1de5887ee52b69cbd1ad3\";s:8:\"filesize\";s:6:\"138251\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/610622\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1256137878\";s:6:\"mdhash\";s:32:\"e27d8578aa485a68e9cc48d150d24dcc\";s:8:\"filesize\";s:6:\"127507\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275258\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1214487317\";s:6:\"mdhash\";s:32:\"1c6e0ef50e5cd3685bff7652c5cd4886\";s:8:\"filesize\";s:6:\"103474\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/252930\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1209519916\";s:6:\"mdhash\";s:32:\"c9355aae82a7547c1f601c93d4598732\";s:8:\"filesize\";s:5:\"63114\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:20:\"pathauto 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/95354\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269908004\";s:6:\"mdhash\";s:32:\"44af0838a8d853af2d13491405aac791\";s:8:\"filesize\";s:6:\"138227\";}}}s:9:\"search404\";a:10:{s:5:\"title\";s:10:\"Search 404\";s:10:\"short_name\";s:9:\"search404\";s:10:\"dc:creator\";s:7:\"zyxware\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:35:\"http://drupal.org/project/search404\";s:8:\"releases\";a:10:{s:7:\"6.x-1.9\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.9\";s:7:\"version\";s:7:\"6.x-1.9\";s:3:\"tag\";s:13:\"DRUPAL-6--1-9\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/752504\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.9.tar.gz\";s:4:\"date\";s:10:\"1269503417\";s:6:\"mdhash\";s:32:\"65a1bcf02c1c1d270cc52b3d221cd50f\";s:8:\"filesize\";s:5:\"19596\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.8\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.8\";s:7:\"version\";s:7:\"6.x-1.8\";s:3:\"tag\";s:13:\"DRUPAL-6--1-8\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/669050\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.8.tar.gz\";s:4:\"date\";s:10:\"1261997461\";s:6:\"mdhash\";s:32:\"873123ffb0a50de59baf80692819a1d8\";s:8:\"filesize\";s:5:\"17065\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.7\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.7\";s:7:\"version\";s:7:\"6.x-1.7\";s:3:\"tag\";s:13:\"DRUPAL-6--1-7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/505026\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.7.tar.gz\";s:4:\"date\";s:10:\"1246263081\";s:6:\"mdhash\";s:32:\"69afaddb2f1545edd202d0f4d3a89a17\";s:8:\"filesize\";s:5:\"15612\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/502890\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1246012027\";s:6:\"mdhash\";s:32:\"967c2c7ed806b8680474151af8f71904\";s:8:\"filesize\";s:5:\"14491\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/349992\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1229923537\";s:6:\"mdhash\";s:32:\"4ab93207c827fb23051665191ed5b222\";s:8:\"filesize\";s:5:\"10999\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/349014\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1229677530\";s:6:\"mdhash\";s:32:\"c3ca1c188fdee9073aa8d392f48e9422\";s:8:\"filesize\";s:5:\"11002\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/348979\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1229667333\";s:6:\"mdhash\";s:32:\"886ecbb00d5e5505b8b8c0cded75593b\";s:8:\"filesize\";s:5:\"11005\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/288069\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1217242227\";s:6:\"mdhash\";s:32:\"1efa603d0221cd9d7e4d173ec30df488\";s:8:\"filesize\";s:4:\"9212\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:17:\"search404 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/230657\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1204797914\";s:6:\"mdhash\";s:32:\"fb1524d38214886ff3e5315b853e73f0\";s:8:\"filesize\";s:4:\"9140\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:21:\"search404 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/229782\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/search404-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269346724\";s:6:\"mdhash\";s:32:\"ce563ccd956f340d44445ba917c0e096\";s:8:\"filesize\";s:5:\"19600\";}}}s:13:\"seo_checklist\";a:10:{s:5:\"title\";s:13:\"SEO Checklist\";s:10:\"short_name\";s:13:\"seo_checklist\";s:10:\"dc:creator\";s:7:\"Volacci\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/seo_checklist\";s:8:\"releases\";a:6:{s:13:\"6.x-2.1-beta1\";a:13:{s:4:\"name\";s:27:\"seo_checklist 6.x-2.1-beta1\";s:7:\"version\";s:13:\"6.x-2.1-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-1-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/638836\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-2.1-beta1.tar.gz\";s:4:\"date\";s:10:\"1258764652\";s:6:\"mdhash\";s:32:\"817dbdc559005b29ada0618f7affb713\";s:8:\"filesize\";s:5:\"13622\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:11:{s:4:\"name\";s:21:\"seo_checklist 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/543282\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1249685460\";s:6:\"mdhash\";s:32:\"bcdc6552409a26705c2fb16547ac4ecf\";s:8:\"filesize\";s:5:\"11954\";}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:25:\"seo_checklist 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/192953\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1260360904\";s:6:\"mdhash\";s:32:\"6d1eeae5542090c488e0df96133d49d4\";s:8:\"filesize\";s:5:\"13596\";}s:13:\"6.x-1.0-beta3\";a:12:{s:4:\"name\";s:27:\"seo_checklist 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/376928\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1235159158\";s:6:\"mdhash\";s:32:\"37b2500d7990e15c613403a4a04dfbe5\";s:8:\"filesize\";s:5:\"12975\";}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"seo_checklist 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/364639\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1233006063\";s:6:\"mdhash\";s:32:\"61771891c3cb5a7e1a77bb0044346450\";s:8:\"filesize\";s:5:\"12909\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"seo_checklist 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/363927\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1232895040\";s:6:\"mdhash\";s:32:\"162b0fd6066b9be2a0242ad8f4205551\";s:8:\"filesize\";s:5:\"12141\";}}}s:13:\"taxonomy_menu\";a:10:{s:5:\"title\";s:13:\"Taxonomy Menu\";s:10:\"short_name\";s:13:\"taxonomy_menu\";s:10:\"dc:creator\";s:12:\"indytechcook\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"2,3\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/taxonomy_menu\";s:8:\"releases\";a:25:{s:17:\"6.x-3.0-unstable5\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable5\";s:7:\"version\";s:17:\"6.x-3.0-unstable5\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE5\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671602\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable5.tar.gz\";s:4:\"date\";s:10:\"1262274062\";s:6:\"mdhash\";s:32:\"abc6522260614222a9dd1cde546ce7fa\";s:8:\"filesize\";s:5:\"17778\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:17:\"6.x-3.0-unstable4\";a:12:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable4\";s:7:\"version\";s:17:\"6.x-3.0-unstable4\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671290\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable4.tar.gz\";s:4:\"date\";s:10:\"1262227860\";s:6:\"mdhash\";s:32:\"6446ef3b37a73d703582ac491060f094\";s:8:\"filesize\";s:5:\"17781\";}s:17:\"6.x-3.0-unstable3\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable3\";s:7:\"version\";s:17:\"6.x-3.0-unstable3\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671266\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable3.tar.gz\";s:4:\"date\";s:10:\"1262225460\";s:6:\"mdhash\";s:32:\"d0d5d94cc29663986fb8cfd2b2457a13\";s:8:\"filesize\";s:5:\"17332\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:17:\"6.x-3.0-unstable2\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable2\";s:7:\"version\";s:17:\"6.x-3.0-unstable2\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671132\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable2.tar.gz\";s:4:\"date\";s:10:\"1262210777\";s:6:\"mdhash\";s:32:\"b29594a5e1a1778c7c133de93948be23\";s:8:\"filesize\";s:5:\"11257\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:17:\"6.x-3.0-unstable1\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable1\";s:7:\"version\";s:17:\"6.x-3.0-unstable1\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671024\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable1.tar.gz\";s:4:\"date\";s:10:\"1262201773\";s:6:\"mdhash\";s:32:\"752a9740ed9d5014a3c35b24065215b6\";s:8:\"filesize\";s:5:\"11193\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671264\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1262304925\";s:6:\"mdhash\";s:32:\"daaea91e0a6705b8cfb93d39f2a3f5fd\";s:8:\"filesize\";s:5:\"17770\";}s:7:\"6.x-2.5\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.5\";s:7:\"version\";s:7:\"6.x-2.5\";s:3:\"tag\";s:13:\"DRUPAL-6--2-5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/692162\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.5.tar.gz\";s:4:\"date\";s:10:\"1264125906\";s:6:\"mdhash\";s:32:\"a3c6d07525d1666806a47a0f610667a4\";s:8:\"filesize\";s:5:\"27213\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.4-rc2\";a:13:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-2.4-rc2\";s:7:\"version\";s:11:\"6.x-2.4-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-4-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/670742\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-rc2.tar.gz\";s:4:\"date\";s:10:\"1262181369\";s:6:\"mdhash\";s:32:\"cb69e667fb5532349dd82004b25321a5\";s:8:\"filesize\";s:5:\"27209\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.4-rc1\";a:13:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-2.4-rc1\";s:7:\"version\";s:11:\"6.x-2.4-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-4-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/651232\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-rc1.tar.gz\";s:4:\"date\";s:10:\"1259934392\";s:6:\"mdhash\";s:32:\"38f928e1417fc41976b669a32c00443d\";s:8:\"filesize\";s:5:\"27204\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta4\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta4\";s:7:\"version\";s:13:\"6.x-2.4-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650530\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta4.tar.gz\";s:4:\"date\";s:10:\"1259870536\";s:6:\"mdhash\";s:32:\"edf626c1bd185f650cae528ec2dfc90d\";s:8:\"filesize\";s:5:\"26549\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta3\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta3\";s:7:\"version\";s:13:\"6.x-2.4-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/619866\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta3.tar.gz\";s:4:\"date\";s:10:\"1257020475\";s:6:\"mdhash\";s:32:\"1d0657b8329885286f06676810f68381\";s:8:\"filesize\";s:5:\"24479\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta2\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta2\";s:7:\"version\";s:13:\"6.x-2.4-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/619828\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta2.tar.gz\";s:4:\"date\";s:10:\"1257014785\";s:6:\"mdhash\";s:32:\"12a46fe12f122784387e8cfecb6f32ca\";s:8:\"filesize\";s:5:\"24557\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta1\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta1\";s:7:\"version\";s:13:\"6.x-2.4-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/563460\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta1.tar.gz\";s:4:\"date\";s:10:\"1251597953\";s:6:\"mdhash\";s:32:\"8839af1305e3350d1ced2d3ae1f53a5b\";s:8:\"filesize\";s:5:\"23110\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/414130\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1238036514\";s:6:\"mdhash\";s:32:\"8da347d60f77057f4802b752d54f2bfc\";s:8:\"filesize\";s:5:\"18942\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:11:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/412894\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1237947055\";s:6:\"mdhash\";s:32:\"a7ef17577036991f5194b9ece4570dd0\";s:8:\"filesize\";s:5:\"15370\";}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/410170\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1237735559\";s:6:\"mdhash\";s:32:\"bdb84f0171f4a9614af6eb487897a21e\";s:8:\"filesize\";s:5:\"18991\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/401804\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1237035350\";s:6:\"mdhash\";s:32:\"01e5546325135ae86f36ce3b8bcb05f1\";s:8:\"filesize\";s:5:\"17927\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:12:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/398810\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1236799892\";s:6:\"mdhash\";s:32:\"22be736bc1bc9b7eb1f01731286b0852\";s:8:\"filesize\";s:5:\"17930\";}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/398304\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1236771361\";s:6:\"mdhash\";s:32:\"3842be293a3e5a2fde3b7a6e8a751bed\";s:8:\"filesize\";s:5:\"17928\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/389158\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1236042664\";s:6:\"mdhash\";s:32:\"358aeecf374c3d785ee109423d6af9d9\";s:8:\"filesize\";s:5:\"15170\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/374526\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1264162609\";s:6:\"mdhash\";s:32:\"921b40f368767c07aee0ceb61d5fd4b4\";s:8:\"filesize\";s:5:\"27219\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.02\";a:12:{s:4:\"name\";s:22:\"taxonomy_menu 6.x-1.02\";s:7:\"version\";s:8:\"6.x-1.02\";s:3:\"tag\";s:14:\"DRUPAL-6--1-02\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/369639\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.02.tar.gz\";s:4:\"date\";s:10:\"1233856276\";s:6:\"mdhash\";s:32:\"8e4bc1575a6243c8cbd20db2aa7c2322\";s:8:\"filesize\";s:5:\"11895\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.01\";a:12:{s:4:\"name\";s:22:\"taxonomy_menu 6.x-1.01\";s:7:\"version\";s:8:\"6.x-1.01\";s:3:\"tag\";s:14:\"DRUPAL-6--1-01\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307681\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.01.tar.gz\";s:4:\"date\";s:10:\"1221247526\";s:6:\"mdhash\";s:32:\"26187febe377e04cdcc409d9ed5d9224\";s:8:\"filesize\";s:5:\"11960\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/216362\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1201797307\";s:6:\"mdhash\";s:32:\"6eaa65357538250840becf3b38dc62af\";s:8:\"filesize\";s:5:\"10082\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/216367\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1233663564\";s:6:\"mdhash\";s:32:\"70071688288c9a8ad3da4f8ab439f52d\";s:8:\"filesize\";s:5:\"11899\";}}}s:5:\"token\";a:10:{s:5:\"title\";s:5:\"Token\";s:10:\"short_name\";s:5:\"token\";s:10:\"dc:creator\";s:5:\"eaton\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:31:\"http://drupal.org/project/token\";s:8:\"releases\";a:4:{s:8:\"6.x-1.12\";a:12:{s:4:\"name\";s:14:\"token 6.x-1.12\";s:7:\"version\";s:8:\"6.x-1.12\";s:3:\"tag\";s:14:\"DRUPAL-6--1-12\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/479142\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/token-6.x-1.12.tar.gz\";s:4:\"date\";s:10:\"1243895498\";s:6:\"mdhash\";s:32:\"413e7d796066118f9ba78aaaa2974d80\";s:8:\"filesize\";s:5:\"47427\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.11\";a:12:{s:4:\"name\";s:14:\"token 6.x-1.11\";s:7:\"version\";s:8:\"6.x-1.11\";s:3:\"tag\";s:14:\"DRUPAL-6--1-11\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/290380\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/token-6.x-1.11.tar.gz\";s:4:\"date\";s:10:\"1217698238\";s:6:\"mdhash\";s:32:\"9abb50dec933520496b549d6ef95c1d9\";s:8:\"filesize\";s:5:\"33151\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.10\";a:11:{s:4:\"name\";s:14:\"token 6.x-1.10\";s:7:\"version\";s:8:\"6.x-1.10\";s:3:\"tag\";s:14:\"DRUPAL-6--1-10\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/225619\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/token-6.x-1.10.tar.gz\";s:4:\"date\";s:10:\"1203741911\";s:6:\"mdhash\";s:32:\"262848c39c75a7f832856ba6bc4713ea\";s:8:\"filesize\";s:5:\"17219\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:17:\"token 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/208375\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/token-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269951618\";s:6:\"mdhash\";s:32:\"2d27712ad60a179f74e9169329d84ac3\";s:8:\"filesize\";s:5:\"65211\";}}}s:13:\"vertical_tabs\";a:10:{s:5:\"title\";s:13:\"Vertical Tabs\";s:10:\"short_name\";s:13:\"vertical_tabs\";s:10:\"dc:creator\";s:9:\"dmitrig01\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/vertical_tabs\";s:8:\"releases\";a:9:{s:11:\"6.x-1.0-rc1\";a:13:{s:4:\"name\";s:25:\"vertical_tabs 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/703822\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1265224224\";s:6:\"mdhash\";s:32:\"8eedce167488a875bcac8cdc0d2f8600\";s:8:\"filesize\";s:5:\"17012\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta7\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta7\";s:7:\"version\";s:13:\"6.x-1.0-beta7\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/655024\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta7.tar.gz\";s:4:\"date\";s:10:\"1260340567\";s:6:\"mdhash\";s:32:\"397fdd49e794e14b57631a02bb03d23f\";s:8:\"filesize\";s:5:\"16297\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta6\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta6\";s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650976\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1259905569\";s:6:\"mdhash\";s:32:\"c09e1a1502ad3bac89ae29f0542fd2cf\";s:8:\"filesize\";s:5:\"16414\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta5\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta5\";s:7:\"version\";s:13:\"6.x-1.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/625806\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1257552391\";s:6:\"mdhash\";s:32:\"9d76260fd2303b4c8309c38d684da457\";s:8:\"filesize\";s:5:\"15479\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta4\";a:12:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta4\";s:7:\"version\";s:13:\"6.x-1.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/556964\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1251002152\";s:6:\"mdhash\";s:32:\"5cfab44d44258305b388fd61c2e72057\";s:8:\"filesize\";s:5:\"15200\";}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/468874\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1242888070\";s:6:\"mdhash\";s:32:\"2f1ef8c5e5f83ec6704dfb316750aa9c\";s:8:\"filesize\";s:5:\"13311\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/422512\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1238743568\";s:6:\"mdhash\";s:32:\"dc43b291d5aa8122b533e9f2a5e2793e\";s:8:\"filesize\";s:5:\"13355\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354864\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1231215039\";s:6:\"mdhash\";s:32:\"c5c1c7c12fd828ad4a7d76367ed8b671\";s:8:\"filesize\";s:5:\"12266\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"vertical_tabs 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/296094\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269173924\";s:6:\"mdhash\";s:32:\"6fb5c8f863ac6fa82eb9f6961a4f73e9\";s:8:\"filesize\";s:5:\"17032\";}}}s:5:\"views\";a:10:{s:5:\"title\";s:5:\"Views\";s:10:\"short_name\";s:5:\"views\";s:10:\"dc:creator\";s:13:\"merlinofchaos\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"2,3\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:31:\"http://drupal.org/project/views\";s:8:\"releases\";a:27:{s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:20:\"views 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/695302\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1264463413\";s:6:\"mdhash\";s:32:\"6549c80d447a4fa7f8071dfe69fed6fd\";s:8:\"filesize\";s:7:\"1584488\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:20:\"views 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/629202\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1257895600\";s:6:\"mdhash\";s:32:\"0cb60791933141335a7f5032de687004\";s:8:\"filesize\";s:7:\"1552538\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-3.x-dev\";a:12:{s:4:\"name\";s:17:\"views 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/467670\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269562822\";s:6:\"mdhash\";s:32:\"d4a6afd76639cabe4d68d9153653a3e1\";s:8:\"filesize\";s:7:\"1639069\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-2.8\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.8\";s:7:\"version\";s:7:\"6.x-2.8\";s:3:\"tag\";s:13:\"DRUPAL-6--2-8\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/649642\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.8.tar.gz\";s:4:\"date\";s:10:\"1259799378\";s:6:\"mdhash\";s:32:\"70c2e02d6f7288e3979108ab96966ef6\";s:8:\"filesize\";s:7:\"1553915\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.7\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.7\";s:7:\"version\";s:7:\"6.x-2.7\";s:3:\"tag\";s:13:\"DRUPAL-6--2-7\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/621428\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.7.tar.gz\";s:4:\"date\";s:10:\"1257197511\";s:6:\"mdhash\";s:32:\"993a4ce82f5eb6f3f2166de7aa5edbce\";s:8:\"filesize\";s:7:\"1551476\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.6\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.6\";s:7:\"version\";s:7:\"6.x-2.6\";s:3:\"tag\";s:13:\"DRUPAL-6--2-6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/488082\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.6.tar.gz\";s:4:\"date\";s:10:\"1244671916\";s:6:\"mdhash\";s:32:\"a39827a5430373ab8508f2773b0bc6ea\";s:8:\"filesize\";s:7:\"1534198\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:3:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";i:2;s:15:\"Security update\";}}}s:7:\"6.x-2.5\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.5\";s:7:\"version\";s:7:\"6.x-2.5\";s:3:\"tag\";s:13:\"DRUPAL-6--2-5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/431016\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.5.tar.gz\";s:4:\"date\";s:10:\"1239478365\";s:6:\"mdhash\";s:32:\"2098b66ccb996c38463bc1f276e2c5e4\";s:8:\"filesize\";s:7:\"1421005\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.4\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.4\";s:7:\"version\";s:7:\"6.x-2.4\";s:3:\"tag\";s:13:\"DRUPAL-6--2-4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/426916\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.4.tar.gz\";s:4:\"date\";s:10:\"1239147355\";s:6:\"mdhash\";s:32:\"7da75bea2204e45cc1c31379ed8c10ac\";s:8:\"filesize\";s:7:\"1419570\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370526\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1233981351\";s:6:\"mdhash\";s:32:\"582bde5b7a68357c026a2bee689fe3cb\";s:8:\"filesize\";s:7:\"1365883\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/347831\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1229455243\";s:6:\"mdhash\";s:32:\"71a5f10609c8cce32bae5a09a2913ba5\";s:8:\"filesize\";s:7:\"1315921\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/323897\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1224538829\";s:6:\"mdhash\";s:32:\"46b80d1acfdd785720de91330c770980\";s:8:\"filesize\";s:7:\"1304664\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/322829\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1224280828\";s:6:\"mdhash\";s:32:\"879ac52df90bf18d1c9d3d454febf609\";s:8:\"filesize\";s:7:\"1304512\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc5\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc5\";s:7:\"version\";s:11:\"6.x-2.0-rc5\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318786\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc5.tar.gz\";s:4:\"date\";s:10:\"1223507724\";s:6:\"mdhash\";s:32:\"f425efe6979c32e7de3cfdc5c6f01a28\";s:8:\"filesize\";s:7:\"1303138\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc4\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc4\";s:7:\"version\";s:11:\"6.x-2.0-rc4\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/315506\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc4.tar.gz\";s:4:\"date\";s:10:\"1222819523\";s:6:\"mdhash\";s:32:\"11e1fae3b6ec5b05abdf7bd3f4148628\";s:8:\"filesize\";s:7:\"1301241\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc3\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc3\";s:7:\"version\";s:11:\"6.x-2.0-rc3\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/309397\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1221602125\";s:6:\"mdhash\";s:32:\"f80c1846f8b53961b940c75cb2e19cdc\";s:8:\"filesize\";s:7:\"1292652\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc2\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc2\";s:7:\"version\";s:11:\"6.x-2.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307230\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1221173427\";s:6:\"mdhash\";s:32:\"e6abdee467e234d63fcb815c3156ee4c\";s:8:\"filesize\";s:7:\"1324961\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc1\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc1\";s:7:\"version\";s:11:\"6.x-2.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/277862\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1215030345\";s:6:\"mdhash\";s:32:\"7968787a990c56061aa99ec08231f543\";s:8:\"filesize\";s:7:\"2796661\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta4\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta4\";s:7:\"version\";s:13:\"6.x-2.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/270323\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1213384535\";s:6:\"mdhash\";s:32:\"7c69feceffdef7e12ca42a479335f2bc\";s:8:\"filesize\";s:7:\"2762695\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/260452\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1211247918\";s:6:\"mdhash\";s:32:\"cb558adc81c9e823c10bd19f7f32680d\";s:8:\"filesize\";s:6:\"246695\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/251422\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1209167713\";s:6:\"mdhash\";s:32:\"f11cc711db983d6b8be55df473f3e440\";s:8:\"filesize\";s:6:\"226958\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/250924\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1209076839\";s:6:\"mdhash\";s:32:\"abf2a3fc0ec77ed4ca641bfbcd0a577a\";s:8:\"filesize\";s:6:\"216246\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha5\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha5\";s:7:\"version\";s:14:\"6.x-2.0-alpha5\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/245993\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha5.tar.gz\";s:4:\"date\";s:10:\"1208050514\";s:6:\"mdhash\";s:32:\"4a0ab2a45188bb205a69d7319bfa0103\";s:8:\"filesize\";s:6:\"293424\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha4\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha4\";s:7:\"version\";s:14:\"6.x-2.0-alpha4\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/239997\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1206753612\";s:6:\"mdhash\";s:32:\"3b60a384ff4bf4559e15530e4b68728d\";s:8:\"filesize\";s:6:\"259834\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha3\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha3\";s:7:\"version\";s:14:\"6.x-2.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/234752\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1205632511\";s:6:\"mdhash\";s:32:\"378cf25063ed356d973612ffb16c06ba\";s:8:\"filesize\";s:6:\"233853\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha2\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha2\";s:7:\"version\";s:14:\"6.x-2.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/223163\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1203316508\";s:6:\"mdhash\";s:32:\"168b56a4ae8de81460ff5b9cc48a2233\";s:8:\"filesize\";s:6:\"196366\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha1\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha1\";s:7:\"version\";s:14:\"6.x-2.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222747\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1203222009\";s:6:\"mdhash\";s:32:\"f836b5c79c2ad78cac252135febffdab\";s:8:\"filesize\";s:6:\"195064\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:17:\"Views 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/95897\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269562830\";s:6:\"mdhash\";s:32:\"8e51fd1775c2871d3be09ba31e06f8af\";s:8:\"filesize\";s:7:\"1653487\";}}}s:7:\"wysiwyg\";a:10:{s:5:\"title\";s:7:\"Wysiwyg\";s:10:\"short_name\";s:7:\"wysiwyg\";s:10:\"dc:creator\";s:3:\"sun\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:33:\"http://drupal.org/project/wysiwyg\";s:8:\"releases\";a:11:{s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:15:\"wysiwyg 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/736112\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1268063714\";s:6:\"mdhash\";s:32:\"8a3ee47e20e9008c40ae96a6e4747a4f\";s:8:\"filesize\";s:6:\"108490\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:15:\"wysiwyg 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/487044\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1244598972\";s:6:\"mdhash\";s:32:\"0dcc5b435b6698e61a336d32f280ed95\";s:8:\"filesize\";s:5:\"89627\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha1\";a:13:{s:4:\"name\";s:22:\"wysiwyg 6.x-2.0-alpha1\";s:7:\"version\";s:14:\"6.x-2.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/464872\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1242523576\";s:6:\"mdhash\";s:32:\"a745141da5436606e8bdf848cfd6da20\";s:8:\"filesize\";s:5:\"80232\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:19:\"wysiwyg 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/365590\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270253995\";s:6:\"mdhash\";s:32:\"ac655aaac37642363edc9c806c6d11ca\";s:8:\"filesize\";s:6:\"113018\";}s:7:\"6.x-1.2\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1242522960\";s:6:\"mdhash\";s:32:\"4d4e038fb609ad57b7430a563f03fd09\";s:8:\"filesize\";s:5:\"65875\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1236562853\";s:6:\"mdhash\";s:32:\"e0d84b73c7f903d9f50e96ff39e15c4a\";s:8:\"filesize\";s:5:\"65534\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1234552285\";s:6:\"mdhash\";s:32:\"47f4db6f8b9f711835203a1a04c4c287\";s:8:\"filesize\";s:5:\"59227\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:9:{s:4:\"name\";s:19:\"wysiwyg 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1244161854\";s:6:\"mdhash\";s:32:\"88d40ccdebd0bb3dd21f6890adf60bfd\";s:8:\"filesize\";s:5:\"71871\";}s:7:\"6.x-0.5\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-0.5\";s:7:\"version\";s:7:\"6.x-0.5\";s:3:\"tag\";s:13:\"DRUPAL-6--0-5\";s:13:\"version_major\";s:1:\"0\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1228142425\";s:6:\"mdhash\";s:32:\"dfc9b006642cda543fd17c841462cee2\";s:8:\"filesize\";s:5:\"54206\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-0.4\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-0.4\";s:7:\"version\";s:7:\"6.x-0.4\";s:3:\"tag\";s:13:\"DRUPAL-6--0-4\";s:13:\"version_major\";s:1:\"0\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1224021920\";s:6:\"mdhash\";s:32:\"db01863f705e57477d6508bd083c75f2\";s:8:\"filesize\";s:5:\"50865\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-0.3\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-0.3\";s:7:\"version\";s:7:\"6.x-0.3\";s:3:\"tag\";s:13:\"DRUPAL-6--0-3\";s:13:\"version_major\";s:1:\"0\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1221251441\";s:6:\"mdhash\";s:32:\"3fd04f042435a957e4abed89ab71e4ea\";s:8:\"filesize\";s:5:\"45967\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}}}s:10:\"xmlsitemap\";a:10:{s:5:\"title\";s:11:\"XML sitemap\";s:10:\"short_name\";s:10:\"xmlsitemap\";s:10:\"dc:creator\";s:9:\"Darren Oh\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/xmlsitemap\";s:8:\"releases\";a:22:{s:14:\"6.x-2.0-alpha2\";a:13:{s:4:\"name\";s:25:\"xmlsitemap 6.x-2.0-alpha2\";s:7:\"version\";s:14:\"6.x-2.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/718944\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1266546310\";s:6:\"mdhash\";s:32:\"b7d73b989e1ff412e56fb195acee6c54\";s:8:\"filesize\";s:5:\"70846\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha1\";a:13:{s:4:\"name\";s:25:\"xmlsitemap 6.x-2.0-alpha1\";s:7:\"version\";s:14:\"6.x-2.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/704282\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1265262015\";s:6:\"mdhash\";s:32:\"c4eab8b0bb9283ba422809284d3524e5\";s:8:\"filesize\";s:5:\"64766\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:17:\"6.x-2.0-unstable6\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable6\";s:7:\"version\";s:17:\"6.x-2.0-unstable6\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/678358\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable6.tar.gz\";s:4:\"date\";s:10:\"1262899210\";s:6:\"mdhash\";s:32:\"b352a47b7dfa463be455f1e9dc322949\";s:8:\"filesize\";s:5:\"62160\";}s:17:\"6.x-2.0-unstable5\";a:13:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable5\";s:7:\"version\";s:17:\"6.x-2.0-unstable5\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/599406\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable5.tar.gz\";s:4:\"date\";s:10:\"1255029695\";s:6:\"mdhash\";s:32:\"08510e36ade64d4527d0e157765592c8\";s:8:\"filesize\";s:5:\"54448\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:17:\"6.x-2.0-unstable4\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable4\";s:7:\"version\";s:17:\"6.x-2.0-unstable4\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/556962\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable4.tar.gz\";s:4:\"date\";s:10:\"1251002154\";s:6:\"mdhash\";s:32:\"f57f142a2d386d3a07b8fa580b186532\";s:8:\"filesize\";s:5:\"55443\";}s:17:\"6.x-2.0-unstable3\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable3\";s:7:\"version\";s:17:\"6.x-2.0-unstable3\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/555416\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable3.tar.gz\";s:4:\"date\";s:10:\"1250826953\";s:6:\"mdhash\";s:32:\"02e8c724217e4bbebe8e2f0829548215\";s:8:\"filesize\";s:5:\"55348\";}s:17:\"6.x-2.0-unstable2\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable2\";s:7:\"version\";s:17:\"6.x-2.0-unstable2\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/554996\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable2.tar.gz\";s:4:\"date\";s:10:\"1250790980\";s:6:\"mdhash\";s:32:\"9166b2a1819d60c60233d181151deba0\";s:8:\"filesize\";s:5:\"53539\";}s:17:\"6.x-2.0-unstable1\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable1\";s:7:\"version\";s:17:\"6.x-2.0-unstable1\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/554218\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable1.tar.gz\";s:4:\"date\";s:10:\"1250724369\";s:6:\"mdhash\";s:32:\"2448cbadca5786bd97e3500910494b67\";s:8:\"filesize\";s:5:\"52406\";}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:22:\"xmlsitemap 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/449710\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269303613\";s:6:\"mdhash\";s:32:\"ca4881bf04fd066711f9f1ac19882626\";s:8:\"filesize\";s:5:\"70722\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.2\";a:11:{s:4:\"name\";s:18:\"xmlsitemap 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/696502\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1264572909\";s:6:\"mdhash\";s:32:\"c69ff79399b7ddda83701985d49082ca\";s:8:\"filesize\";s:5:\"59345\";}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:18:\"xmlsitemap 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/559144\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1251219739\";s:6:\"mdhash\";s:32:\"477c96dc34271f8d85612e5aee3c1244\";s:8:\"filesize\";s:5:\"59327\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:18:\"xmlsitemap 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/557972\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1251122140\";s:6:\"mdhash\";s:32:\"d8a7daef920c2878f837c692d759620e\";s:8:\"filesize\";s:5:\"59244\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc2\";a:13:{s:4:\"name\";s:22:\"xmlsitemap 6.x-1.0-rc2\";s:7:\"version\";s:11:\"6.x-1.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/530148\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1248460038\";s:6:\"mdhash\";s:32:\"2e0e9800940d8029f0fc981b168829f1\";s:8:\"filesize\";s:5:\"62633\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:13:{s:4:\"name\";s:22:\"xmlsitemap 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/508262\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1246545521\";s:6:\"mdhash\";s:32:\"0d7bc2a9c29128e645725fb997ac3222\";s:8:\"filesize\";s:5:\"49705\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta6\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta6\";s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/501912\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1245931902\";s:6:\"mdhash\";s:32:\"031756f3a07a89b251dd4819874cd9eb\";s:8:\"filesize\";s:5:\"49548\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta5\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta5\";s:7:\"version\";s:13:\"6.x-1.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/472726\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1243301755\";s:6:\"mdhash\";s:32:\"1390cad409e13c141733377a34cb52b8\";s:8:\"filesize\";s:5:\"41519\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta4\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta4\";s:7:\"version\";s:13:\"6.x-1.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/472630\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1243293062\";s:6:\"mdhash\";s:32:\"adc5e7e75052366549ba99503d372a5f\";s:8:\"filesize\";s:5:\"43684\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/461334\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1242214312\";s:6:\"mdhash\";s:32:\"c22a6c5d4ca7834fcbc4162cfcdedce2\";s:8:\"filesize\";s:5:\"43042\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/460790\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1242161779\";s:6:\"mdhash\";s:32:\"789964df4fe7454a7ea31b72a917a4fc\";s:8:\"filesize\";s:5:\"43034\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta0\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta0\";s:7:\"version\";s:13:\"6.x-1.0-beta0\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/460444\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta0.tar.gz\";s:4:\"date\";s:10:\"1242140601\";s:6:\"mdhash\";s:32:\"630156a07ae5340235c131310bebf858\";s:8:\"filesize\";s:5:\"43667\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/458504\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1241913703\";s:6:\"mdhash\";s:32:\"2b482b47753591606fe0926a0a2d9f0d\";s:8:\"filesize\";s:5:\"42653\";}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:22:\"xmlsitemap 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/335174\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1267575632\";s:6:\"mdhash\";s:32:\"1d24134a5d1faead345fdfa7a054fd24\";s:8:\"filesize\";s:5:\"64626\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}}}s:16:\"pixture_reloaded\";a:10:{s:5:\"title\";s:16:\"Pixture Reloaded\";s:10:\"short_name\";s:16:\"pixture_reloaded\";s:10:\"dc:creator\";s:10:\"Jeff Burnz\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"3\";s:16:\"supported_majors\";s:1:\"3\";s:13:\"default_major\";s:1:\"3\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:42:\"http://drupal.org/project/pixture_reloaded\";s:8:\"releases\";a:13:{s:7:\"6.x-3.2\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-3.2\";s:7:\"version\";s:7:\"6.x-3.2\";s:3:\"tag\";s:13:\"DRUPAL-6--3-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/456520\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-3.2.tar.gz\";s:4:\"date\";s:10:\"1241716288\";s:6:\"mdhash\";s:32:\"9021b2e947787d707a052f9567b4069b\";s:8:\"filesize\";s:6:\"186849\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.1\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-3.1\";s:7:\"version\";s:7:\"6.x-3.1\";s:3:\"tag\";s:13:\"DRUPAL-6--3-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/453632\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-3.1.tar.gz\";s:4:\"date\";s:10:\"1241474570\";s:6:\"mdhash\";s:32:\"e08428caaa6de3d62d0f6071cefe4aba\";s:8:\"filesize\";s:6:\"186860\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.0\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-3.0\";s:7:\"version\";s:7:\"6.x-3.0\";s:3:\"tag\";s:13:\"DRUPAL-6--3-0\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307816\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-3.0.tar.gz\";s:4:\"date\";s:10:\"1221270621\";s:6:\"mdhash\";s:32:\"cf2240174fd2eaa58c1abbf77edcad2a\";s:8:\"filesize\";s:6:\"186473\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.3-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.3-dev\";s:7:\"version\";s:11:\"6.x-2.3-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-3-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/304182\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.3-dev.tar.gz\";s:4:\"date\";s:10:\"1220569222\";s:6:\"mdhash\";s:32:\"c6d742529c29f6594813ab2c63c6cda5\";s:8:\"filesize\";s:6:\"179821\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.2-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.2-dev\";s:7:\"version\";s:11:\"6.x-2.2-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-2-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/302431\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.2-dev.tar.gz\";s:4:\"date\";s:10:\"1220224814\";s:6:\"mdhash\";s:32:\"c015a495852aa55b01a9db681ca108c2\";s:8:\"filesize\";s:6:\"179890\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.1-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.1-dev\";s:7:\"version\";s:11:\"6.x-2.1-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-1-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/302417\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.1-dev.tar.gz\";s:4:\"date\";s:10:\"1220221823\";s:6:\"mdhash\";s:32:\"4ad5b2e86a15bfff8ab2a5c205da2ca5\";s:8:\"filesize\";s:6:\"179882\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.0-dev\";s:7:\"version\";s:11:\"6.x-2.0-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/299531\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.0-dev.tar.gz\";s:4:\"date\";s:10:\"1219635913\";s:6:\"mdhash\";s:32:\"c753ddfae3ef1f4a325490f36931d320\";s:8:\"filesize\";s:6:\"326886\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:13:\"6.x-1.3-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.3-beta1\";s:7:\"version\";s:13:\"6.x-1.3-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/299528\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.3-beta1.tar.gz\";s:4:\"date\";s:10:\"1219633513\";s:6:\"mdhash\";s:32:\"5c05cd7b32f0c97ec8a1164b8e344a39\";s:8:\"filesize\";s:6:\"315680\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.2-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.2-beta1\";s:7:\"version\";s:13:\"6.x-1.2-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-2-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/298038\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.2-beta1.tar.gz\";s:4:\"date\";s:10:\"1219306212\";s:6:\"mdhash\";s:32:\"7bf82aed7660e17a9cfd690bf2ef2374\";s:8:\"filesize\";s:6:\"315878\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.1-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.1-beta1\";s:7:\"version\";s:13:\"6.x-1.1-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-1-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/297548\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.1-beta1.tar.gz\";s:4:\"date\";s:10:\"1219223727\";s:6:\"mdhash\";s:32:\"0c24b0b98573ed17f70763196703146f\";s:8:\"filesize\";s:6:\"315850\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/305985\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1220966467\";s:6:\"mdhash\";s:32:\"c7455423d3e1c4711ea929d37f409a8d\";s:8:\"filesize\";s:6:\"186442\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/296786\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1219074915\";s:6:\"mdhash\";s:32:\"e58619d085e40c66e038c65cf763322c\";s:8:\"filesize\";s:6:\"315927\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295509\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1259712689\";s:6:\"mdhash\";s:32:\"f158487f13440d97e363021f2182812b\";s:8:\"filesize\";s:6:\"188467\";}}}}','1270449625','1270363225',null,'1');INSERT INTO
cache_updateVALUES ('update_project_data','a:35:{s:10:\"admin_menu\";a:24:{s:4:\"name\";s:10:\"admin_menu\";s:4:\"info\";a:11:{s:4:\"name\";s:19:\"Administration menu\";s:11:\"description\";s:123:\"Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions).\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.5\";s:7:\"project\";s:10:\"admin_menu\";s:9:\"datestamp\";s:10:\"1246537502\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105319;}s:9:\"datestamp\";s:10:\"1246537502\";s:8:\"includes\";a:1:{s:10:\"admin_menu\";s:19:\"Administration menu\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.5\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:19:\"Administration menu\";s:10:\"short_name\";s:10:\"admin_menu\";s:10:\"dc:creator\";s:3:\"sun\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,3\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/admin_menu\";s:8:\"releases\";a:13:{s:14:\"6.x-3.0-alpha4\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha4\";s:7:\"version\";s:14:\"6.x-3.0-alpha4\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/739026\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1268274904\";s:6:\"mdhash\";s:32:\"ba93c801409700854965f87b5df72817\";s:8:\"filesize\";s:5:\"69865\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha3\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha3\";s:7:\"version\";s:14:\"6.x-3.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/550878\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1250462403\";s:6:\"mdhash\";s:32:\"ca00ce1b53f3d6ac8d53773d9dd66378\";s:8:\"filesize\";s:5:\"60772\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/537782\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1249183202\";s:6:\"mdhash\";s:32:\"92a1a99f3cfa3cdbc2d2436166e37ea1\";s:8:\"filesize\";s:5:\"51545\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:25:\"admin_menu 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/488202\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1244680505\";s:6:\"mdhash\";s:32:\"088c382dbbdf4cbfa627e9f0f02aa65c\";s:8:\"filesize\";s:5:\"49388\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:22:\"admin_menu 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/373515\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268438439\";s:6:\"mdhash\";s:32:\"109be9b8d3d2ff92c5343db0db7e0f67\";s:8:\"filesize\";s:5:\"70975\";}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/508148\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1246537502\";s:6:\"mdhash\";s:32:\"efa340632c9fd0b9a964671bed27a722\";s:8:\"filesize\";s:5:\"45284\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/464048\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1242422411\";s:6:\"mdhash\";s:32:\"fcfc4cd0d2a2c2ab5d7d800701f9bcbe\";s:8:\"filesize\";s:5:\"44300\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/363483\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1232775903\";s:6:\"mdhash\";s:32:\"aba88a427c52fb9f2d0501dd51141331\";s:8:\"filesize\";s:5:\"38411\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/361251\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1232406902\";s:6:\"mdhash\";s:32:\"27c92c7059018edf27f8df748883e3d4\";s:8:\"filesize\";s:5:\"37659\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307590\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1221237902\";s:6:\"mdhash\";s:32:\"da106dcfefddf490c06091c0a2c99a28\";s:8:\"filesize\";s:5:\"27351\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:18:\"admin_menu 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275429\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1214512502\";s:6:\"mdhash\";s:32:\"0112456abb83fcd7bae339b3311b03ff\";s:8:\"filesize\";s:5:\"26040\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:12:\"6.x-1.0-beta\";a:13:{s:4:\"name\";s:23:\"admin_menu 6.x-1.0-beta\";s:7:\"version\";s:12:\"6.x-1.0-beta\";s:3:\"tag\";s:18:\"DRUPAL-6--1-0-BETA\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"beta\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/268075\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.0-beta.tar.gz\";s:4:\"date\";s:10:\"1212913502\";s:6:\"mdhash\";s:32:\"e299f946fe29a3b8159c65c1751c796a\";s:8:\"filesize\";s:5:\"24230\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:22:\"admin_menu 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/251566\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/admin_menu-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1266710435\";s:6:\"mdhash\";s:32:\"fe4f6637b4839ba23b74a29f920fde5e\";s:8:\"filesize\";s:5:\"50341\";}}s:4:\"also\";a:1:{i:3;s:14:\"6.x-3.0-alpha4\";}s:14:\"latest_version\";s:7:\"6.x-1.5\";s:11:\"recommended\";s:7:\"6.x-1.5\";s:6:\"status\";i:5;}s:13:\"advanced_help\";a:23:{s:4:\"name\";s:13:\"advanced_help\";s:4:\"info\";a:10:{s:4:\"name\";s:13:\"Advanced help\";s:11:\"description\";s:38:\"Allow advanced help and documentation.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:13:\"advanced_help\";s:9:\"datestamp\";s:10:\"1238954409\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:12:\"help_example\";s:12:\"help_example\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105353;}s:9:\"datestamp\";s:10:\"1238954409\";s:8:\"includes\";a:2:{s:13:\"advanced_help\";s:13:\"Advanced help\";s:12:\"help_example\";s:21:\"Advanced help example\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.2\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:13:\"Advanced help\";s:10:\"short_name\";s:13:\"advanced_help\";s:10:\"dc:creator\";s:13:\"merlinofchaos\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/advanced_help\";s:8:\"releases\";a:7:{s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:21:\"advanced_help 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/424468\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1238954409\";s:6:\"mdhash\";s:32:\"a41a31032c907409ab5c330260c66fe8\";s:8:\"filesize\";s:5:\"79326\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:21:\"advanced_help 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/322831\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1224280802\";s:6:\"mdhash\";s:32:\"17061e6f638b1daafb3c4d75c0ec51b9\";s:8:\"filesize\";s:5:\"70758\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:21:\"advanced_help 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/264756\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1212174004\";s:6:\"mdhash\";s:32:\"c74ebb73a1de841f975a544ef9111ff4\";s:8:\"filesize\";s:5:\"65246\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:10:\"6.x-1.0-rc\";a:13:{s:4:\"name\";s:24:\"advanced_help 6.x-1.0-rc\";s:7:\"version\";s:10:\"6.x-1.0-rc\";s:3:\"tag\";s:16:\"DRUPAL-6--1-0-RC\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:2:\"rc\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/256031\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0-rc.tar.gz\";s:4:\"date\";s:10:\"1210219202\";s:6:\"mdhash\";s:32:\"0f716d4d51f1be885393021f70f71eb6\";s:8:\"filesize\";s:5:\"65034\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"advanced_help 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/249913\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1208896503\";s:6:\"mdhash\";s:32:\"d171c38f6bf9a2965c9cd8a7705fc276\";s:8:\"filesize\";s:5:\"62978\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"advanced_help 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/248491\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1208566802\";s:6:\"mdhash\";s:32:\"9ba9fd59148c737db06698872439575f\";s:8:\"filesize\";s:5:\"62524\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"advanced_help 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/248490\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/advanced_help-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1255478517\";s:6:\"mdhash\";s:32:\"35c364d1fa47ca0feca346eb2ebec6f8\";s:8:\"filesize\";s:5:\"80840\";}}s:14:\"latest_version\";s:7:\"6.x-1.2\";s:11:\"recommended\";s:7:\"6.x-1.2\";s:6:\"status\";i:5;}s:14:\"auto_nodetitle\";a:23:{s:4:\"name\";s:14:\"auto_nodetitle\";s:4:\"info\";a:10:{s:4:\"name\";s:20:\"Automatic Nodetitles\";s:11:\"description\";s:70:\"Allows hiding of the content title field and automatic title creation.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"auto_nodetitle\";s:9:\"datestamp\";s:10:\"1249042505\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105377;}s:9:\"datestamp\";s:10:\"1249042505\";s:8:\"includes\";a:1:{s:14:\"auto_nodetitle\";s:20:\"Automatic Nodetitles\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.2\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:20:\"Automatic Nodetitles\";s:10:\"short_name\";s:14:\"auto_nodetitle\";s:10:\"dc:creator\";s:4:\"fago\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:40:\"http://drupal.org/project/auto_nodetitle\";s:8:\"releases\";a:5:{s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:22:\"auto_nodetitle 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/536510\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1249042505\";s:6:\"mdhash\";s:32:\"2d64b4c8e5a23faec1a553919731d6a8\";s:8:\"filesize\";s:5:\"12266\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:22:\"auto_nodetitle 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/372053\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1234262403\";s:6:\"mdhash\";s:32:\"083f269e7db0b3fd18d66b2428f26b27\";s:8:\"filesize\";s:5:\"12088\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:22:\"auto_nodetitle 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/280242\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1215588002\";s:6:\"mdhash\";s:32:\"2731c681657f4925cf9efcdee76c5122\";s:8:\"filesize\";s:4:\"9952\";}s:12:\"6.x-1.0-beta\";a:12:{s:4:\"name\";s:27:\"auto_nodetitle 6.x-1.0-beta\";s:7:\"version\";s:12:\"6.x-1.0-beta\";s:3:\"tag\";s:18:\"DRUPAL-6--1-0-BETA\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"beta\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/268126\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.0-beta.tar.gz\";s:4:\"date\";s:10:\"1212934802\";s:6:\"mdhash\";s:32:\"7ac927e896f4d875efaef8328b63fffb\";s:8:\"filesize\";s:4:\"9952\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:26:\"auto_nodetitle 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/191268\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/auto_nodetitle-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1263340877\";s:6:\"mdhash\";s:32:\"dcc349476aa4e5b15faf127a0d7732da\";s:8:\"filesize\";s:5:\"13052\";}}s:14:\"latest_version\";s:7:\"6.x-1.2\";s:11:\"recommended\";s:7:\"6.x-1.2\";s:6:\"status\";i:5;}s:14:\"backup_migrate\";a:24:{s:4:\"name\";s:14:\"backup_migrate\";s:4:\"info\";a:10:{s:4:\"name\";s:18:\"Backup and Migrate\";s:11:\"description\";s:75:\"Backup or migrate the Drupal Database quickly and without unnecessary data.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"backup_migrate\";s:9:\"datestamp\";s:10:\"1232247609\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105382;}s:9:\"datestamp\";s:10:\"1232247609\";s:8:\"includes\";a:1:{s:14:\"backup_migrate\";s:18:\"Backup and Migrate\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.2\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:18:\"Backup and Migrate\";s:10:\"short_name\";s:14:\"backup_migrate\";s:10:\"dc:creator\";s:5:\"ronan\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:40:\"http://drupal.org/project/backup_migrate\";s:8:\"releases\";a:7:{s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/659078\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1260768003\";s:6:\"mdhash\";s:32:\"d718f2d4a1bddcdc1c81123dfbe39d53\";s:8:\"filesize\";s:5:\"65975\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/652788\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1260138903\";s:6:\"mdhash\";s:32:\"a8d107707be398aa768a47e8407bec65\";s:8:\"filesize\";s:5:\"66106\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/652370\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1260071104\";s:6:\"mdhash\";s:32:\"c761362f91173fdf14be3c28952800c9\";s:8:\"filesize\";s:5:\"54015\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:26:\"backup_migrate 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/303112\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269518548\";s:6:\"mdhash\";s:32:\"f5383f03339fbcb6f749203e51a7bc81\";s:8:\"filesize\";s:5:\"68724\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/360452\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1232247609\";s:6:\"mdhash\";s:32:\"15e9e33a226411fbe2b2b89fbb90d99e\";s:8:\"filesize\";s:5:\"25385\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:22:\"backup_migrate 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295106\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1218681903\";s:6:\"mdhash\";s:32:\"0fabd2518a276f0f0e636dbca06c67e4\";s:8:\"filesize\";s:5:\"17163\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:26:\"backup_migrate 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/231755\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/backup_migrate-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1257811382\";s:6:\"mdhash\";s:32:\"a4f699c367923106a332f34abe9fb29a\";s:8:\"filesize\";s:5:\"32043\";}}s:4:\"also\";a:1:{i:2;s:7:\"6.x-2.2\";}s:14:\"latest_version\";s:7:\"6.x-1.2\";s:11:\"recommended\";s:7:\"6.x-1.2\";s:6:\"status\";i:5;}s:9:\"nodewords\";a:23:{s:4:\"name\";s:9:\"nodewords\";s:4:\"info\";a:11:{s:4:\"name\";s:15:\"Basic meta tags\";s:11:\"description\";s:83:\"Allows users to add basic meta tags to node, user profile, and taxonomy term pages.\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Nodewords\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1253722248\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268629210;}s:9:\"datestamp\";s:10:\"1262270443\";s:8:\"includes\";a:7:{s:14:\"basic_metatags\";s:15:\"Basic meta tags\";s:14:\"extra_metatags\";s:15:\"Extra meta tags\";s:9:\"nodewords\";s:9:\"Nodewords\";s:15:\"nodewords_basic\";s:27:\"Nodewords - basic meta tags\";s:15:\"nodewords_extra\";s:27:\"Nodewords - extra meta tags\";s:27:\"nodewords_verification_tags\";s:40:\"Nodewords - site verification meta tags\";s:17:\"site_verification\";s:17:\"Site verification\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.2\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:9:\"Nodewords\";s:10:\"short_name\";s:9:\"nodewords\";s:10:\"dc:creator\";s:4:\"kiam\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:35:\"http://drupal.org/project/nodewords\";s:8:\"releases\";a:25:{s:11:\"6.x-3.x-dev\";a:12:{s:4:\"name\";s:21:\"nodewords 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/614134\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270339854\";s:6:\"mdhash\";s:32:\"5e36658ac4a18b7f3e62baba1d5d3a00\";s:8:\"filesize\";s:5:\"43704\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:21:\"nodewords 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222124\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1247574367\";s:6:\"mdhash\";s:32:\"9241f9fd7dbfc9a431fa432538accadb\";s:8:\"filesize\";s:5:\"33600\";}s:14:\"6.x-1.12-beta4\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta4\";s:7:\"version\";s:14:\"6.x-1.12-beta4\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/748780\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta4.tar.gz\";s:4:\"date\";s:10:\"1269200709\";s:6:\"mdhash\";s:32:\"790bddc687d34c33bbe0efb556f81607\";s:8:\"filesize\";s:5:\"76047\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.12-beta3\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta3\";s:7:\"version\";s:14:\"6.x-1.12-beta3\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/716946\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta3.tar.gz\";s:4:\"date\";s:10:\"1266416413\";s:6:\"mdhash\";s:32:\"085e5ed51e8788f2c2aca1a010d097c5\";s:8:\"filesize\";s:5:\"72181\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.12-beta2\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta2\";s:7:\"version\";s:14:\"6.x-1.12-beta2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/681960\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta2.tar.gz\";s:4:\"date\";s:10:\"1263258305\";s:6:\"mdhash\";s:32:\"b0cae8940c3746d66a0ea6dfc4dfc500\";s:8:\"filesize\";s:5:\"71665\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.12-beta1\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.12-beta1\";s:7:\"version\";s:14:\"6.x-1.12-beta1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-12-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/681630\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.12-beta1.tar.gz\";s:4:\"date\";s:10:\"1263233706\";s:6:\"mdhash\";s:32:\"3d724df34076fa726f1ff7631e41e6b3\";s:8:\"filesize\";s:5:\"71441\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.11\";a:12:{s:4:\"name\";s:18:\"nodewords 6.x-1.11\";s:7:\"version\";s:8:\"6.x-1.11\";s:3:\"tag\";s:14:\"DRUPAL-6--1-11\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671570\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.11.tar.gz\";s:4:\"date\";s:10:\"1262270443\";s:6:\"mdhash\";s:32:\"713bc23074ee940c0cc8bfca7046639e\";s:8:\"filesize\";s:5:\"70293\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.10\";a:12:{s:4:\"name\";s:18:\"nodewords 6.x-1.10\";s:7:\"version\";s:8:\"6.x-1.10\";s:3:\"tag\";s:14:\"DRUPAL-6--1-10\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/669826\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.10.tar.gz\";s:4:\"date\";s:10:\"1262080249\";s:6:\"mdhash\";s:32:\"cc52c1efe107651c70a712af0cc4cccc\";s:8:\"filesize\";s:5:\"70158\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.9\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.9\";s:7:\"version\";s:7:\"6.x-1.9\";s:3:\"tag\";s:13:\"DRUPAL-6--1-9\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/667472\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.9.tar.gz\";s:4:\"date\";s:10:\"1261681556\";s:6:\"mdhash\";s:32:\"943da140968931f108c8bf2c5d41f3c6\";s:8:\"filesize\";s:5:\"69354\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.8\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.8\";s:7:\"version\";s:7:\"6.x-1.8\";s:3:\"tag\";s:13:\"DRUPAL-6--1-8\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/656064\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.8.tar.gz\";s:4:\"date\";s:10:\"1260438654\";s:6:\"mdhash\";s:32:\"2a933b0aaeea26b00c7a895f34575a15\";s:8:\"filesize\";s:5:\"68657\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.7\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.7\";s:7:\"version\";s:7:\"6.x-1.7\";s:3:\"tag\";s:13:\"DRUPAL-6--1-7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/654098\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.7.tar.gz\";s:4:\"date\";s:10:\"1260257150\";s:6:\"mdhash\";s:32:\"5c3d3a75cede340ffa8c7a965fcbc3f6\";s:8:\"filesize\";s:5:\"68513\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/653970\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1260238549\";s:6:\"mdhash\";s:32:\"2fe9cec370d94610a56169f0d97a10fa\";s:8:\"filesize\";s:5:\"68382\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650504\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1259869261\";s:6:\"mdhash\";s:32:\"5478f7f7ddf8b130b757dedd7a6b9b0d\";s:8:\"filesize\";s:5:\"68363\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650272\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1259853981\";s:6:\"mdhash\";s:32:\"07f5be416e127dbd7b0f353b7418f1de\";s:8:\"filesize\";s:5:\"68232\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/649388\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1259786761\";s:6:\"mdhash\";s:32:\"54e318e6ba4f218bf50e895fcfd196ec\";s:8:\"filesize\";s:5:\"68231\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.3-beta5\";a:13:{s:4:\"name\";s:23:\"nodewords 6.x-1.3-beta5\";s:7:\"version\";s:13:\"6.x-1.3-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/619320\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-beta5.tar.gz\";s:4:\"date\";s:10:\"1256934060\";s:6:\"mdhash\";s:32:\"e3402e78287bb136890d95e54543b318\";s:8:\"filesize\";s:5:\"61902\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.3-beta4\";a:13:{s:4:\"name\";s:23:\"nodewords 6.x-1.3-beta4\";s:7:\"version\";s:13:\"6.x-1.3-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/617512\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-beta4.tar.gz\";s:4:\"date\";s:10:\"1256771171\";s:6:\"mdhash\";s:32:\"ea0e94cc44593a61d20ea7b40eb2f6b6\";s:8:\"filesize\";s:5:\"61882\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.3-beta3\";a:13:{s:4:\"name\";s:23:\"nodewords 6.x-1.3-beta3\";s:7:\"version\";s:13:\"6.x-1.3-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/613692\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-beta3.tar.gz\";s:4:\"date\";s:10:\"1256415937\";s:6:\"mdhash\";s:32:\"b3629a9404d09b8e7a91f05ccc38f66f\";s:8:\"filesize\";s:5:\"60490\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.3-alpha2\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.3-alpha2\";s:7:\"version\";s:14:\"6.x-1.3-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-3-ALPHA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/610750\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-alpha2.tar.gz\";s:4:\"date\";s:10:\"1256144502\";s:6:\"mdhash\";s:32:\"fe2a67c94c2c5b9c2ad7f785b7d1c6c5\";s:8:\"filesize\";s:5:\"55378\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.3-alpha1\";a:13:{s:4:\"name\";s:24:\"nodewords 6.x-1.3-alpha1\";s:7:\"version\";s:14:\"6.x-1.3-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-3-ALPHA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/608510\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.3-alpha1.tar.gz\";s:4:\"date\";s:10:\"1255960571\";s:6:\"mdhash\";s:32:\"e91a3309c032298dab9c9493d64aa1d6\";s:8:\"filesize\";s:5:\"55261\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/585786\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1253722248\";s:6:\"mdhash\";s:32:\"6ab5f83e60cec2c01cb5ce2176707bad\";s:8:\"filesize\";s:5:\"42550\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/585706\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1253718097\";s:6:\"mdhash\";s:32:\"35a9c05f8c96156abf36c8f168474193\";s:8:\"filesize\";s:5:\"42542\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:17:\"nodewords 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370571\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1233995126\";s:6:\"mdhash\";s:32:\"fcc281404c1e823906250cae7bcccf1e\";s:8:\"filesize\";s:5:\"31411\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:12:{s:4:\"name\";s:21:\"nodewords 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-rc1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222144\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1203087911\";s:6:\"mdhash\";s:32:\"2b2b656f0390ab08b6d49d6e76883b8d\";s:8:\"filesize\";s:5:\"25823\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:21:\"nodewords 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/212852\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/nodewords-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270296679\";s:6:\"mdhash\";s:32:\"24dabaa44ce2ff0c0ad5b20383dc5d9b\";s:8:\"filesize\";s:5:\"52526\";}}s:14:\"latest_version\";s:14:\"6.x-1.12-beta4\";s:11:\"recommended\";s:8:\"6.x-1.11\";s:6:\"status\";i:4;}s:4:\"spam\";a:23:{s:4:\"name\";s:4:\"spam\";s:4:\"info\";a:11:{s:4:\"name\";s:15:\"Bayesian filter\";s:11:\"description\";s:18:\"A bayesian filter.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:1:{i:0;s:4:\"spam\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:1:{s:3:\"url\";s:3:\"url\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106177;}s:9:\"datestamp\";s:10:\"1249930375\";s:8:\"includes\";a:5:{s:8:\"bayesian\";s:15:\"Bayesian filter\";s:6:\"custom\";s:13:\"Custom filter\";s:9:\"duplicate\";s:16:\"Duplicate filter\";s:4:\"spam\";s:8:\"Spam API\";s:5:\"surbl\";s:17:\"Spam Surbl filter\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.0\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:4:\"Spam\";s:10:\"short_name\";s:4:\"spam\";s:10:\"dc:creator\";s:6:\"Jeremy\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:30:\"http://drupal.org/project/spam\";s:8:\"releases\";a:4:{s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:12:\"spam 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/545184\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/spam-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1249930375\";s:6:\"mdhash\";s:32:\"a377244f15c9c661e870f1c264e68cc0\";s:8:\"filesize\";s:5:\"53232\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:13:{s:4:\"name\";s:16:\"spam 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/542328\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/spam-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1249610495\";s:6:\"mdhash\";s:32:\"9f0f7f33e6c92db618f5fc9b52e40c55\";s:8:\"filesize\";s:5:\"47752\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:13:{s:4:\"name\";s:18:\"spam 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/541390\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/spam-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1249529764\";s:6:\"mdhash\";s:32:\"03ec90b500812136926e10320d7612dd\";s:8:\"filesize\";s:5:\"46872\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:16:\"spam 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/351036\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/spam-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1265156188\";s:6:\"mdhash\";s:32:\"7d629c2a1f9424f37e778d19ecf5229a\";s:8:\"filesize\";s:5:\"53801\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}s:14:\"latest_version\";s:7:\"6.x-1.0\";s:11:\"recommended\";s:7:\"6.x-1.0\";s:6:\"status\";i:5;}s:6:\"drupal\";a:24:{s:4:\"name\";s:6:\"drupal\";s:4:\"info\";a:11:{s:4:\"name\";s:5:\"Block\";s:11:\"description\";s:62:\"Controls the boxes that are displayed around the main content.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1262151716;}s:9:\"datestamp\";s:10:\"1260996916\";s:8:\"includes\";a:14:{s:5:\"block\";s:5:\"Block\";s:5:\"color\";s:5:\"Color\";s:7:\"contact\";s:7:\"Contact\";s:5:\"dblog\";s:16:\"Database logging\";s:6:\"filter\";s:6:\"Filter\";s:4:\"help\";s:4:\"Help\";s:4:\"menu\";s:4:\"Menu\";s:4:\"node\";s:4:\"Node\";s:4:\"path\";s:4:\"Path\";s:6:\"search\";s:6:\"Search\";s:6:\"system\";s:6:\"System\";s:8:\"taxonomy\";s:8:\"Taxonomy\";s:6:\"update\";s:13:\"Update status\";s:4:\"user\";s:4:\"User\";}s:12:\"project_type\";s:4:\"core\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:4:\"6.15\";s:14:\"existing_major\";s:1:\"6\";s:12:\"install_type\";s:8:\"official\";s:16:\"security updates\";a:1:{i:0;a:12:{s:4:\"name\";s:11:\"drupal 6.16\";s:7:\"version\";s:4:\"6.16\";s:3:\"tag\";s:11:\"DRUPAL-6-16\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"16\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/732000\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.16.tar.gz\";s:4:\"date\";s:10:\"1267662009\";s:6:\"mdhash\";s:32:\"bb27c1f90680b86df2c535b2d52e8021\";s:8:\"filesize\";s:7:\"1090616\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}}s:5:\"title\";s:6:\"Drupal\";s:10:\"short_name\";s:6:\"drupal\";s:10:\"dc:creator\";s:6:\"Drupal\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"6\";s:16:\"supported_majors\";s:1:\"6\";s:13:\"default_major\";s:1:\"6\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:32:\"http://drupal.org/project/drupal\";s:8:\"releases\";a:26:{s:4:\"6.16\";a:12:{s:4:\"name\";s:11:\"drupal 6.16\";s:7:\"version\";s:4:\"6.16\";s:3:\"tag\";s:11:\"DRUPAL-6-16\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"16\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/732000\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.16.tar.gz\";s:4:\"date\";s:10:\"1267662009\";s:6:\"mdhash\";s:32:\"bb27c1f90680b86df2c535b2d52e8021\";s:8:\"filesize\";s:7:\"1090616\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.15\";a:12:{s:4:\"name\";s:11:\"drupal 6.15\";s:7:\"version\";s:4:\"6.15\";s:3:\"tag\";s:11:\"DRUPAL-6-15\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"15\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/661600\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.15.tar.gz\";s:4:\"date\";s:10:\"1260996917\";s:6:\"mdhash\";s:32:\"43c60bde08d6ea67682a998c2804c357\";s:8:\"filesize\";s:7:\"1085634\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.14\";a:12:{s:4:\"name\";s:11:\"drupal 6.14\";s:7:\"version\";s:4:\"6.14\";s:3:\"tag\";s:11:\"DRUPAL-6-14\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"14\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/579476\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.14.tar.gz\";s:4:\"date\";s:10:\"1253130028\";s:6:\"mdhash\";s:32:\"014bb453a8d0adb0233c763e40d63859\";s:8:\"filesize\";s:7:\"1082687\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.13\";a:12:{s:4:\"name\";s:11:\"drupal 6.13\";s:7:\"version\";s:4:\"6.13\";s:3:\"tag\";s:11:\"DRUPAL-6-13\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"13\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/507568\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.13.tar.gz\";s:4:\"date\";s:10:\"1246481720\";s:6:\"mdhash\";s:32:\"76dcb6e311fbb98ca3322fd1413f4a04\";s:8:\"filesize\";s:7:\"1080373\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.12\";a:12:{s:4:\"name\";s:11:\"drupal 6.12\";s:7:\"version\";s:4:\"6.12\";s:3:\"tag\";s:11:\"DRUPAL-6-12\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"12\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/461882\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.12.tar.gz\";s:4:\"date\";s:10:\"1242243955\";s:6:\"mdhash\";s:32:\"82e2517f175320cffe20997333b3a33a\";s:8:\"filesize\";s:7:\"1079251\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.11\";a:12:{s:4:\"name\";s:11:\"drupal 6.11\";s:7:\"version\";s:4:\"6.11\";s:3:\"tag\";s:11:\"DRUPAL-6-11\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/449114\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.11.tar.gz\";s:4:\"date\";s:10:\"1241050842\";s:6:\"mdhash\";s:32:\"6a341807b83c4e48f50ce7921562402c\";s:8:\"filesize\";s:7:\"1078966\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:4:\"6.10\";a:12:{s:4:\"name\";s:11:\"drupal 6.10\";s:7:\"version\";s:4:\"6.10\";s:3:\"tag\";s:11:\"DRUPAL-6-10\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/383918\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/drupal-6.10.tar.gz\";s:4:\"date\";s:10:\"1235596219\";s:6:\"mdhash\";s:32:\"d8f222c260556b5d7c3ff41bdd251b3c\";s:8:\"filesize\";s:7:\"1076404\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.9\";a:12:{s:4:\"name\";s:10:\"drupal 6.9\";s:7:\"version\";s:3:\"6.9\";s:3:\"tag\";s:10:\"DRUPAL-6-9\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/358987\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.9.tar.gz\";s:4:\"date\";s:10:\"1231976414\";s:6:\"mdhash\";s:32:\"5c682a4709f4632febbe7617a784a01a\";s:8:\"filesize\";s:7:\"1075558\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.8\";a:12:{s:4:\"name\";s:10:\"drupal 6.8\";s:7:\"version\";s:3:\"6.8\";s:3:\"tag\";s:10:\"DRUPAL-6-8\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/345833\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.8.tar.gz\";s:4:\"date\";s:10:\"1229018429\";s:6:\"mdhash\";s:32:\"561f281b2dbee8310293a61443bdfbc7\";s:8:\"filesize\";s:7:\"1074294\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:3:\"6.7\";a:12:{s:4:\"name\";s:10:\"drupal 6.7\";s:7:\"version\";s:3:\"6.7\";s:3:\"tag\";s:10:\"DRUPAL-6-7\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/345462\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.7.tar.gz\";s:4:\"date\";s:10:\"1228948512\";s:6:\"mdhash\";s:32:\"c9e8e5a9892538d355c62bd17b95b3a9\";s:8:\"filesize\";s:7:\"1074300\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.6\";a:12:{s:4:\"name\";s:10:\"drupal 6.6\";s:7:\"version\";s:3:\"6.6\";s:3:\"tag\";s:10:\"DRUPAL-6-6\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/324832\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.6.tar.gz\";s:4:\"date\";s:10:\"1224703817\";s:6:\"mdhash\";s:32:\"caaa55d1990b34dee48f5047ce98e2bb\";s:8:\"filesize\";s:7:\"1071507\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.5\";a:12:{s:4:\"name\";s:10:\"drupal 6.5\";s:7:\"version\";s:3:\"6.5\";s:3:\"tag\";s:10:\"DRUPAL-6-5\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318701\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.5.tar.gz\";s:4:\"date\";s:10:\"1223497211\";s:6:\"mdhash\";s:32:\"a88c561f0e61168b6ac710de55b6f91f\";s:8:\"filesize\";s:7:\"1071036\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.4\";a:12:{s:4:\"name\";s:10:\"Drupal 6.4\";s:7:\"version\";s:3:\"6.4\";s:3:\"tag\";s:10:\"DRUPAL-6-4\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295065\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.4.tar.gz\";s:4:\"date\";s:10:\"1218672611\";s:6:\"mdhash\";s:32:\"497b537285ad5847c1d3cb2f98ccf88c\";s:8:\"filesize\";s:7:\"1068473\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.3\";a:12:{s:4:\"name\";s:10:\"drupal 6.3\";s:7:\"version\";s:3:\"6.3\";s:3:\"tag\";s:10:\"DRUPAL-6-3\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/280583\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.3.tar.gz\";s:4:\"date\";s:10:\"1215640510\";s:6:\"mdhash\";s:32:\"f6a23149b906048d8a2dce1bad0e11a7\";s:8:\"filesize\";s:7:\"1061653\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.2\";a:12:{s:4:\"name\";s:10:\"drupal 6.2\";s:7:\"version\";s:3:\"6.2\";s:3:\"tag\";s:10:\"DRUPAL-6-2\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/244667\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.2.tar.gz\";s:4:\"date\";s:10:\"1207776009\";s:6:\"mdhash\";s:32:\"4c5af590b42b5a8e826177119c7e73b3\";s:8:\"filesize\";s:7:\"1058550\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.1\";a:12:{s:4:\"name\";s:10:\"drupal 6.1\";s:7:\"version\";s:3:\"6.1\";s:3:\"tag\";s:10:\"DRUPAL-6-1\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/227618\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.1.tar.gz\";s:4:\"date\";s:10:\"1204142109\";s:6:\"mdhash\";s:32:\"32bfd0b3a8a48e3f631e0a396ec96f68\";s:8:\"filesize\";s:7:\"1057213\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:3:\"6.0\";a:12:{s:4:\"name\";s:10:\"drupal 6.0\";s:7:\"version\";s:3:\"6.0\";s:3:\"tag\";s:10:\"DRUPAL-6-0\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/221219\";s:13:\"download_link\";s:54:\"http://ftp.drupal.org/files/projects/drupal-6.0.tar.gz\";s:4:\"date\";s:10:\"1202913008\";s:6:\"mdhash\";s:32:\"2138bd9f79906bd39c5dcc5289446c01\";s:8:\"filesize\";s:7:\"1057166\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.0-rc4\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc4\";s:7:\"version\";s:7:\"6.0-rc4\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-4\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/219510\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc4.tar.gz\";s:4:\"date\";s:10:\"1202511908\";s:6:\"mdhash\";s:32:\"35f04f54be270cfe55ea19b249c40c36\";s:8:\"filesize\";s:7:\"1057236\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.0-rc3\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc3\";s:7:\"version\";s:7:\"6.0-rc3\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-3\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/216077\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1201733406\";s:6:\"mdhash\";s:32:\"c7deaf2f7d3a4d89cf2413fcc5bb728a\";s:8:\"filesize\";s:7:\"1052926\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.0-rc2\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc2\";s:7:\"version\";s:7:\"6.0-rc2\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-2\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/208616\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1200005705\";s:6:\"mdhash\";s:32:\"75962b1deeac60d12c2ba03a04e588c9\";s:8:\"filesize\";s:7:\"1046845\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.0-rc1\";a:13:{s:4:\"name\";s:14:\"drupal 6.0-rc1\";s:7:\"version\";s:7:\"6.0-rc1\";s:3:\"tag\";s:15:\"DRUPAL-6-0-RC-1\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/202820\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1198191308\";s:6:\"mdhash\";s:32:\"36102983c0be837ee4b15090557efbcc\";s:8:\"filesize\";s:7:\"1040654\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta4\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta4\";s:7:\"version\";s:9:\"6.0-beta4\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-4\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/198188\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1196889906\";s:6:\"mdhash\";s:32:\"0747d613bb08471285da71fd5e8eb0d4\";s:8:\"filesize\";s:7:\"1025760\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta3\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta3\";s:7:\"version\";s:9:\"6.0-beta3\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-3\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/194287\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1195684804\";s:6:\"mdhash\";s:32:\"2af78e20c98c2425ec71dcead90359d7\";s:8:\"filesize\";s:7:\"1010222\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta2\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta2\";s:7:\"version\";s:9:\"6.0-beta2\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-2\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/184399\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1192658104\";s:6:\"mdhash\";s:32:\"dc95c3ffa6739273e34194a5be240738\";s:8:\"filesize\";s:6:\"991798\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:9:\"6.0-beta1\";a:13:{s:4:\"name\";s:16:\"drupal 6.0-beta1\";s:7:\"version\";s:9:\"6.0-beta1\";s:3:\"tag\";s:17:\"DRUPAL-6-0-BETA-1\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/175832\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/drupal-6.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1189840804\";s:6:\"mdhash\";s:32:\"a50471f2a835bcbd8324ef4d64201987\";s:8:\"filesize\";s:6:\"957946\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-dev\";a:12:{s:4:\"name\";s:14:\"Drupal 6.x-dev\";s:7:\"version\";s:7:\"6.x-dev\";s:3:\"tag\";s:8:\"DRUPAL-6\";s:13:\"version_major\";s:1:\"6\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/97368\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/drupal-6.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269302693\";s:6:\"mdhash\";s:32:\"2e482da2a618d3527ed8c7b67457953b\";s:8:\"filesize\";s:7:\"1091404\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}}s:14:\"latest_version\";s:4:\"6.16\";s:11:\"recommended\";s:4:\"6.16\";s:6:\"status\";i:1;}s:7:\"captcha\";a:23:{s:4:\"name\";s:7:\"captcha\";s:4:\"info\";a:11:{s:4:\"name\";s:7:\"CAPTCHA\";s:11:\"description\";s:61:\"Base CAPTCHA module for adding challenges to arbitrary forms.\";s:7:\"package\";s:12:\"Spam control\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:7:\"captcha\";s:9:\"datestamp\";s:10:\"1262396711\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:13:\"image_captcha\";s:13:\"image_captcha\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105406;}s:9:\"datestamp\";s:10:\"1262396711\";s:8:\"includes\";a:2:{s:7:\"captcha\";s:7:\"CAPTCHA\";s:13:\"image_captcha\";s:13:\"Image CAPTCHA\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.1\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:7:\"CAPTCHA\";s:10:\"short_name\";s:7:\"captcha\";s:10:\"dc:creator\";s:5:\"wundo\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:33:\"http://drupal.org/project/captcha\";s:8:\"releases\";a:14:{s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:15:\"captcha 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/672304\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1262396711\";s:6:\"mdhash\";s:32:\"093c16ce18dca0f60181db75bd500b0c\";s:8:\"filesize\";s:6:\"165067\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:15:\"captcha 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/586144\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1253743243\";s:6:\"mdhash\";s:32:\"a10e9524369a07f71195da84f80816ba\";s:8:\"filesize\";s:6:\"152230\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.0-rc3\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-2.0-rc3\";s:7:\"version\";s:11:\"6.x-2.0-rc3\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/561696\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1251415515\";s:6:\"mdhash\";s:32:\"5cca375c55696cf2919dd3b2fbb89f8f\";s:8:\"filesize\";s:5:\"97621\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc2\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-2.0-rc2\";s:7:\"version\";s:11:\"6.x-2.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/509348\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1246629317\";s:6:\"mdhash\";s:32:\"f04af543c77026d74c743abc794e92f9\";s:8:\"filesize\";s:5:\"82113\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc1\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-2.0-rc1\";s:7:\"version\";s:11:\"6.x-2.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/490958\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1244932228\";s:6:\"mdhash\";s:32:\"31411d9551200ff5422876aac96069d9\";s:8:\"filesize\";s:5:\"85018\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta5\";a:12:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta5\";s:7:\"version\";s:13:\"6.x-2.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/465306\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1242580821\";s:6:\"mdhash\";s:32:\"31fc5556501b097035aac48ae85b0150\";s:8:\"filesize\";s:5:\"67564\";}s:13:\"6.x-2.0-beta4\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta4\";s:7:\"version\";s:13:\"6.x-2.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/444424\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1240614311\";s:6:\"mdhash\";s:32:\"bf6fae015f39c393960dd95749d26a2d\";s:8:\"filesize\";s:5:\"53568\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/425826\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1239066050\";s:6:\"mdhash\";s:32:\"5330c966dbe920b6b6def3f9cc909df8\";s:8:\"filesize\";s:5:\"52998\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/368111\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1233604214\";s:6:\"mdhash\";s:32:\"5fc64168bb386816f73f066d7cd04a6d\";s:8:\"filesize\";s:5:\"42308\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:21:\"captcha 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354009\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1231021814\";s:6:\"mdhash\";s:32:\"2c403c3df398ee453682a0ec29db216e\";s:8:\"filesize\";s:5:\"41884\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:19:\"captcha 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/94922\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268870551\";s:6:\"mdhash\";s:32:\"9edd8cca8382ae05d853725e481db9c3\";s:8:\"filesize\";s:6:\"176361\";}s:11:\"6.x-1.0-rc2\";a:13:{s:4:\"name\";s:19:\"captcha 6.x-1.0-rc2\";s:7:\"version\";s:11:\"6.x-1.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/245354\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-1.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1207904704\";s:6:\"mdhash\";s:32:\"6f079f0572fe55e4b1a69cf7fda85ebd\";s:8:\"filesize\";s:5:\"47539\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:12:{s:4:\"name\";s:19:\"captcha 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222188\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1203092404\";s:6:\"mdhash\";s:32:\"fe7173cc04b745fd9af092fbbfc4fd0b\";s:8:\"filesize\";s:5:\"40500\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:19:\"captcha 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/214492\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/captcha-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1262995345\";s:6:\"mdhash\";s:32:\"62e03b250b05485e343858e8865d032a\";s:8:\"filesize\";s:5:\"87875\";}}s:14:\"latest_version\";s:7:\"6.x-2.1\";s:11:\"recommended\";s:7:\"6.x-2.1\";s:6:\"status\";i:5;}s:3:\"cck\";a:24:{s:4:\"name\";s:3:\"cck\";s:4:\"info\";a:11:{s:4:\"name\";s:7:\"Content\";s:11:\"description\";s:50:\"Allows administrators to define new content types.\";s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:11:{s:12:\"content_copy\";s:12:\"content_copy\";s:19:\"content_permissions\";s:19:\"content_permissions\";s:10:\"fieldgroup\";s:10:\"fieldgroup\";s:9:\"filefield\";s:9:\"filefield\";s:10:\"imagefield\";s:10:\"imagefield\";s:13:\"nodereference\";s:13:\"nodereference\";s:6:\"number\";s:6:\"number\";s:13:\"optionwidgets\";s:13:\"optionwidgets\";s:4:\"text\";s:4:\"text\";s:13:\"userreference\";s:13:\"userreference\";s:14:\"filefield_meta\";s:14:\"filefield_meta\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105543;}s:9:\"datestamp\";s:10:\"1257464735\";s:8:\"includes\";a:9:{s:7:\"content\";s:7:\"Content\";s:12:\"content_copy\";s:12:\"Content Copy\";s:19:\"content_permissions\";s:19:\"Content Permissions\";s:10:\"fieldgroup\";s:10:\"Fieldgroup\";s:13:\"nodereference\";s:14:\"Node Reference\";s:6:\"number\";s:6:\"Number\";s:13:\"optionwidgets\";s:14:\"Option Widgets\";s:4:\"text\";s:4:\"Text\";s:13:\"userreference\";s:14:\"User Reference\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.6\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:30:\"Content Construction Kit (CCK)\";s:10:\"short_name\";s:3:\"cck\";s:10:\"dc:creator\";s:5:\"yched\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"2,3\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:29:\"http://drupal.org/project/cck\";s:8:\"releases\";a:22:{s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:15:\"cck 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/484068\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1264464167\";s:6:\"mdhash\";s:32:\"78a76ee711fec0bf30e568aedcb26f06\";s:8:\"filesize\";s:6:\"464476\";}s:7:\"6.x-2.6\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.6\";s:7:\"version\";s:7:\"6.x-2.6\";s:3:\"tag\";s:13:\"DRUPAL-6--2-6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/624868\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.6.tar.gz\";s:4:\"date\";s:10:\"1257464737\";s:6:\"mdhash\";s:32:\"3e719a786f7fed2c6e7bd341a508ca60\";s:8:\"filesize\";s:6:\"423510\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.5\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.5\";s:7:\"version\";s:7:\"6.x-2.5\";s:3:\"tag\";s:13:\"DRUPAL-6--2-5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/539128\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.5.tar.gz\";s:4:\"date\";s:10:\"1249334429\";s:6:\"mdhash\";s:32:\"d20669111ff3e528a233a14247df42de\";s:8:\"filesize\";s:6:\"417417\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.4\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.4\";s:7:\"version\";s:7:\"6.x-2.4\";s:3:\"tag\";s:13:\"DRUPAL-6--2-4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/494022\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.4.tar.gz\";s:4:\"date\";s:10:\"1245237621\";s:6:\"mdhash\";s:32:\"e37388bf9061fa24df62e269a5c64fed\";s:8:\"filesize\";s:6:\"412002\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/482540\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1244163643\";s:6:\"mdhash\";s:32:\"7f60a6bbaba40059562a87fb33203197\";s:8:\"filesize\";s:6:\"410591\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/406534\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1237410615\";s:6:\"mdhash\";s:32:\"0fe5f8e6d1292fcfe98530a3dea0a1a1\";s:8:\"filesize\";s:6:\"357660\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:3:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";i:2;s:15:\"Security update\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/333173\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1226449204\";s:6:\"mdhash\";s:32:\"6036acde1dbc0bad62681de5f94bc912\";s:8:\"filesize\";s:6:\"318865\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:11:\"cck 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/330573\";s:13:\"download_link\";s:55:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1225914304\";s:6:\"mdhash\";s:32:\"ea2a47052833892030541464ad6609a9\";s:8:\"filesize\";s:6:\"318588\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:3:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";i:2;s:15:\"Security update\";}}}s:12:\"6.x-2.0-rc10\";a:13:{s:4:\"name\";s:16:\"cck 6.x-2.0-rc10\";s:7:\"version\";s:12:\"6.x-2.0-rc10\";s:3:\"tag\";s:18:\"DRUPAL-6--2-0-RC10\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"rc10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318642\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc10.tar.gz\";s:4:\"date\";s:10:\"1223488806\";s:6:\"mdhash\";s:32:\"1fbf5c09c881fe44ec09fff61d26aef9\";s:8:\"filesize\";s:6:\"248939\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc9\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc9\";s:7:\"version\";s:11:\"6.x-2.0-rc9\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC9\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/317796\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc9.tar.gz\";s:4:\"date\";s:10:\"1223325604\";s:6:\"mdhash\";s:32:\"9beefdfbf85f8a5e8b73235574d636a8\";s:8:\"filesize\";s:6:\"227274\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc8\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc8\";s:7:\"version\";s:11:\"6.x-2.0-rc8\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC8\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/316249\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc8.tar.gz\";s:4:\"date\";s:10:\"1222958408\";s:6:\"mdhash\";s:32:\"dd633f983e4a43bb9da7bd40e1d81682\";s:8:\"filesize\";s:6:\"226701\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc7\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc7\";s:7:\"version\";s:11:\"6.x-2.0-rc7\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC7\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/306274\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc7.tar.gz\";s:4:\"date\";s:10:\"1221003605\";s:6:\"mdhash\";s:32:\"b1024f15ca41f0cac9c521ba81fcb1ff\";s:8:\"filesize\";s:6:\"210995\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc6\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc6\";s:7:\"version\";s:11:\"6.x-2.0-rc6\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295736\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc6.tar.gz\";s:4:\"date\";s:10:\"1218809704\";s:6:\"mdhash\";s:32:\"ddcc92a076b4aacbf97f4b11ba58f2aa\";s:8:\"filesize\";s:6:\"206891\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc5\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc5\";s:7:\"version\";s:11:\"6.x-2.0-rc5\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295416\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc5.tar.gz\";s:4:\"date\";s:10:\"1218735306\";s:6:\"mdhash\";s:32:\"05c3d43fcf0e64c4277cf162693b1934\";s:8:\"filesize\";s:6:\"206821\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc4\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc4\";s:7:\"version\";s:11:\"6.x-2.0-rc4\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/280821\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc4.tar.gz\";s:4:\"date\";s:10:\"1215694806\";s:6:\"mdhash\";s:32:\"b0805a344cdee93fa0d9388160c5fac2\";s:8:\"filesize\";s:6:\"189040\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc3\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc3\";s:7:\"version\";s:11:\"6.x-2.0-rc3\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/278309\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1215117305\";s:6:\"mdhash\";s:32:\"564f1bd699786d73710078ec45ffa70b\";s:8:\"filesize\";s:6:\"180693\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc2\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc2\";s:7:\"version\";s:11:\"6.x-2.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/277906\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1215035705\";s:6:\"mdhash\";s:32:\"c0a8c02429c603a29efb08e497a9e3f7\";s:8:\"filesize\";s:6:\"168747\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc1\";a:13:{s:4:\"name\";s:15:\"cck 6.x-2.0-rc1\";s:7:\"version\";s:11:\"6.x-2.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/277894\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1215033603\";s:6:\"mdhash\";s:32:\"bf8b7810e31d7dff3261125d64ef1c00\";s:8:\"filesize\";s:6:\"168714\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:12:\"6.x-2.0-beta\";a:13:{s:4:\"name\";s:16:\"cck 6.x-2.0-beta\";s:7:\"version\";s:12:\"6.x-2.0-beta\";s:3:\"tag\";s:18:\"DRUPAL-6--2-0-BETA\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:4:\"beta\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/266143\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/cck-6.x-2.0-beta.tar.gz\";s:4:\"date\";s:10:\"1212504904\";s:6:\"mdhash\";s:32:\"28c5e224ea6b5bce864f315e07e788b2\";s:8:\"filesize\";s:6:\"145561\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:15:\"cck 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/266142\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1264464170\";s:6:\"mdhash\";s:32:\"939ed7e924100adbd07e4542db7da6e8\";s:8:\"filesize\";s:6:\"423679\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:13:\"6.x-1.0-alpha\";a:13:{s:4:\"name\";s:17:\"cck 6.x-1.0-alpha\";s:7:\"version\";s:13:\"6.x-1.0-alpha\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-ALPHA\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"alpha\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/250976\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/cck-6.x-1.0-alpha.tar.gz\";s:4:\"date\";s:10:\"1209089705\";s:6:\"mdhash\";s:32:\"5d5924ab9cbf5d7b9a0ed4b405659c44\";s:8:\"filesize\";s:6:\"132004\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:15:\"cck 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96064\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/cck-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1258027413\";s:6:\"mdhash\";s:32:\"33af7e74fe198cc6a79fe208d92afe11\";s:8:\"filesize\";s:6:\"176614\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}s:4:\"also\";a:1:{i:3;s:11:\"6.x-3.x-dev\";}s:14:\"latest_version\";s:7:\"6.x-2.6\";s:11:\"recommended\";s:7:\"6.x-2.6\";s:6:\"status\";i:5;}s:16:\"contentoptimizer\";a:23:{s:4:\"name\";s:16:\"contentoptimizer\";s:4:\"info\";a:11:{s:4:\"name\";s:17:\"Content Optimizer\";s:11:\"description\";s:68:\"Analyzes node content for search engine optimization recommendations\";s:7:\"package\";s:3:\"SEO\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:7:\"project\";s:16:\"contentoptimizer\";s:9:\"datestamp\";s:10:\"1238604330\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105600;}s:9:\"datestamp\";s:10:\"1238604330\";s:8:\"includes\";a:1:{s:16:\"contentoptimizer\";s:17:\"Content Optimizer\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:11:\"6.x-1.0-rc1\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:17:\"Content Optimizer\";s:10:\"short_name\";s:16:\"contentoptimizer\";s:10:\"dc:creator\";s:9:\"TomDude48\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:42:\"http://drupal.org/project/contentoptimizer\";s:8:\"releases\";a:1:{s:11:\"6.x-1.0-rc1\";a:12:{s:4:\"name\";s:28:\"contentoptimizer 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/420794\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/contentoptimizer-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1238604330\";s:6:\"mdhash\";s:32:\"03faafa5dec61c3cf5f7fb4d2c6ce779\";s:8:\"filesize\";s:5:\"12814\";}}s:14:\"latest_version\";s:11:\"6.x-1.0-rc1\";s:11:\"recommended\";s:11:\"6.x-1.0-rc1\";s:6:\"status\";i:5;}s:13:\"custom_pagers\";a:23:{s:4:\"name\";s:13:\"custom_pagers\";s:4:\"info\";a:10:{s:4:\"name\";s:13:\"Custom Pagers\";s:4:\"core\";s:3:\"6.x\";s:11:\"description\";s:79:\"Allows administrators to define custom pagers for navigation in lists of nodes.\";s:7:\"version\";s:14:\"6.x-1.10-beta1\";s:7:\"project\";s:13:\"custom_pagers\";s:9:\"datestamp\";s:10:\"1213759811\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105607;}s:9:\"datestamp\";s:10:\"1213759811\";s:8:\"includes\";a:1:{s:13:\"custom_pagers\";s:13:\"Custom Pagers\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:14:\"6.x-1.10-beta1\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:13:\"Custom Pagers\";s:10:\"short_name\";s:13:\"custom_pagers\";s:10:\"dc:creator\";s:5:\"eaton\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/custom_pagers\";s:8:\"releases\";a:3:{s:14:\"6.x-1.10-beta1\";a:12:{s:4:\"name\";s:28:\"custom_pagers 6.x-1.10-beta1\";s:7:\"version\";s:14:\"6.x-1.10-beta1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-10-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/271810\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/custom_pagers-6.x-1.10-beta1.tar.gz\";s:4:\"date\";s:10:\"1213759811\";s:6:\"mdhash\";s:32:\"8618e9a9f54e7673485348eca66dca24\";s:8:\"filesize\";s:5:\"12239\";}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"custom_pagers 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/687658\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/custom_pagers-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1263770104\";s:6:\"mdhash\";s:32:\"5c66e2b97812c88018e9022715f9562c\";s:8:\"filesize\";s:5:\"15906\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"custom_pagers 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/272107\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/custom_pagers-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1263773039\";s:6:\"mdhash\";s:32:\"89dda001b0a7804e1eadcdc48c022c28\";s:8:\"filesize\";s:5:\"15907\";}}s:14:\"latest_version\";s:14:\"6.x-1.10-beta1\";s:11:\"recommended\";s:14:\"6.x-1.10-beta1\";s:6:\"status\";i:5;}s:13:\"drupal_tweaks\";a:25:{s:4:\"name\";s:13:\"drupal_tweaks\";s:4:\"info\";a:11:{s:4:\"name\";s:15:\"Database tweaks\";s:11:\"description\";s:52:\"Database tweaks module for additional MySQL settings\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:13:\"Drupal Tweaks\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:13:\"drupal_tweaks\";s:9:\"datestamp\";s:10:\"1269561945\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1270004556;}s:9:\"datestamp\";s:10:\"1269561945\";s:8:\"includes\";a:2:{s:9:\"db_tweaks\";s:15:\"Database tweaks\";s:13:\"drupal_tweaks\";s:13:\"Drupal tweaks\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:11:\"6.x-1.x-dev\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:3:\"dev\";s:5:\"title\";s:13:\"Drupal tweaks\";s:10:\"short_name\";s:13:\"drupal_tweaks\";s:10:\"dc:creator\";s:6:\"kenorb\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/drupal_tweaks\";s:8:\"releases\";a:1:{s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"drupal_tweaks 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/527410\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/drupal_tweaks-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269561945\";s:6:\"mdhash\";s:32:\"5c028caee318c2ed1b9e91a9d08e925f\";s:8:\"filesize\";s:5:\"30406\";}}s:14:\"latest_version\";s:11:\"6.x-1.x-dev\";s:11:\"dev_version\";s:11:\"6.x-1.x-dev\";s:11:\"recommended\";s:11:\"6.x-1.x-dev\";s:10:\"latest_dev\";s:11:\"6.x-1.x-dev\";s:6:\"status\";i:5;}s:9:\"filefield\";a:23:{s:4:\"name\";s:9:\"filefield\";s:4:\"info\";a:11:{s:4:\"name\";s:9:\"FileField\";s:11:\"description\";s:26:\"Defines a file field type.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:3:\"5.0\";s:7:\"version\";s:7:\"6.x-3.2\";s:7:\"project\";s:9:\"filefield\";s:9:\"datestamp\";s:10:\"1256070656\";s:10:\"dependents\";a:2:{s:14:\"filefield_meta\";s:14:\"filefield_meta\";s:10:\"imagefield\";s:10:\"imagefield\";}s:16:\"_info_file_ctime\";i:1268105633;}s:9:\"datestamp\";s:10:\"1256070656\";s:8:\"includes\";a:1:{s:9:\"filefield\";s:9:\"FileField\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-3.2\";s:14:\"existing_major\";s:1:\"3\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:9:\"FileField\";s:10:\"short_name\";s:9:\"filefield\";s:10:\"dc:creator\";s:11:\"quicksketch\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"3\";s:16:\"supported_majors\";s:1:\"3\";s:13:\"default_major\";s:1:\"3\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:35:\"http://drupal.org/project/filefield\";s:8:\"releases\";a:21:{s:7:\"6.x-3.2\";a:12:{s:4:\"name\";s:17:\"filefield 6.x-3.2\";s:7:\"version\";s:7:\"6.x-3.2\";s:3:\"tag\";s:13:\"DRUPAL-6--3-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/609874\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.2.tar.gz\";s:4:\"date\";s:10:\"1256070656\";s:6:\"mdhash\";s:32:\"bd52f35628e2a5f12b7cde25e654d71e\";s:8:\"filesize\";s:5:\"81900\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.x-3.1\";a:12:{s:4:\"name\";s:17:\"filefield 6.x-3.1\";s:7:\"version\";s:7:\"6.x-3.1\";s:3:\"tag\";s:13:\"DRUPAL-6--3-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/509792\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.1.tar.gz\";s:4:\"date\";s:10:\"1246665925\";s:6:\"mdhash\";s:32:\"ef284d4c00c11a3a150950431268b763\";s:8:\"filesize\";s:5:\"77310\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.0\";a:12:{s:4:\"name\";s:17:\"filefield 6.x-3.0\";s:7:\"version\";s:7:\"6.x-3.0\";s:3:\"tag\";s:13:\"DRUPAL-6--3-0\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/439772\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0.tar.gz\";s:4:\"date\";s:10:\"1240272650\";s:6:\"mdhash\";s:32:\"ad963dc2c37c651c1b2565009ebd6333\";s:8:\"filesize\";s:5:\"66677\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.0-rc1\";a:13:{s:4:\"name\";s:21:\"filefield 6.x-3.0-rc1\";s:7:\"version\";s:11:\"6.x-3.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--3-0-RC1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/420990\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1238617254\";s:6:\"mdhash\";s:32:\"591ac9f233ca87f88ee81cef5f076055\";s:8:\"filesize\";s:5:\"56677\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:13:\"6.x-3.0-beta3\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-3.0-beta3\";s:7:\"version\";s:13:\"6.x-3.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/408062\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1237533921\";s:6:\"mdhash\";s:32:\"654c7ad272808eaf641964b15ad0d85b\";s:8:\"filesize\";s:5:\"49519\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta2\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-3.0-beta2\";s:7:\"version\";s:13:\"6.x-3.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/406852\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1237435521\";s:6:\"mdhash\";s:32:\"09be0dbd401144a78ad77261c8ad155a\";s:8:\"filesize\";s:5:\"46433\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta1\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-3.0-beta1\";s:7:\"version\";s:13:\"6.x-3.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/402448\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1237111249\";s:6:\"mdhash\";s:32:\"d292c013882d570db8d76fa0dfaf1956\";s:8:\"filesize\";s:5:\"45950\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha7\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha7\";s:7:\"version\";s:14:\"6.x-3.0-alpha7\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA7\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/368981\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha7.tar.gz\";s:4:\"date\";s:10:\"1233743443\";s:6:\"mdhash\";s:32:\"e90f5370ae92654f54c55a464ba1902d\";s:8:\"filesize\";s:5:\"42425\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha6\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha6\";s:7:\"version\";s:14:\"6.x-3.0-alpha6\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA6\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/357999\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha6.tar.gz\";s:4:\"date\";s:10:\"1231820418\";s:6:\"mdhash\";s:32:\"7b0083a13ea5550fd4238e995d3cc383\";s:8:\"filesize\";s:5:\"42003\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha5\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha5\";s:7:\"version\";s:14:\"6.x-3.0-alpha5\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA5\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318257\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha5.tar.gz\";s:4:\"date\";s:10:\"1223412645\";s:6:\"mdhash\";s:32:\"b7426b0dcf5d5b81d267d63508da7853\";s:8:\"filesize\";s:5:\"31976\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha4\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha4\";s:7:\"version\";s:14:\"6.x-3.0-alpha4\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/300633\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1219850117\";s:6:\"mdhash\";s:32:\"efbc5f890b1517b346c9232f6ecae390\";s:8:\"filesize\";s:5:\"33924\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha3\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha3\";s:7:\"version\";s:14:\"6.x-3.0-alpha3\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295582\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1218762612\";s:6:\"mdhash\";s:32:\"12b651ba7344cf12df6d012bfad6bad9\";s:8:\"filesize\";s:5:\"33822\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292970\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1218219614\";s:6:\"mdhash\";s:32:\"103b43ece002904b595292d43d3824ca\";s:8:\"filesize\";s:5:\"33022\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/289874\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1217572520\";s:6:\"mdhash\";s:32:\"3baa71f7474c685981e4bb21dfea0f2f\";s:8:\"filesize\";s:5:\"33001\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:21:\"filefield 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96616\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/filefield-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1262995550\";s:6:\"mdhash\";s:32:\"f00311771f5b0b6431294176c4b4365a\";s:8:\"filesize\";s:5:\"91699\";}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/282502\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1216052708\";s:6:\"mdhash\";s:32:\"16d7dc669271b9ded8d709a03f46a12e\";s:8:\"filesize\";s:5:\"36534\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/276520\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1214786709\";s:6:\"mdhash\";s:32:\"337a36de008d2adba4e241700dfc7835\";s:8:\"filesize\";s:5:\"33771\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:13:{s:4:\"name\";s:23:\"filefield 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/276020\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1214646309\";s:6:\"mdhash\";s:32:\"f55c8088212c8ef790128d672ea63d3c\";s:8:\"filesize\";s:5:\"30229\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha3\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-1.0-alpha3\";s:7:\"version\";s:14:\"6.x-1.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-ALPHA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275237\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1214484311\";s:6:\"mdhash\";s:32:\"35edea2e3c2d7586c9efe7bde7d89875\";s:8:\"filesize\";s:5:\"28409\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha2\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-1.0-alpha2\";s:7:\"version\";s:14:\"6.x-1.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-ALPHA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/274537\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1214353208\";s:6:\"mdhash\";s:32:\"fad99b3ccc10d1c7185e05190c18b2e2\";s:8:\"filesize\";s:5:\"27684\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha1\";a:13:{s:4:\"name\";s:24:\"filefield 6.x-1.0-alpha1\";s:7:\"version\";s:14:\"6.x-1.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-ALPHA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/274307\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/filefield-6.x-1.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1214320524\";s:6:\"mdhash\";s:32:\"71cd35da51661f17a066f68dc47ab471\";s:8:\"filesize\";s:5:\"26177\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}}s:14:\"latest_version\";s:7:\"6.x-3.2\";s:11:\"recommended\";s:7:\"6.x-3.2\";s:6:\"status\";i:5;}s:14:\"globalredirect\";a:23:{s:4:\"name\";s:14:\"globalredirect\";s:4:\"info\";a:10:{s:4:\"name\";s:15:\"Global Redirect\";s:11:\"description\";s:129:\"Searches for an alias of the current URL and 301 redirects if found. Stops duplicate content arising when path module is enabled.\";s:12:\"dependencies\";a:1:{i:0;s:4:\"path\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"globalredirect\";s:9:\"datestamp\";s:10:\"1229943020\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105672;}s:9:\"datestamp\";s:10:\"1229943020\";s:8:\"includes\";a:1:{s:14:\"globalredirect\";s:15:\"Global Redirect\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.2\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:15:\"Global Redirect\";s:10:\"short_name\";s:14:\"globalredirect\";s:10:\"dc:creator\";s:16:\"nicholasThompson\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:40:\"http://drupal.org/project/globalredirect\";s:8:\"releases\";a:4:{s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:22:\"globalredirect 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/350063\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1229943020\";s:6:\"mdhash\";s:32:\"cca649a0f5b07d83dc0c1ad3614b1598\";s:8:\"filesize\";s:5:\"10728\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:22:\"globalredirect 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/347569\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1229406320\";s:6:\"mdhash\";s:32:\"c1d33dfbc236e0e57650f14994b69ec2\";s:8:\"filesize\";s:5:\"10104\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:22:\"globalredirect 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/290943\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1217861419\";s:6:\"mdhash\";s:32:\"b15f97b0686d890d7776d12f5027a55a\";s:8:\"filesize\";s:4:\"8511\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:26:\"globalredirect 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/202035\";s:13:\"download_link\";s:70:\"http://ftp.drupal.org/files/projects/globalredirect-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1267661239\";s:6:\"mdhash\";s:32:\"3394b410b18868e5082fe1b4f8104d69\";s:8:\"filesize\";s:5:\"15080\";}}s:14:\"latest_version\";s:7:\"6.x-1.2\";s:11:\"recommended\";s:7:\"6.x-1.2\";s:6:\"status\";i:5;}s:24:\"google_website_optimizer\";a:23:{s:4:\"name\";s:24:\"google_website_optimizer\";s:4:\"info\";a:10:{s:4:\"name\";s:24:\"Google Website Optimizer\";s:11:\"description\";s:84:\"Easily insert the nessesary javascript code for your Google Website Optimizer tests.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:24:\"google_website_optimizer\";s:9:\"datestamp\";s:10:\"1245761746\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105692;}s:9:\"datestamp\";s:10:\"1245761746\";s:8:\"includes\";a:1:{s:24:\"google_website_optimizer\";s:24:\"Google Website Optimizer\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.3\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:24:\"Google Website Optimizer\";s:10:\"short_name\";s:24:\"google_website_optimizer\";s:10:\"dc:creator\";s:9:\"Schoonzie\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:50:\"http://drupal.org/project/google_website_optimizer\";s:8:\"releases\";a:5:{s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/499710\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1245761746\";s:6:\"mdhash\";s:32:\"cc38d2e1b1887bb100632ff88ec2693a\";s:8:\"filesize\";s:5:\"12782\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/444984\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1240694731\";s:6:\"mdhash\";s:32:\"6d935a5e4a1de5af75a3cf5bdf8f67be\";s:8:\"filesize\";s:5:\"10242\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:11:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/341040\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1228109712\";s:6:\"mdhash\";s:32:\"c22825de9cb80004d181a8f9a0983a0a\";s:8:\"filesize\";s:4:\"9665\";}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:32:\"google_website_optimizer 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/340116\";s:13:\"download_link\";s:76:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1227856815\";s:6:\"mdhash\";s:32:\"041ef250fe0c02c57e1eeacf702feac3\";s:8:\"filesize\";s:4:\"9624\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:36:\"google_website_optimizer 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/444992\";s:13:\"download_link\";s:80:\"http://ftp.drupal.org/files/projects/google_website_optimizer-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1245759938\";s:6:\"mdhash\";s:32:\"869f1dd285322b6407bbee4947e4f5e1\";s:8:\"filesize\";s:5:\"12789\";}}s:14:\"latest_version\";s:7:\"6.x-1.3\";s:11:\"recommended\";s:7:\"6.x-1.3\";s:6:\"status\";i:5;}s:16:\"google_analytics\";a:23:{s:4:\"name\";s:16:\"google_analytics\";s:4:\"info\";a:11:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:72:\"Adds Google Analytics javascript tracking code to all your site\'s pages.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:10:\"Statistics\";s:7:\"version\";s:7:\"6.x-2.2\";s:7:\"project\";s:16:\"google_analytics\";s:9:\"datestamp\";s:10:\"1238610067\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105678;}s:9:\"datestamp\";s:10:\"1238610067\";s:8:\"includes\";a:1:{s:15:\"googleanalytics\";s:16:\"Google Analytics\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.2\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:16:\"Google Analytics\";s:10:\"short_name\";s:16:\"google_analytics\";s:10:\"dc:creator\";s:5:\"budda\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:42:\"http://drupal.org/project/google_analytics\";s:8:\"releases\";a:10:{s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/420896\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1238610067\";s:6:\"mdhash\";s:32:\"d6dc156f22d68af81b97927b2e940eb0\";s:8:\"filesize\";s:5:\"41366\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/419896\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1238532028\";s:6:\"mdhash\";s:32:\"7dfe7e82f04be4946f0109e569be0aad\";s:8:\"filesize\";s:5:\"41372\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/339957\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1227819013\";s:6:\"mdhash\";s:32:\"e2c56e47ece0ee344baee0d3f512857d\";s:8:\"filesize\";s:5:\"36640\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:28:\"google_analytics 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/310381\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1257811921\";s:6:\"mdhash\";s:32:\"84f2effd3af2cf9c5a3c7d293861e369\";s:8:\"filesize\";s:5:\"45562\";}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/419890\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1238531732\";s:6:\"mdhash\";s:32:\"ca07cd5a26231df8aacc0c63aecf181c\";s:8:\"filesize\";s:5:\"50415\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/339956\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1227819013\";s:6:\"mdhash\";s:32:\"f3d8a32dc113c333da443c4c7ea3069b\";s:8:\"filesize\";s:5:\"45239\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/264919\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1212224110\";s:6:\"mdhash\";s:32:\"857b9b732be6bb900cd47e106b570912\";s:8:\"filesize\";s:5:\"34969\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:24:\"google_analytics 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/262361\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1211668511\";s:6:\"mdhash\";s:32:\"75e1cb17d2f72a8ecb094fc8b9f5d55f\";s:8:\"filesize\";s:5:\"34622\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:24:\"google_analytics 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222288\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1203108613\";s:6:\"mdhash\";s:32:\"3978f371c1f9dc6ced46e7f7d9e7a5b6\";s:8:\"filesize\";s:5:\"17546\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:28:\"google_analytics 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/177666\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/google_analytics-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1257811923\";s:6:\"mdhash\";s:32:\"cfc0ff8fb46000bbfd6efd056be27489\";s:8:\"filesize\";s:5:\"54879\";}}s:14:\"latest_version\";s:7:\"6.x-2.2\";s:11:\"recommended\";s:7:\"6.x-2.2\";s:6:\"status\";i:5;}s:12:\"htmlpurifier\";a:23:{s:4:\"name\";s:12:\"htmlpurifier\";s:4:\"info\";a:10:{s:4:\"name\";s:13:\"HTML Purifier\";s:11:\"description\";s:74:\"Filter that removes malicious HTML and ensures standards compliant output.\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:5:\"5.0.5\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:12:\"htmlpurifier\";s:9:\"datestamp\";s:10:\"1260667838\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:16:\"_info_file_ctime\";i:1268105701;}s:9:\"datestamp\";s:10:\"1260667838\";s:8:\"includes\";a:1:{s:12:\"htmlpurifier\";s:13:\"HTML Purifier\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.1\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:13:\"HTML Purifier\";s:10:\"short_name\";s:12:\"htmlpurifier\";s:10:\"dc:creator\";s:6:\"ezyang\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:38:\"http://drupal.org/project/htmlpurifier\";s:8:\"releases\";a:4:{s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:20:\"htmlpurifier 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/658372\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1260667838\";s:6:\"mdhash\";s:32:\"e285673bc1032560e82da8c1967c4f2d\";s:8:\"filesize\";s:5:\"13747\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:20:\"htmlpurifier 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/515186\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1247184331\";s:6:\"mdhash\";s:32:\"ffc725f039859a2b4187ccd6cea0d71e\";s:8:\"filesize\";s:5:\"13253\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:20:\"htmlpurifier 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/260008\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1211165409\";s:6:\"mdhash\";s:32:\"4f2e6a2bd771a706502e9681463ed2f4\";s:8:\"filesize\";s:5:\"13247\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:24:\"htmlpurifier 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/250909\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/htmlpurifier-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1260922049\";s:6:\"mdhash\";s:32:\"6796e8dea1cfe1c15602d13b08c589e6\";s:8:\"filesize\";s:5:\"15500\";}}s:14:\"latest_version\";s:7:\"6.x-2.1\";s:11:\"recommended\";s:7:\"6.x-2.1\";s:6:\"status\";i:5;}s:8:\"imageapi\";a:23:{s:4:\"name\";s:8:\"imageapi\";s:4:\"info\";a:11:{s:4:\"name\";s:8:\"ImageAPI\";s:11:\"description\";s:38:\"ImageAPI supporting multiple toolkits.\";s:7:\"package\";s:10:\"ImageCache\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:3:\"5.1\";s:7:\"version\";s:7:\"6.x-1.6\";s:7:\"project\";s:8:\"imageapi\";s:9:\"datestamp\";s:10:\"1239992203\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:2:{s:10:\"imagecache\";s:10:\"imagecache\";s:13:\"imagecache_ui\";s:13:\"imagecache_ui\";}s:16:\"_info_file_ctime\";i:1268105902;}s:9:\"datestamp\";s:10:\"1239992203\";s:8:\"includes\";a:2:{s:8:\"imageapi\";s:8:\"ImageAPI\";s:11:\"imageapi_gd\";s:12:\"ImageAPI GD2\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.6\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:8:\"ImageAPI\";s:10:\"short_name\";s:8:\"imageapi\";s:10:\"dc:creator\";s:7:\"drewish\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:34:\"http://drupal.org/project/imageapi\";s:8:\"releases\";a:10:{s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/436964\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1239992203\";s:6:\"mdhash\";s:32:\"f37907f3b3189f8ed964ee2a16218f03\";s:8:\"filesize\";s:5:\"23769\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/405820\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1237371335\";s:6:\"mdhash\";s:32:\"0127a0556a4261f906538f4211b8650e\";s:8:\"filesize\";s:5:\"23813\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/398654\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1236792328\";s:6:\"mdhash\";s:32:\"cffb8c9b3de4bbae7860df1cbe1c55c7\";s:8:\"filesize\";s:5:\"23850\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370133\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1233920429\";s:6:\"mdhash\";s:32:\"8f1ee8d4cf7ae9e590406dd209b32117\";s:8:\"filesize\";s:5:\"22816\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:16:\"imageapi 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354868\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1231215617\";s:6:\"mdhash\";s:32:\"41bf47a306b1cdf0a611800ba6f210cc\";s:8:\"filesize\";s:5:\"22754\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:10:{s:4:\"name\";s:16:\"imageapi 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1226821512\";s:6:\"mdhash\";s:32:\"d8f08b6ffc6c2f08701bb553c317ac93\";s:8:\"filesize\";s:5:\"22491\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:15:\"Security update\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:16:\"imageapi 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/313564\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1222378231\";s:6:\"mdhash\";s:32:\"d2e6ecdfcda91ce87037899af1a42a48\";s:8:\"filesize\";s:5:\"18843\";}s:14:\"6.x-1.0-alpha2\";a:13:{s:4:\"name\";s:23:\"imageapi 6.x-1.0-alpha2\";s:7:\"version\";s:14:\"6.x-1.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292966\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1218219019\";s:6:\"mdhash\";s:32:\"e5e1723c878b372e0f71a54deade2759\";s:8:\"filesize\";s:5:\"18832\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha1\";a:13:{s:4:\"name\";s:23:\"imageapi 6.x-1.0-alpha1\";s:7:\"version\";s:14:\"6.x-1.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275936\";s:13:\"download_link\";s:67:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1214610910\";s:6:\"mdhash\";s:32:\"35bc5ec06dbfa7cf88f55223b161e8d9\";s:8:\"filesize\";s:5:\"16813\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:20:\"imageapi 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/257609\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/imageapi-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1259496510\";s:6:\"mdhash\";s:32:\"c147ace4ed8a5b38c53810399fb998d2\";s:8:\"filesize\";s:5:\"27496\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}s:14:\"latest_version\";s:7:\"6.x-1.6\";s:11:\"recommended\";s:7:\"6.x-1.6\";s:6:\"status\";i:5;}s:10:\"imagecache\";a:23:{s:4:\"name\";s:10:\"imagecache\";s:4:\"info\";a:11:{s:4:\"name\";s:10:\"ImageCache\";s:11:\"description\";s:36:\"Dynamic image manipulator and cache.\";s:7:\"package\";s:10:\"ImageCache\";s:12:\"dependencies\";a:1:{i:0;s:8:\"imageapi\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:14:\"6.x-2.0-beta10\";s:7:\"project\";s:10:\"imagecache\";s:9:\"datestamp\";s:10:\"1250716281\";s:10:\"dependents\";a:1:{s:13:\"imagecache_ui\";s:13:\"imagecache_ui\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105914;}s:9:\"datestamp\";s:10:\"1250716281\";s:8:\"includes\";a:2:{s:10:\"imagecache\";s:10:\"ImageCache\";s:13:\"imagecache_ui\";s:13:\"ImageCache UI\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:14:\"6.x-2.0-beta10\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:10:\"ImageCache\";s:10:\"short_name\";s:10:\"imagecache\";s:10:\"dc:creator\";s:7:\"drewish\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/imagecache\";s:8:\"releases\";a:13:{s:14:\"6.x-2.0-beta10\";a:13:{s:4:\"name\";s:25:\"imagecache 6.x-2.0-beta10\";s:7:\"version\";s:14:\"6.x-2.0-beta10\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-BETA10\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"beta10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/554090\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta10.tar.gz\";s:4:\"date\";s:10:\"1250716281\";s:6:\"mdhash\";s:32:\"70b0132f0f8506a42d7e4481802b87af\";s:8:\"filesize\";s:5:\"67482\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:13:\"6.x-2.0-beta9\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta9\";s:7:\"version\";s:13:\"6.x-2.0-beta9\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA9\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/436974\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta9.tar.gz\";s:4:\"date\";s:10:\"1239992507\";s:6:\"mdhash\";s:32:\"ba1ff29cde2680fc4530ec03bb314f40\";s:8:\"filesize\";s:5:\"63999\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta8\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta8\";s:7:\"version\";s:13:\"6.x-2.0-beta8\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA8\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/375944\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta8.tar.gz\";s:4:\"date\";s:10:\"1234908073\";s:6:\"mdhash\";s:32:\"da2a33a8b515aa24a8968e8c900ede29\";s:8:\"filesize\";s:5:\"57863\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta7\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta7\";s:7:\"version\";s:13:\"6.x-2.0-beta7\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA7\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/375935\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta7.tar.gz\";s:4:\"date\";s:10:\"1234907441\";s:6:\"mdhash\";s:32:\"2fc3ec524113c7f25f60343d80e9ef2c\";s:8:\"filesize\";s:5:\"57868\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta6\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta6\";s:7:\"version\";s:13:\"6.x-2.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370142\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1233921654\";s:6:\"mdhash\";s:32:\"37aeefc218c3c67f2669bb31ae70ec04\";s:8:\"filesize\";s:5:\"56280\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta5\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta5\";s:7:\"version\";s:13:\"6.x-2.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/355169\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1231271425\";s:6:\"mdhash\";s:32:\"fec1fb74904033c1bfe296edfaeaf475\";s:8:\"filesize\";s:5:\"56246\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta4\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta4\";s:7:\"version\";s:13:\"6.x-2.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354866\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1231215019\";s:6:\"mdhash\";s:32:\"91a36885a8e13a6c2a33aa5ed351cdda\";s:8:\"filesize\";s:5:\"56233\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/349938\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1229907316\";s:6:\"mdhash\";s:32:\"1c7df03f8e9d6035550d08e670482318\";s:8:\"filesize\";s:5:\"29771\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/327844\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1225317623\";s:6:\"mdhash\";s:32:\"38b7b964197263d2c23094ed0ce82e1d\";s:8:\"filesize\";s:5:\"24920\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:24:\"imagecache 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318352\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1223430312\";s:6:\"mdhash\";s:32:\"dd23eb6c526a9c700218e9ee9f27837e\";s:8:\"filesize\";s:5:\"24918\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:22:\"imagecache 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96391\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/imagecache-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1255047543\";s:6:\"mdhash\";s:32:\"4c6a69de484757df8d6eab59f584a105\";s:8:\"filesize\";s:5:\"75633\";}s:14:\"6.x-1.0-alpha2\";a:13:{s:4:\"name\";s:25:\"imagecache 6.x-1.0-alpha2\";s:7:\"version\";s:14:\"6.x-1.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292975\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagecache-6.x-1.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1218219914\";s:6:\"mdhash\";s:32:\"dd6f9663370215c513f5f0f12dc9e0aa\";s:8:\"filesize\";s:5:\"24806\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-1.0-alpha1\";a:13:{s:4:\"name\";s:25:\"imagecache 6.x-1.0-alpha1\";s:7:\"version\";s:14:\"6.x-1.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--1-0-alpha1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275934\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagecache-6.x-1.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1214610910\";s:6:\"mdhash\";s:32:\"17e0a01b206046a1c84d3341797bcd40\";s:8:\"filesize\";s:5:\"23765\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}s:14:\"latest_version\";s:14:\"6.x-2.0-beta10\";s:11:\"recommended\";s:14:\"6.x-2.0-beta10\";s:6:\"status\";i:5;}s:10:\"imagefield\";a:23:{s:4:\"name\";s:10:\"imagefield\";s:4:\"info\";a:11:{s:4:\"name\";s:10:\"ImageField\";s:11:\"description\";s:28:\"Defines an image field type.\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:7:\"content\";i:1;s:9:\"filefield\";}s:7:\"package\";s:3:\"CCK\";s:7:\"version\";s:7:\"6.x-3.2\";s:7:\"project\";s:10:\"imagefield\";s:9:\"datestamp\";s:10:\"1256070937\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105926;}s:9:\"datestamp\";s:10:\"1256070937\";s:8:\"includes\";a:1:{s:10:\"imagefield\";s:10:\"ImageField\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-3.2\";s:14:\"existing_major\";s:1:\"3\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:10:\"ImageField\";s:10:\"short_name\";s:10:\"imagefield\";s:10:\"dc:creator\";s:11:\"quicksketch\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"3\";s:16:\"supported_majors\";s:1:\"3\";s:13:\"default_major\";s:1:\"3\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/imagefield\";s:8:\"releases\";a:12:{s:7:\"6.x-3.2\";a:12:{s:4:\"name\";s:18:\"imagefield 6.x-3.2\";s:7:\"version\";s:7:\"6.x-3.2\";s:3:\"tag\";s:13:\"DRUPAL-6--3-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/609878\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.2.tar.gz\";s:4:\"date\";s:10:\"1256070937\";s:6:\"mdhash\";s:32:\"6e5700f65209708913c389c075b0ebe7\";s:8:\"filesize\";s:5:\"30534\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.1\";a:12:{s:4:\"name\";s:18:\"imagefield 6.x-3.1\";s:7:\"version\";s:7:\"6.x-3.1\";s:3:\"tag\";s:13:\"DRUPAL-6--3-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/509788\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.1.tar.gz\";s:4:\"date\";s:10:\"1246665655\";s:6:\"mdhash\";s:32:\"8aee5d27405bb818da9e53dff52fea03\";s:8:\"filesize\";s:5:\"27258\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.0\";a:12:{s:4:\"name\";s:18:\"imagefield 6.x-3.0\";s:7:\"version\";s:7:\"6.x-3.0\";s:3:\"tag\";s:13:\"DRUPAL-6--3-0\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/439776\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0.tar.gz\";s:4:\"date\";s:10:\"1240272934\";s:6:\"mdhash\";s:32:\"518413c94a2b60ebbee2527a175ce828\";s:8:\"filesize\";s:5:\"25309\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.0-rc1\";a:13:{s:4:\"name\";s:22:\"imagefield 6.x-3.0-rc1\";s:7:\"version\";s:11:\"6.x-3.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--3-0-RC1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/421006\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1238618152\";s:6:\"mdhash\";s:32:\"408e3510544987622a38dcb5a9222a24\";s:8:\"filesize\";s:5:\"25076\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta3\";a:13:{s:4:\"name\";s:24:\"imagefield 6.x-3.0-beta3\";s:7:\"version\";s:13:\"6.x-3.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/408064\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1237534251\";s:6:\"mdhash\";s:32:\"dce14931da48a5db72e71e2a7239526a\";s:8:\"filesize\";s:5:\"21839\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta2\";a:13:{s:4:\"name\";s:24:\"imagefield 6.x-3.0-beta2\";s:7:\"version\";s:13:\"6.x-3.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/406846\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1237435254\";s:6:\"mdhash\";s:32:\"2ff6ec9186edba9705a06fb2e6c4d868\";s:8:\"filesize\";s:5:\"21932\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-3.0-beta1\";a:13:{s:4:\"name\";s:24:\"imagefield 6.x-3.0-beta1\";s:7:\"version\";s:13:\"6.x-3.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--3-0-BETA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/402452\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1237112123\";s:6:\"mdhash\";s:32:\"0ca7d8c0e59154d6c02a9b6e3451a4b3\";s:8:\"filesize\";s:5:\"21651\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha4\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha4\";s:7:\"version\";s:14:\"6.x-3.0-alpha4\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/357439\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1231716017\";s:6:\"mdhash\";s:32:\"9d4e3efe3a2f1380880cb3581e39867d\";s:8:\"filesize\";s:5:\"19371\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha3\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha3\";s:7:\"version\";s:14:\"6.x-3.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/352408\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1230629116\";s:6:\"mdhash\";s:32:\"c686ef38ac5754b448e0083e869b5df2\";s:8:\"filesize\";s:5:\"19165\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/300636\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1219850122\";s:6:\"mdhash\";s:32:\"01a404bac9ad55f5cfff5312ac480a77\";s:8:\"filesize\";s:5:\"17205\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:25:\"imagefield 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:21:\"DRUPAL-6--3-0-ALPHA-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/292981\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1218220514\";s:6:\"mdhash\";s:32:\"0ec96da0b37dc803e2bc9c49541b5617\";s:8:\"filesize\";s:5:\"17286\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:22:\"imagefield 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/96519\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/imagefield-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270037404\";s:6:\"mdhash\";s:32:\"7ceb73521e2686dce47cd8a869e581f6\";s:8:\"filesize\";s:5:\"34860\";}}s:14:\"latest_version\";s:7:\"6.x-3.2\";s:11:\"recommended\";s:7:\"6.x-3.2\";s:6:\"status\";i:5;}s:4:\"imce\";a:24:{s:4:\"name\";s:4:\"imce\";s:4:\"info\";a:10:{s:4:\"name\";s:4:\"IMCE\";s:11:\"description\";s:82:\"An image/file uploader and browser supporting personal directories and user quota.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:4:\"imce\";s:9:\"datestamp\";s:10:\"1253890535\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:12:\"imce_wysiwyg\";s:12:\"imce_wysiwyg\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105945;}s:9:\"datestamp\";s:10:\"1253890535\";s:8:\"includes\";a:1:{s:4:\"imce\";s:4:\"IMCE\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.3\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:4:\"IMCE\";s:10:\"short_name\";s:4:\"imce\";s:10:\"dc:creator\";s:4:\"ufku\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:30:\"http://drupal.org/project/imce\";s:8:\"releases\";a:7:{s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:18:\"imce 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/745524\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/imce-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1268868008\";s:6:\"mdhash\";s:32:\"57650c4154c7a787cd1014a0c3ef6acc\";s:8:\"filesize\";s:5:\"55910\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:16:\"imce 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/745638\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imce-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270339670\";s:6:\"mdhash\";s:32:\"a787f6fa0ae8134c7b98240040c461ab\";s:8:\"filesize\";s:5:\"56401\";}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:12:\"imce 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/587952\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1253890535\";s:6:\"mdhash\";s:32:\"f09555cd6454d1623c29258ab27525f9\";s:8:\"filesize\";s:5:\"98382\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:12:\"imce 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/379266\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1235227525\";s:6:\"mdhash\";s:32:\"0045f383acf0d49538ea74fe9c832d2c\";s:8:\"filesize\";s:5:\"69523\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:12:\"imce 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/286385\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1216839313\";s:6:\"mdhash\";s:32:\"f630895cbbeddeb8ddbdf034e378897c\";s:8:\"filesize\";s:5:\"61264\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:12:\"imce 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/254557\";s:13:\"download_link\";s:56:\"http://ftp.drupal.org/files/projects/imce-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1209915610\";s:6:\"mdhash\";s:32:\"e7d80f9f2d55225ecdcca2ab590d1601\";s:8:\"filesize\";s:5:\"52832\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:16:\"imce 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/238016\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/imce-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268050096\";s:6:\"mdhash\";s:32:\"f9cb85fb6c25aefb5656df994904fe24\";s:8:\"filesize\";s:6:\"109839\";}}s:4:\"also\";a:1:{i:2;s:13:\"6.x-2.0-beta1\";}s:14:\"latest_version\";s:7:\"6.x-1.3\";s:11:\"recommended\";s:7:\"6.x-1.3\";s:6:\"status\";i:5;}s:12:\"imce_wysiwyg\";a:23:{s:4:\"name\";s:12:\"imce_wysiwyg\";s:4:\"info\";a:11:{s:4:\"name\";s:23:\"IMCE Wysiwyg API bridge\";s:11:\"description\";s:82:\"Makes IMCE available as plugin for client-side editors integrated via Wysiwyg API.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:4:\"imce\";i:1;s:7:\"wysiwyg\";}s:7:\"version\";s:7:\"6.x-1.1\";s:7:\"project\";s:12:\"imce_wysiwyg\";s:9:\"datestamp\";s:10:\"1268433606\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268623164;}s:9:\"datestamp\";s:10:\"1268433606\";s:8:\"includes\";a:1:{s:12:\"imce_wysiwyg\";s:23:\"IMCE Wysiwyg API bridge\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.1\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:19:\"IMCE Wysiwyg bridge\";s:10:\"short_name\";s:12:\"imce_wysiwyg\";s:10:\"dc:creator\";s:3:\"sun\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:38:\"http://drupal.org/project/imce_wysiwyg\";s:8:\"releases\";a:3:{s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:20:\"imce_wysiwyg 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/741170\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/imce_wysiwyg-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1268433606\";s:6:\"mdhash\";s:32:\"3fd03f7e05e058d0fbd22e3e6d5573d7\";s:8:\"filesize\";s:4:\"8756\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:20:\"imce_wysiwyg 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/390960\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/imce_wysiwyg-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1236182123\";s:6:\"mdhash\";s:32:\"1b1c172985c6de7dd1dd013b46d62fc4\";s:8:\"filesize\";s:4:\"7690\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:24:\"imce_wysiwyg 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/383902\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/imce_wysiwyg-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268438873\";s:6:\"mdhash\";s:32:\"cdf7200f36ba2e7c838d6822fd9be820\";s:8:\"filesize\";s:4:\"8760\";}}s:14:\"latest_version\";s:7:\"6.x-1.1\";s:11:\"recommended\";s:7:\"6.x-1.1\";s:6:\"status\";i:5;}s:6:\"mollom\";a:23:{s:4:\"name\";s:6:\"mollom\";s:4:\"info\";a:10:{s:4:\"name\";s:6:\"Mollom\";s:11:\"description\";s:28:\"Protects forms against spam.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:6:\"mollom\";s:9:\"datestamp\";s:10:\"1266654608\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268105984;}s:9:\"datestamp\";s:10:\"1266654608\";s:8:\"includes\";a:1:{s:6:\"mollom\";s:6:\"Mollom\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:8:\"6.x-1.12\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:6:\"Mollom\";s:10:\"short_name\";s:6:\"mollom\";s:10:\"dc:creator\";s:5:\"Dries\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:32:\"http://drupal.org/project/mollom\";s:8:\"releases\";a:14:{s:8:\"6.x-1.12\";a:12:{s:4:\"name\";s:15:\"mollom 6.x-1.12\";s:7:\"version\";s:8:\"6.x-1.12\";s:3:\"tag\";s:14:\"DRUPAL-6--1-12\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/719046\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.12.tar.gz\";s:4:\"date\";s:10:\"1266654609\";s:6:\"mdhash\";s:32:\"b61c51828cbf5549feaf11415486f974\";s:8:\"filesize\";s:6:\"101485\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.11\";a:12:{s:4:\"name\";s:15:\"mollom 6.x-1.11\";s:7:\"version\";s:8:\"6.x-1.11\";s:3:\"tag\";s:14:\"DRUPAL-6--1-11\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/715640\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.11.tar.gz\";s:4:\"date\";s:10:\"1266310212\";s:6:\"mdhash\";s:32:\"cee6b3a3c7b7b5aba328d81614622733\";s:8:\"filesize\";s:5:\"57047\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.10\";a:12:{s:4:\"name\";s:15:\"mollom 6.x-1.10\";s:7:\"version\";s:8:\"6.x-1.10\";s:3:\"tag\";s:14:\"DRUPAL-6--1-10\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/551398\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.10.tar.gz\";s:4:\"date\";s:10:\"1250518002\";s:6:\"mdhash\";s:32:\"bc0386fe8651ee80ea1682f67927a3d0\";s:8:\"filesize\";s:5:\"57084\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.9\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.9\";s:7:\"version\";s:7:\"6.x-1.9\";s:3:\"tag\";s:13:\"DRUPAL-6--1-9\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/499448\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.9.tar.gz\";s:4:\"date\";s:10:\"1245744678\";s:6:\"mdhash\";s:32:\"4de4c3716ecf0f83b1e3240163516711\";s:8:\"filesize\";s:5:\"67682\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.8\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.8\";s:7:\"version\";s:7:\"6.x-1.8\";s:3:\"tag\";s:13:\"DRUPAL-6--1-8\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/483872\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.8.tar.gz\";s:4:\"date\";s:10:\"1244310045\";s:6:\"mdhash\";s:32:\"a2e2c2646be11d146c573579124c755e\";s:8:\"filesize\";s:5:\"63382\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.7\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.7\";s:7:\"version\";s:7:\"6.x-1.7\";s:3:\"tag\";s:13:\"DRUPAL-6--1-7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/357580\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.7.tar.gz\";s:4:\"date\";s:10:\"1231754438\";s:6:\"mdhash\";s:32:\"4afd83225f274b7045478a4a844da630\";s:8:\"filesize\";s:5:\"58506\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/329669\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1225746622\";s:6:\"mdhash\";s:32:\"5530b3fd8f6504458a07f5c3f50ef1bd\";s:8:\"filesize\";s:5:\"47717\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.5\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.5\";s:7:\"version\";s:7:\"6.x-1.5\";s:3:\"tag\";s:13:\"DRUPAL-6--1-5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/310844\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.5.tar.gz\";s:4:\"date\";s:10:\"1221849919\";s:6:\"mdhash\";s:32:\"7c4c1498775842894c01d152e3314b3b\";s:8:\"filesize\";s:5:\"37299\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/310123\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1221726019\";s:6:\"mdhash\";s:32:\"cc8dd33fb3e4a2be6dad63b14f37358f\";s:8:\"filesize\";s:5:\"42951\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:11:{s:4:\"name\";s:14:\"mollom 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/281320\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1215772510\";s:6:\"mdhash\";s:32:\"136d1651ab23259643e30f12c56ed9a3\";s:8:\"filesize\";s:5:\"33768\";}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/256923\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1210427711\";s:6:\"mdhash\";s:32:\"bd1b8e3093e9fce9d1d3577c943b7425\";s:8:\"filesize\";s:5:\"30192\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:14:\"mollom 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/253437\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1209633913\";s:6:\"mdhash\";s:32:\"83d86f500d5b8968f10268505f55fa9a\";s:8:\"filesize\";s:5:\"30227\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:14:\"mollom 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/243324\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1207505419\";s:6:\"mdhash\";s:32:\"7b952a4153c63924537294f95cf5de70\";s:8:\"filesize\";s:5:\"17988\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:18:\"mollom 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/240825\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/mollom-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270080625\";s:6:\"mdhash\";s:32:\"b7bbd5f2a797c5df6a3ad8751a22dfc0\";s:8:\"filesize\";s:6:\"106120\";}}s:14:\"latest_version\";s:8:\"6.x-1.12\";s:11:\"recommended\";s:8:\"6.x-1.12\";s:6:\"status\";i:5;}s:10:\"page_title\";a:23:{s:4:\"name\";s:10:\"page_title\";s:4:\"info\";a:10:{s:4:\"name\";s:10:\"Page Title\";s:11:\"description\";s:60:\"Enhanced control over the page title (in the <head> tag).\";s:12:\"dependencies\";a:1:{i:0;s:5:\"token\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.3\";s:7:\"project\";s:10:\"page_title\";s:9:\"datestamp\";s:10:\"1259017563\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106092;}s:9:\"datestamp\";s:10:\"1259017563\";s:8:\"includes\";a:1:{s:10:\"page_title\";s:10:\"Page Title\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.3\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:10:\"Page Title\";s:10:\"short_name\";s:10:\"page_title\";s:10:\"dc:creator\";s:16:\"nicholasThompson\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/page_title\";s:8:\"releases\";a:6:{s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/640996\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1259017563\";s:6:\"mdhash\";s:32:\"6def2a6a0c41dafcaacbc601fd5f0ea4\";s:8:\"filesize\";s:5:\"22968\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/494268\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1245253961\";s:6:\"mdhash\";s:32:\"2fdaaccb84ee7b31f74c122a9505c6c2\";s:8:\"filesize\";s:5:\"17887\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/488580\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1244719902\";s:6:\"mdhash\";s:32:\"a317b7ef019f5fb1a7a274d9e53c21ba\";s:8:\"filesize\";s:5:\"17212\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:18:\"page_title 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/347896\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1229463942\";s:6:\"mdhash\";s:32:\"ad928009c94a5c6e52b076c38f27e13f\";s:8:\"filesize\";s:5:\"14079\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:22:\"page_title 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/253981\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/page_title-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1265760755\";s:6:\"mdhash\";s:32:\"8c6bd8b2b0d1b232901f636a5019f1ab\";s:8:\"filesize\";s:5:\"26803\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:22:\"page_title 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/253965\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/page_title-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1209773371\";s:6:\"mdhash\";s:32:\"d2b03b5b5812cd5fe4b8d2172ab6fcdf\";s:8:\"filesize\";s:5:\"13417\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}}s:14:\"latest_version\";s:7:\"6.x-2.3\";s:11:\"recommended\";s:7:\"6.x-2.3\";s:6:\"status\";i:5;}s:13:\"path_redirect\";a:23:{s:4:\"name\";s:13:\"path_redirect\";s:4:\"info\";a:13:{s:4:\"name\";s:13:\"Path redirect\";s:11:\"description\";s:39:\"Redirect users from one URL to another.\";s:4:\"core\";s:3:\"6.x\";s:8:\"enhances\";a:1:{i:0;s:8:\"pathauto\";}s:8:\"suggests\";a:1:{i:0;s:15:\"global_redirect\";}s:10:\"recommends\";a:1:{i:0;s:8:\"elements\";}s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:7:\"project\";s:13:\"path_redirect\";s:9:\"datestamp\";s:10:\"1259754356\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:22:\"path_redirect_generate\";s:22:\"path_redirect_generate\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106103;}s:9:\"datestamp\";s:10:\"1259754356\";s:8:\"includes\";a:1:{s:13:\"path_redirect\";s:13:\"Path redirect\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:13:\"6.x-1.0-beta6\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:13:\"Path redirect\";s:10:\"short_name\";s:13:\"path_redirect\";s:10:\"dc:creator\";s:9:\"Dave Reid\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/path_redirect\";s:8:\"releases\";a:7:{s:13:\"6.x-1.0-beta6\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta6\";s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/648776\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1259754356\";s:6:\"mdhash\";s:32:\"a20dc7dfff62af01eea0456cb5e4fd70\";s:8:\"filesize\";s:5:\"23270\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta5\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta5\";s:7:\"version\";s:13:\"6.x-1.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/644446\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1259302241\";s:6:\"mdhash\";s:32:\"94f88a568bb995695722e7545bd3f810\";s:8:\"filesize\";s:5:\"30639\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta4\";a:12:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta4\";s:7:\"version\";s:13:\"6.x-1.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/504200\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1246142744\";s:6:\"mdhash\";s:32:\"d5f2683b2f0f65a84689913c5426a940\";s:8:\"filesize\";s:5:\"29665\";}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/386380\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1235783128\";s:6:\"mdhash\";s:32:\"95af5b995034fa4de176add1e544a531\";s:8:\"filesize\";s:5:\"25777\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/386362\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1235781633\";s:6:\"mdhash\";s:32:\"065c9073e5b344871bf00ad57278b2bd\";s:8:\"filesize\";s:5:\"23887\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"path_redirect 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/365131\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1233085230\";s:6:\"mdhash\";s:32:\"4fe2c3973eb4e986b4a68319ddab3b5d\";s:8:\"filesize\";s:5:\"17569\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"path_redirect 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/195055\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/path_redirect-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1268957582\";s:6:\"mdhash\";s:32:\"4df9103ef4212db834ab9aa168a62fad\";s:8:\"filesize\";s:5:\"21680\";}}s:14:\"latest_version\";s:13:\"6.x-1.0-beta6\";s:11:\"recommended\";s:13:\"6.x-1.0-beta6\";s:6:\"status\";i:5;}s:8:\"pathauto\";a:26:{s:4:\"name\";s:8:\"pathauto\";s:4:\"info\";a:11:{s:4:\"name\";s:8:\"Pathauto\";s:11:\"description\";s:95:\"Provides a mechanism for modules to automatically generate aliases for the content they manage.\";s:12:\"dependencies\";a:2:{i:0;s:4:\"path\";i:1;s:5:\"token\";}s:8:\"suggests\";a:1:{i:0;s:13:\"path_redirect\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:8:\"pathauto\";s:9:\"datestamp\";s:10:\"1259928742\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106119;}s:9:\"datestamp\";s:10:\"1259928742\";s:8:\"includes\";a:1:{s:8:\"pathauto\";s:8:\"Pathauto\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:11:\"6.x-1.x-dev\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:3:\"dev\";s:5:\"title\";s:8:\"Pathauto\";s:10:\"short_name\";s:8:\"pathauto\";s:10:\"dc:creator\";s:8:\"greggles\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:34:\"http://drupal.org/project/pathauto\";s:8:\"releases\";a:6:{s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:20:\"pathauto 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/710692\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/pathauto-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269951270\";s:6:\"mdhash\";s:32:\"a642390f7495e0c4a79c89e13dae4696\";s:8:\"filesize\";s:6:\"125334\";}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/727806\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1267299906\";s:6:\"mdhash\";s:32:\"9d612b248ba1de5887ee52b69cbd1ad3\";s:8:\"filesize\";s:6:\"138251\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/610622\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1256137878\";s:6:\"mdhash\";s:32:\"e27d8578aa485a68e9cc48d150d24dcc\";s:8:\"filesize\";s:6:\"127507\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/275258\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1214487317\";s:6:\"mdhash\";s:32:\"1c6e0ef50e5cd3685bff7652c5cd4886\";s:8:\"filesize\";s:6:\"103474\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:16:\"pathauto 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/252930\";s:13:\"download_link\";s:60:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1209519916\";s:6:\"mdhash\";s:32:\"c9355aae82a7547c1f601c93d4598732\";s:8:\"filesize\";s:5:\"63114\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:20:\"pathauto 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/95354\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/pathauto-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269908004\";s:6:\"mdhash\";s:32:\"44af0838a8d853af2d13491405aac791\";s:8:\"filesize\";s:6:\"138227\";}}s:4:\"also\";a:1:{i:2;s:11:\"6.x-2.x-dev\";}s:14:\"latest_version\";s:7:\"6.x-1.3\";s:11:\"recommended\";s:7:\"6.x-1.3\";s:11:\"dev_version\";s:11:\"6.x-1.x-dev\";s:10:\"latest_dev\";s:11:\"6.x-1.x-dev\";s:6:\"status\";i:4;}s:9:\"search404\";a:23:{s:4:\"name\";s:9:\"search404\";s:4:\"info\";a:10:{s:4:\"name\";s:10:\"Search 404\";s:11:\"description\";s:10:\"Search 404\";s:12:\"dependencies\";a:1:{i:0;s:6:\"search\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.8\";s:7:\"project\";s:9:\"search404\";s:9:\"datestamp\";s:10:\"1261997461\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106145;}s:9:\"datestamp\";s:10:\"1261997461\";s:8:\"includes\";a:1:{s:9:\"search404\";s:10:\"Search 404\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.8\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:10:\"Search 404\";s:10:\"short_name\";s:9:\"search404\";s:10:\"dc:creator\";s:7:\"zyxware\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:35:\"http://drupal.org/project/search404\";s:8:\"releases\";a:10:{s:7:\"6.x-1.9\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.9\";s:7:\"version\";s:7:\"6.x-1.9\";s:3:\"tag\";s:13:\"DRUPAL-6--1-9\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"9\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/752504\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.9.tar.gz\";s:4:\"date\";s:10:\"1269503417\";s:6:\"mdhash\";s:32:\"65a1bcf02c1c1d270cc52b3d221cd50f\";s:8:\"filesize\";s:5:\"19596\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.8\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.8\";s:7:\"version\";s:7:\"6.x-1.8\";s:3:\"tag\";s:13:\"DRUPAL-6--1-8\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/669050\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.8.tar.gz\";s:4:\"date\";s:10:\"1261997461\";s:6:\"mdhash\";s:32:\"873123ffb0a50de59baf80692819a1d8\";s:8:\"filesize\";s:5:\"17065\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.7\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.7\";s:7:\"version\";s:7:\"6.x-1.7\";s:3:\"tag\";s:13:\"DRUPAL-6--1-7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/505026\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.7.tar.gz\";s:4:\"date\";s:10:\"1246263081\";s:6:\"mdhash\";s:32:\"69afaddb2f1545edd202d0f4d3a89a17\";s:8:\"filesize\";s:5:\"15612\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.6\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.6\";s:7:\"version\";s:7:\"6.x-1.6\";s:3:\"tag\";s:13:\"DRUPAL-6--1-6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/502890\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.6.tar.gz\";s:4:\"date\";s:10:\"1246012027\";s:6:\"mdhash\";s:32:\"967c2c7ed806b8680474151af8f71904\";s:8:\"filesize\";s:5:\"14491\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.4\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.4\";s:7:\"version\";s:7:\"6.x-1.4\";s:3:\"tag\";s:13:\"DRUPAL-6--1-4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/349992\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.4.tar.gz\";s:4:\"date\";s:10:\"1229923537\";s:6:\"mdhash\";s:32:\"4ab93207c827fb23051665191ed5b222\";s:8:\"filesize\";s:5:\"10999\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.3\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.3\";s:7:\"version\";s:7:\"6.x-1.3\";s:3:\"tag\";s:13:\"DRUPAL-6--1-3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/349014\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.3.tar.gz\";s:4:\"date\";s:10:\"1229677530\";s:6:\"mdhash\";s:32:\"c3ca1c188fdee9073aa8d392f48e9422\";s:8:\"filesize\";s:5:\"11002\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.2\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/348979\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1229667333\";s:6:\"mdhash\";s:32:\"886ecbb00d5e5505b8b8c0cded75593b\";s:8:\"filesize\";s:5:\"11005\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:17:\"search404 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/288069\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1217242227\";s:6:\"mdhash\";s:32:\"1efa603d0221cd9d7e4d173ec30df488\";s:8:\"filesize\";s:4:\"9212\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:17:\"search404 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/230657\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/search404-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1204797914\";s:6:\"mdhash\";s:32:\"fb1524d38214886ff3e5315b853e73f0\";s:8:\"filesize\";s:4:\"9140\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:21:\"search404 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/229782\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/search404-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269346724\";s:6:\"mdhash\";s:32:\"ce563ccd956f340d44445ba917c0e096\";s:8:\"filesize\";s:5:\"19600\";}}s:14:\"latest_version\";s:7:\"6.x-1.9\";s:11:\"recommended\";s:7:\"6.x-1.9\";s:6:\"status\";i:4;}s:13:\"seo_checklist\";a:23:{s:4:\"name\";s:13:\"seo_checklist\";s:4:\"info\";a:11:{s:4:\"name\";s:13:\"SEO Checklist\";s:11:\"description\";s:50:\"A Search Engine Optimization checklist for Drupal.\";s:4:\"core\";s:3:\"6.x\";s:10:\"recommends\";a:1:{i:0;s:13:\"vertical_tabs\";}s:7:\"version\";s:13:\"6.x-2.1-beta1\";s:7:\"project\";s:13:\"seo_checklist\";s:9:\"datestamp\";s:10:\"1258764652\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106155;}s:9:\"datestamp\";s:10:\"1258764652\";s:8:\"includes\";a:1:{s:12:\"seochecklist\";s:13:\"SEO Checklist\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:13:\"6.x-2.1-beta1\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:13:\"SEO Checklist\";s:10:\"short_name\";s:13:\"seo_checklist\";s:10:\"dc:creator\";s:7:\"Volacci\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/seo_checklist\";s:8:\"releases\";a:6:{s:13:\"6.x-2.1-beta1\";a:13:{s:4:\"name\";s:27:\"seo_checklist 6.x-2.1-beta1\";s:7:\"version\";s:13:\"6.x-2.1-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-1-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/638836\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-2.1-beta1.tar.gz\";s:4:\"date\";s:10:\"1258764652\";s:6:\"mdhash\";s:32:\"817dbdc559005b29ada0618f7affb713\";s:8:\"filesize\";s:5:\"13622\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:11:{s:4:\"name\";s:21:\"seo_checklist 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/543282\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1249685460\";s:6:\"mdhash\";s:32:\"bcdc6552409a26705c2fb16547ac4ecf\";s:8:\"filesize\";s:5:\"11954\";}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:25:\"seo_checklist 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/192953\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1260360904\";s:6:\"mdhash\";s:32:\"6d1eeae5542090c488e0df96133d49d4\";s:8:\"filesize\";s:5:\"13596\";}s:13:\"6.x-1.0-beta3\";a:12:{s:4:\"name\";s:27:\"seo_checklist 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/376928\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1235159158\";s:6:\"mdhash\";s:32:\"37b2500d7990e15c613403a4a04dfbe5\";s:8:\"filesize\";s:5:\"12975\";}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"seo_checklist 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/364639\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1233006063\";s:6:\"mdhash\";s:32:\"61771891c3cb5a7e1a77bb0044346450\";s:8:\"filesize\";s:5:\"12909\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"seo_checklist 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/363927\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/seo_checklist-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1232895040\";s:6:\"mdhash\";s:32:\"162b0fd6066b9be2a0242ad8f4205551\";s:8:\"filesize\";s:5:\"12141\";}}s:14:\"latest_version\";s:13:\"6.x-2.1-beta1\";s:11:\"recommended\";s:13:\"6.x-2.1-beta1\";s:6:\"status\";i:5;}s:13:\"taxonomy_menu\";a:24:{s:4:\"name\";s:13:\"taxonomy_menu\";s:4:\"info\";a:11:{s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:8:\"taxonomy\";}s:11:\"description\";s:39:\"Adds links to taxonomy terms to a menu.\";s:4:\"name\";s:13:\"Taxonomy Menu\";s:7:\"package\";s:13:\"Taxonomy Menu\";s:7:\"version\";s:7:\"6.x-2.5\";s:7:\"project\";s:13:\"taxonomy_menu\";s:9:\"datestamp\";s:10:\"1264125906\";s:10:\"dependents\";a:3:{s:23:\"taxonomy_menu_hierarchy\";s:23:\"taxonomy_menu_hierarchy\";s:25:\"taxonomy_menu_path_custom\";s:25:\"taxonomy_menu_path_custom\";s:29:\"taxonomy_menu_vocabulary_path\";s:29:\"taxonomy_menu_vocabulary_path\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106197;}s:9:\"datestamp\";s:10:\"1264125906\";s:8:\"includes\";a:4:{s:13:\"taxonomy_menu\";s:13:\"Taxonomy Menu\";s:23:\"taxonomy_menu_hierarchy\";s:23:\"Taxonomy Menu Hierarchy\";s:25:\"taxonomy_menu_path_custom\";s:25:\"Taxonomy Menu Custom Path\";s:29:\"taxonomy_menu_vocabulary_path\";s:29:\"Taxonomy Menu Vocabulary Path\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.5\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:13:\"Taxonomy Menu\";s:10:\"short_name\";s:13:\"taxonomy_menu\";s:10:\"dc:creator\";s:12:\"indytechcook\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"2,3\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/taxonomy_menu\";s:8:\"releases\";a:25:{s:17:\"6.x-3.0-unstable5\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable5\";s:7:\"version\";s:17:\"6.x-3.0-unstable5\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE5\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671602\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable5.tar.gz\";s:4:\"date\";s:10:\"1262274062\";s:6:\"mdhash\";s:32:\"abc6522260614222a9dd1cde546ce7fa\";s:8:\"filesize\";s:5:\"17778\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:17:\"6.x-3.0-unstable4\";a:12:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable4\";s:7:\"version\";s:17:\"6.x-3.0-unstable4\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE4\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671290\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable4.tar.gz\";s:4:\"date\";s:10:\"1262227860\";s:6:\"mdhash\";s:32:\"6446ef3b37a73d703582ac491060f094\";s:8:\"filesize\";s:5:\"17781\";}s:17:\"6.x-3.0-unstable3\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable3\";s:7:\"version\";s:17:\"6.x-3.0-unstable3\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671266\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable3.tar.gz\";s:4:\"date\";s:10:\"1262225460\";s:6:\"mdhash\";s:32:\"d0d5d94cc29663986fb8cfd2b2457a13\";s:8:\"filesize\";s:5:\"17332\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:17:\"6.x-3.0-unstable2\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable2\";s:7:\"version\";s:17:\"6.x-3.0-unstable2\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671132\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable2.tar.gz\";s:4:\"date\";s:10:\"1262210777\";s:6:\"mdhash\";s:32:\"b29594a5e1a1778c7c133de93948be23\";s:8:\"filesize\";s:5:\"11257\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:17:\"6.x-3.0-unstable1\";a:13:{s:4:\"name\";s:31:\"taxonomy_menu 6.x-3.0-unstable1\";s:7:\"version\";s:17:\"6.x-3.0-unstable1\";s:3:\"tag\";s:23:\"DRUPAL-6--3-0-UNSTABLE1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671024\";s:13:\"download_link\";s:75:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.0-unstable1.tar.gz\";s:4:\"date\";s:10:\"1262201773\";s:6:\"mdhash\";s:32:\"752a9740ed9d5014a3c35b24065215b6\";s:8:\"filesize\";s:5:\"11193\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-3.x-dev\";a:11:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/671264\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1262304925\";s:6:\"mdhash\";s:32:\"daaea91e0a6705b8cfb93d39f2a3f5fd\";s:8:\"filesize\";s:5:\"17770\";}s:7:\"6.x-2.5\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.5\";s:7:\"version\";s:7:\"6.x-2.5\";s:3:\"tag\";s:13:\"DRUPAL-6--2-5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/692162\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.5.tar.gz\";s:4:\"date\";s:10:\"1264125906\";s:6:\"mdhash\";s:32:\"a3c6d07525d1666806a47a0f610667a4\";s:8:\"filesize\";s:5:\"27213\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.4-rc2\";a:13:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-2.4-rc2\";s:7:\"version\";s:11:\"6.x-2.4-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-4-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/670742\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-rc2.tar.gz\";s:4:\"date\";s:10:\"1262181369\";s:6:\"mdhash\";s:32:\"cb69e667fb5532349dd82004b25321a5\";s:8:\"filesize\";s:5:\"27209\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.4-rc1\";a:13:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-2.4-rc1\";s:7:\"version\";s:11:\"6.x-2.4-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-4-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/651232\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-rc1.tar.gz\";s:4:\"date\";s:10:\"1259934392\";s:6:\"mdhash\";s:32:\"38f928e1417fc41976b669a32c00443d\";s:8:\"filesize\";s:5:\"27204\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta4\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta4\";s:7:\"version\";s:13:\"6.x-2.4-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650530\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta4.tar.gz\";s:4:\"date\";s:10:\"1259870536\";s:6:\"mdhash\";s:32:\"edf626c1bd185f650cae528ec2dfc90d\";s:8:\"filesize\";s:5:\"26549\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta3\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta3\";s:7:\"version\";s:13:\"6.x-2.4-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/619866\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta3.tar.gz\";s:4:\"date\";s:10:\"1257020475\";s:6:\"mdhash\";s:32:\"1d0657b8329885286f06676810f68381\";s:8:\"filesize\";s:5:\"24479\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta2\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta2\";s:7:\"version\";s:13:\"6.x-2.4-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/619828\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta2.tar.gz\";s:4:\"date\";s:10:\"1257014785\";s:6:\"mdhash\";s:32:\"12a46fe12f122784387e8cfecb6f32ca\";s:8:\"filesize\";s:5:\"24557\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.4-beta1\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.4-beta1\";s:7:\"version\";s:13:\"6.x-2.4-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-4-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/563460\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.4-beta1.tar.gz\";s:4:\"date\";s:10:\"1251597953\";s:6:\"mdhash\";s:32:\"8839af1305e3350d1ced2d3ae1f53a5b\";s:8:\"filesize\";s:5:\"23110\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/414130\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1238036514\";s:6:\"mdhash\";s:32:\"8da347d60f77057f4802b752d54f2bfc\";s:8:\"filesize\";s:5:\"18942\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:11:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/412894\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1237947055\";s:6:\"mdhash\";s:32:\"a7ef17577036991f5194b9ece4570dd0\";s:8:\"filesize\";s:5:\"15370\";}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/410170\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1237735559\";s:6:\"mdhash\";s:32:\"bdb84f0171f4a9614af6eb487897a21e\";s:8:\"filesize\";s:5:\"18991\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/401804\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1237035350\";s:6:\"mdhash\";s:32:\"01e5546325135ae86f36ce3b8bcb05f1\";s:8:\"filesize\";s:5:\"17927\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:12:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/398810\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1236799892\";s:6:\"mdhash\";s:32:\"22be736bc1bc9b7eb1f01731286b0852\";s:8:\"filesize\";s:5:\"17930\";}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/398304\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1236771361\";s:6:\"mdhash\";s:32:\"3842be293a3e5a2fde3b7a6e8a751bed\";s:8:\"filesize\";s:5:\"17928\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:27:\"taxonomy_menu 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/389158\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1236042664\";s:6:\"mdhash\";s:32:\"358aeecf374c3d785ee109423d6af9d9\";s:8:\"filesize\";s:5:\"15170\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/374526\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1264162609\";s:6:\"mdhash\";s:32:\"921b40f368767c07aee0ceb61d5fd4b4\";s:8:\"filesize\";s:5:\"27219\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.02\";a:12:{s:4:\"name\";s:22:\"taxonomy_menu 6.x-1.02\";s:7:\"version\";s:8:\"6.x-1.02\";s:3:\"tag\";s:14:\"DRUPAL-6--1-02\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/369639\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.02.tar.gz\";s:4:\"date\";s:10:\"1233856276\";s:6:\"mdhash\";s:32:\"8e4bc1575a6243c8cbd20db2aa7c2322\";s:8:\"filesize\";s:5:\"11895\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.01\";a:12:{s:4:\"name\";s:22:\"taxonomy_menu 6.x-1.01\";s:7:\"version\";s:8:\"6.x-1.01\";s:3:\"tag\";s:14:\"DRUPAL-6--1-01\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307681\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.01.tar.gz\";s:4:\"date\";s:10:\"1221247526\";s:6:\"mdhash\";s:32:\"26187febe377e04cdcc409d9ed5d9224\";s:8:\"filesize\";s:5:\"11960\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:11:{s:4:\"name\";s:21:\"taxonomy_menu 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/216362\";s:13:\"download_link\";s:65:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1201797307\";s:6:\"mdhash\";s:32:\"6eaa65357538250840becf3b38dc62af\";s:8:\"filesize\";s:5:\"10082\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"taxonomy_menu 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/216367\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/taxonomy_menu-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1233663564\";s:6:\"mdhash\";s:32:\"70071688288c9a8ad3da4f8ab439f52d\";s:8:\"filesize\";s:5:\"11899\";}}s:4:\"also\";a:1:{i:3;s:17:\"6.x-3.0-unstable5\";}s:14:\"latest_version\";s:7:\"6.x-2.5\";s:11:\"recommended\";s:7:\"6.x-2.5\";s:6:\"status\";i:5;}s:5:\"token\";a:23:{s:4:\"name\";s:5:\"token\";s:4:\"info\";a:10:{s:4:\"name\";s:5:\"Token\";s:11:\"description\";s:79:\"Provides a shared API for replacement of textual placeholders with actual data.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1243895498\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:4:{s:10:\"page_title\";s:10:\"page_title\";s:8:\"pathauto\";s:8:\"pathauto\";s:12:\"tokenSTARTER\";s:12:\"tokenSTARTER\";s:13:\"token_actions\";s:13:\"token_actions\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106212;}s:9:\"datestamp\";s:10:\"1243895498\";s:8:\"includes\";a:3:{s:5:\"token\";s:5:\"Token\";s:12:\"tokenSTARTER\";s:12:\"TokenSTARTER\";s:13:\"token_actions\";s:13:\"Token actions\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:8:\"6.x-1.12\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:5:\"Token\";s:10:\"short_name\";s:5:\"token\";s:10:\"dc:creator\";s:5:\"eaton\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:31:\"http://drupal.org/project/token\";s:8:\"releases\";a:4:{s:8:\"6.x-1.12\";a:12:{s:4:\"name\";s:14:\"token 6.x-1.12\";s:7:\"version\";s:8:\"6.x-1.12\";s:3:\"tag\";s:14:\"DRUPAL-6--1-12\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"12\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/479142\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/token-6.x-1.12.tar.gz\";s:4:\"date\";s:10:\"1243895498\";s:6:\"mdhash\";s:32:\"413e7d796066118f9ba78aaaa2974d80\";s:8:\"filesize\";s:5:\"47427\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.11\";a:12:{s:4:\"name\";s:14:\"token 6.x-1.11\";s:7:\"version\";s:8:\"6.x-1.11\";s:3:\"tag\";s:14:\"DRUPAL-6--1-11\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"11\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/290380\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/token-6.x-1.11.tar.gz\";s:4:\"date\";s:10:\"1217698238\";s:6:\"mdhash\";s:32:\"9abb50dec933520496b549d6ef95c1d9\";s:8:\"filesize\";s:5:\"33151\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:8:\"6.x-1.10\";a:11:{s:4:\"name\";s:14:\"token 6.x-1.10\";s:7:\"version\";s:8:\"6.x-1.10\";s:3:\"tag\";s:14:\"DRUPAL-6--1-10\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:2:\"10\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/225619\";s:13:\"download_link\";s:58:\"http://ftp.drupal.org/files/projects/token-6.x-1.10.tar.gz\";s:4:\"date\";s:10:\"1203741911\";s:6:\"mdhash\";s:32:\"262848c39c75a7f832856ba6bc4713ea\";s:8:\"filesize\";s:5:\"17219\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:17:\"token 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/208375\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/token-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269951618\";s:6:\"mdhash\";s:32:\"2d27712ad60a179f74e9169329d84ac3\";s:8:\"filesize\";s:5:\"65211\";}}s:14:\"latest_version\";s:8:\"6.x-1.12\";s:11:\"recommended\";s:8:\"6.x-1.12\";s:6:\"status\";i:5;}s:13:\"vertical_tabs\";a:23:{s:4:\"name\";s:13:\"vertical_tabs\";s:4:\"info\";a:12:{s:4:\"name\";s:13:\"Vertical Tabs\";s:11:\"description\";s:67:\"Provides vertical tabs for supported forms like the node edit page.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:14:\"User interface\";s:10:\"recommends\";a:1:{i:0;s:4:\"form\";}s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:7:\"project\";s:13:\"vertical_tabs\";s:9:\"datestamp\";s:10:\"1265224223\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106235;}s:9:\"datestamp\";s:10:\"1265224223\";s:8:\"includes\";a:1:{s:13:\"vertical_tabs\";s:13:\"Vertical Tabs\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:11:\"6.x-1.0-rc1\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:13:\"Vertical Tabs\";s:10:\"short_name\";s:13:\"vertical_tabs\";s:10:\"dc:creator\";s:9:\"dmitrig01\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:1:\"1\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:39:\"http://drupal.org/project/vertical_tabs\";s:8:\"releases\";a:9:{s:11:\"6.x-1.0-rc1\";a:13:{s:4:\"name\";s:25:\"vertical_tabs 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/703822\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1265224224\";s:6:\"mdhash\";s:32:\"8eedce167488a875bcac8cdc0d2f8600\";s:8:\"filesize\";s:5:\"17012\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta7\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta7\";s:7:\"version\";s:13:\"6.x-1.0-beta7\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA7\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/655024\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta7.tar.gz\";s:4:\"date\";s:10:\"1260340567\";s:6:\"mdhash\";s:32:\"397fdd49e794e14b57631a02bb03d23f\";s:8:\"filesize\";s:5:\"16297\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta6\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta6\";s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/650976\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1259905569\";s:6:\"mdhash\";s:32:\"c09e1a1502ad3bac89ae29f0542fd2cf\";s:8:\"filesize\";s:5:\"16414\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta5\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta5\";s:7:\"version\";s:13:\"6.x-1.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/625806\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1257552391\";s:6:\"mdhash\";s:32:\"9d76260fd2303b4c8309c38d684da457\";s:8:\"filesize\";s:5:\"15479\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta4\";a:12:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta4\";s:7:\"version\";s:13:\"6.x-1.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/556964\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1251002152\";s:6:\"mdhash\";s:32:\"5cfab44d44258305b388fd61c2e72057\";s:8:\"filesize\";s:5:\"15200\";}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/468874\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1242888070\";s:6:\"mdhash\";s:32:\"2f1ef8c5e5f83ec6704dfb316750aa9c\";s:8:\"filesize\";s:5:\"13311\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/422512\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1238743568\";s:6:\"mdhash\";s:32:\"dc43b291d5aa8122b533e9f2a5e2793e\";s:8:\"filesize\";s:5:\"13355\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:27:\"vertical_tabs 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/354864\";s:13:\"download_link\";s:71:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1231215039\";s:6:\"mdhash\";s:32:\"c5c1c7c12fd828ad4a7d76367ed8b671\";s:8:\"filesize\";s:5:\"12266\";}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:25:\"vertical_tabs 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/296094\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/vertical_tabs-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269173924\";s:6:\"mdhash\";s:32:\"6fb5c8f863ac6fa82eb9f6961a4f73e9\";s:8:\"filesize\";s:5:\"17032\";}}s:14:\"latest_version\";s:11:\"6.x-1.0-rc1\";s:11:\"recommended\";s:11:\"6.x-1.0-rc1\";s:6:\"status\";i:5;}s:5:\"views\";a:24:{s:4:\"name\";s:5:\"views\";s:4:\"info\";a:11:{s:4:\"name\";s:5:\"Views\";s:11:\"description\";s:55:\"Create customized lists and queries from your database.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.8\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1259799377\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:2:{s:12:\"views_export\";s:12:\"views_export\";s:8:\"views_ui\";s:8:\"views_ui\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268106525;}s:9:\"datestamp\";s:10:\"1259799377\";s:8:\"includes\";a:3:{s:5:\"views\";s:5:\"Views\";s:12:\"views_export\";s:14:\"Views exporter\";s:8:\"views_ui\";s:8:\"Views UI\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.8\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:5:\"Views\";s:10:\"short_name\";s:5:\"views\";s:10:\"dc:creator\";s:13:\"merlinofchaos\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:3:\"2,3\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:31:\"http://drupal.org/project/views\";s:8:\"releases\";a:27:{s:14:\"6.x-3.0-alpha2\";a:13:{s:4:\"name\";s:20:\"views 6.x-3.0-alpha2\";s:7:\"version\";s:14:\"6.x-3.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/695302\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-3.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1264463413\";s:6:\"mdhash\";s:32:\"6549c80d447a4fa7f8071dfe69fed6fd\";s:8:\"filesize\";s:7:\"1584488\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:14:\"6.x-3.0-alpha1\";a:13:{s:4:\"name\";s:20:\"views 6.x-3.0-alpha1\";s:7:\"version\";s:14:\"6.x-3.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--3-0-ALPHA1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/629202\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-3.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1257895600\";s:6:\"mdhash\";s:32:\"0cb60791933141335a7f5032de687004\";s:8:\"filesize\";s:7:\"1552538\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-3.x-dev\";a:12:{s:4:\"name\";s:17:\"views 6.x-3.x-dev\";s:7:\"version\";s:11:\"6.x-3.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--3\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/467670\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-3.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269562822\";s:6:\"mdhash\";s:32:\"d4a6afd76639cabe4d68d9153653a3e1\";s:8:\"filesize\";s:7:\"1639069\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-2.8\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.8\";s:7:\"version\";s:7:\"6.x-2.8\";s:3:\"tag\";s:13:\"DRUPAL-6--2-8\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"8\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/649642\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.8.tar.gz\";s:4:\"date\";s:10:\"1259799378\";s:6:\"mdhash\";s:32:\"70c2e02d6f7288e3979108ab96966ef6\";s:8:\"filesize\";s:7:\"1553915\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.7\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.7\";s:7:\"version\";s:7:\"6.x-2.7\";s:3:\"tag\";s:13:\"DRUPAL-6--2-7\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"7\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/621428\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.7.tar.gz\";s:4:\"date\";s:10:\"1257197511\";s:6:\"mdhash\";s:32:\"993a4ce82f5eb6f3f2166de7aa5edbce\";s:8:\"filesize\";s:7:\"1551476\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.6\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.6\";s:7:\"version\";s:7:\"6.x-2.6\";s:3:\"tag\";s:13:\"DRUPAL-6--2-6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/488082\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.6.tar.gz\";s:4:\"date\";s:10:\"1244671916\";s:6:\"mdhash\";s:32:\"a39827a5430373ab8508f2773b0bc6ea\";s:8:\"filesize\";s:7:\"1534198\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:3:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";i:2;s:15:\"Security update\";}}}s:7:\"6.x-2.5\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.5\";s:7:\"version\";s:7:\"6.x-2.5\";s:3:\"tag\";s:13:\"DRUPAL-6--2-5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/431016\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.5.tar.gz\";s:4:\"date\";s:10:\"1239478365\";s:6:\"mdhash\";s:32:\"2098b66ccb996c38463bc1f276e2c5e4\";s:8:\"filesize\";s:7:\"1421005\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.4\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.4\";s:7:\"version\";s:7:\"6.x-2.4\";s:3:\"tag\";s:13:\"DRUPAL-6--2-4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/426916\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.4.tar.gz\";s:4:\"date\";s:10:\"1239147355\";s:6:\"mdhash\";s:32:\"7da75bea2204e45cc1c31379ed8c10ac\";s:8:\"filesize\";s:7:\"1419570\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.3\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.3\";s:7:\"version\";s:7:\"6.x-2.3\";s:3:\"tag\";s:13:\"DRUPAL-6--2-3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/370526\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.3.tar.gz\";s:4:\"date\";s:10:\"1233981351\";s:6:\"mdhash\";s:32:\"582bde5b7a68357c026a2bee689fe3cb\";s:8:\"filesize\";s:7:\"1365883\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.2\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.2\";s:7:\"version\";s:7:\"6.x-2.2\";s:3:\"tag\";s:13:\"DRUPAL-6--2-2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/347831\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.2.tar.gz\";s:4:\"date\";s:10:\"1229455243\";s:6:\"mdhash\";s:32:\"71a5f10609c8cce32bae5a09a2913ba5\";s:8:\"filesize\";s:7:\"1315921\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:9:\"Bug fixes\";i:1;s:15:\"Security update\";}}}s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/323897\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1224538829\";s:6:\"mdhash\";s:32:\"46b80d1acfdd785720de91330c770980\";s:8:\"filesize\";s:7:\"1304664\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:13:\"views 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/322829\";s:13:\"download_link\";s:57:\"http://ftp.drupal.org/files/projects/views-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1224280828\";s:6:\"mdhash\";s:32:\"879ac52df90bf18d1c9d3d454febf609\";s:8:\"filesize\";s:7:\"1304512\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc5\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc5\";s:7:\"version\";s:11:\"6.x-2.0-rc5\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/318786\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc5.tar.gz\";s:4:\"date\";s:10:\"1223507724\";s:6:\"mdhash\";s:32:\"f425efe6979c32e7de3cfdc5c6f01a28\";s:8:\"filesize\";s:7:\"1303138\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc4\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc4\";s:7:\"version\";s:11:\"6.x-2.0-rc4\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/315506\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc4.tar.gz\";s:4:\"date\";s:10:\"1222819523\";s:6:\"mdhash\";s:32:\"11e1fae3b6ec5b05abdf7bd3f4148628\";s:8:\"filesize\";s:7:\"1301241\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc3\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc3\";s:7:\"version\";s:11:\"6.x-2.0-rc3\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/309397\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc3.tar.gz\";s:4:\"date\";s:10:\"1221602125\";s:6:\"mdhash\";s:32:\"f80c1846f8b53961b940c75cb2e19cdc\";s:8:\"filesize\";s:7:\"1292652\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc2\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc2\";s:7:\"version\";s:11:\"6.x-2.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307230\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1221173427\";s:6:\"mdhash\";s:32:\"e6abdee467e234d63fcb815c3156ee4c\";s:8:\"filesize\";s:7:\"1324961\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-rc1\";a:13:{s:4:\"name\";s:17:\"views 6.x-2.0-rc1\";s:7:\"version\";s:11:\"6.x-2.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-RC1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/277862\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1215030345\";s:6:\"mdhash\";s:32:\"7968787a990c56061aa99ec08231f543\";s:8:\"filesize\";s:7:\"2796661\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta4\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta4\";s:7:\"version\";s:13:\"6.x-2.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/270323\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1213384535\";s:6:\"mdhash\";s:32:\"7c69feceffdef7e12ca42a479335f2bc\";s:8:\"filesize\";s:7:\"2762695\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta3\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta3\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/260452\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1211247918\";s:6:\"mdhash\";s:32:\"cb558adc81c9e823c10bd19f7f32680d\";s:8:\"filesize\";s:6:\"246695\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta2\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta2\";s:7:\"version\";s:13:\"6.x-2.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/251422\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1209167713\";s:6:\"mdhash\";s:32:\"f11cc711db983d6b8be55df473f3e440\";s:8:\"filesize\";s:6:\"226958\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-2.0-beta1\";a:13:{s:4:\"name\";s:19:\"views 6.x-2.0-beta1\";s:7:\"version\";s:13:\"6.x-2.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--2-0-BETA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/250924\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1209076839\";s:6:\"mdhash\";s:32:\"abf2a3fc0ec77ed4ca641bfbcd0a577a\";s:8:\"filesize\";s:6:\"216246\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha5\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha5\";s:7:\"version\";s:14:\"6.x-2.0-alpha5\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/245993\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha5.tar.gz\";s:4:\"date\";s:10:\"1208050514\";s:6:\"mdhash\";s:32:\"4a0ab2a45188bb205a69d7319bfa0103\";s:8:\"filesize\";s:6:\"293424\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha4\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha4\";s:7:\"version\";s:14:\"6.x-2.0-alpha4\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/239997\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha4.tar.gz\";s:4:\"date\";s:10:\"1206753612\";s:6:\"mdhash\";s:32:\"3b60a384ff4bf4559e15530e4b68728d\";s:8:\"filesize\";s:6:\"259834\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha3\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha3\";s:7:\"version\";s:14:\"6.x-2.0-alpha3\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/234752\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha3.tar.gz\";s:4:\"date\";s:10:\"1205632511\";s:6:\"mdhash\";s:32:\"378cf25063ed356d973612ffb16c06ba\";s:8:\"filesize\";s:6:\"233853\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha2\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha2\";s:7:\"version\";s:14:\"6.x-2.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/223163\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1203316508\";s:6:\"mdhash\";s:32:\"168b56a4ae8de81460ff5b9cc48a2233\";s:8:\"filesize\";s:6:\"196366\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha1\";a:13:{s:4:\"name\";s:20:\"views 6.x-2.0-alpha1\";s:7:\"version\";s:14:\"6.x-2.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/222747\";s:13:\"download_link\";s:64:\"http://ftp.drupal.org/files/projects/views-6.x-2.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1203222009\";s:6:\"mdhash\";s:32:\"f836b5c79c2ad78cac252135febffdab\";s:8:\"filesize\";s:6:\"195064\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:17:\"Views 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:28:\"http://drupal.org/node/95897\";s:13:\"download_link\";s:61:\"http://ftp.drupal.org/files/projects/views-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269562830\";s:6:\"mdhash\";s:32:\"8e51fd1775c2871d3be09ba31e06f8af\";s:8:\"filesize\";s:7:\"1653487\";}}s:4:\"also\";a:1:{i:3;s:14:\"6.x-3.0-alpha2\";}s:14:\"latest_version\";s:7:\"6.x-2.8\";s:11:\"recommended\";s:7:\"6.x-2.8\";s:6:\"status\";i:5;}s:7:\"wysiwyg\";a:23:{s:4:\"name\";s:7:\"wysiwyg\";s:4:\"info\";a:11:{s:4:\"name\";s:7:\"Wysiwyg\";s:11:\"description\";s:55:\"Allows users to edit contents with client-side editors.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:7:\"wysiwyg\";s:9:\"datestamp\";s:10:\"1268063714\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:1:{s:12:\"imce_wysiwyg\";s:12:\"imce_wysiwyg\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268621049;}s:9:\"datestamp\";s:10:\"1268063714\";s:8:\"includes\";a:1:{s:7:\"wysiwyg\";s:7:\"Wysiwyg\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-2.1\";s:14:\"existing_major\";s:1:\"2\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:7:\"Wysiwyg\";s:10:\"short_name\";s:7:\"wysiwyg\";s:10:\"dc:creator\";s:3:\"sun\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"2\";s:16:\"supported_majors\";s:1:\"2\";s:13:\"default_major\";s:1:\"2\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:33:\"http://drupal.org/project/wysiwyg\";s:8:\"releases\";a:11:{s:7:\"6.x-2.1\";a:12:{s:4:\"name\";s:15:\"wysiwyg 6.x-2.1\";s:7:\"version\";s:7:\"6.x-2.1\";s:3:\"tag\";s:13:\"DRUPAL-6--2-1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/736112\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.1.tar.gz\";s:4:\"date\";s:10:\"1268063714\";s:6:\"mdhash\";s:32:\"8a3ee47e20e9008c40ae96a6e4747a4f\";s:8:\"filesize\";s:6:\"108490\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-2.0\";a:12:{s:4:\"name\";s:15:\"wysiwyg 6.x-2.0\";s:7:\"version\";s:7:\"6.x-2.0\";s:3:\"tag\";s:13:\"DRUPAL-6--2-0\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/487044\";s:13:\"download_link\";s:59:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.0.tar.gz\";s:4:\"date\";s:10:\"1244598972\";s:6:\"mdhash\";s:32:\"0dcc5b435b6698e61a336d32f280ed95\";s:8:\"filesize\";s:5:\"89627\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha1\";a:13:{s:4:\"name\";s:22:\"wysiwyg 6.x-2.0-alpha1\";s:7:\"version\";s:14:\"6.x-2.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/464872\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1242523576\";s:6:\"mdhash\";s:32:\"a745141da5436606e8bdf848cfd6da20\";s:8:\"filesize\";s:5:\"80232\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:11:\"6.x-2.x-dev\";a:11:{s:4:\"name\";s:19:\"wysiwyg 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/365590\";s:13:\"download_link\";s:63:\"http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1270253995\";s:6:\"mdhash\";s:32:\"ac655aaac37642363edc9c806c6d11ca\";s:8:\"filesize\";s:6:\"113018\";}s:7:\"6.x-1.2\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1242522960\";s:6:\"mdhash\";s:32:\"4d4e038fb609ad57b7430a563f03fd09\";s:8:\"filesize\";s:5:\"65875\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.1\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1236562853\";s:6:\"mdhash\";s:32:\"e0d84b73c7f903d9f50e96ff39e15c4a\";s:8:\"filesize\";s:5:\"65534\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1234552285\";s:6:\"mdhash\";s:32:\"47f4db6f8b9f711835203a1a04c4c287\";s:8:\"filesize\";s:5:\"59227\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:9:{s:4:\"name\";s:19:\"wysiwyg 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1244161854\";s:6:\"mdhash\";s:32:\"88d40ccdebd0bb3dd21f6890adf60bfd\";s:8:\"filesize\";s:5:\"71871\";}s:7:\"6.x-0.5\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-0.5\";s:7:\"version\";s:7:\"6.x-0.5\";s:3:\"tag\";s:13:\"DRUPAL-6--0-5\";s:13:\"version_major\";s:1:\"0\";s:13:\"version_patch\";s:1:\"5\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1228142425\";s:6:\"mdhash\";s:32:\"dfc9b006642cda543fd17c841462cee2\";s:8:\"filesize\";s:5:\"54206\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-0.4\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-0.4\";s:7:\"version\";s:7:\"6.x-0.4\";s:3:\"tag\";s:13:\"DRUPAL-6--0-4\";s:13:\"version_major\";s:1:\"0\";s:13:\"version_patch\";s:1:\"4\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1224021920\";s:6:\"mdhash\";s:32:\"db01863f705e57477d6508bd083c75f2\";s:8:\"filesize\";s:5:\"50865\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-0.3\";a:10:{s:4:\"name\";s:15:\"wysiwyg 6.x-0.3\";s:7:\"version\";s:7:\"6.x-0.3\";s:3:\"tag\";s:13:\"DRUPAL-6--0-3\";s:13:\"version_major\";s:1:\"0\";s:13:\"version_patch\";s:1:\"3\";s:6:\"status\";s:11:\"unpublished\";s:4:\"date\";s:10:\"1221251441\";s:6:\"mdhash\";s:32:\"3fd04f042435a957e4abed89ab71e4ea\";s:8:\"filesize\";s:5:\"45967\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}}s:14:\"latest_version\";s:7:\"6.x-2.1\";s:11:\"recommended\";s:7:\"6.x-2.1\";s:6:\"status\";i:5;}s:10:\"xmlsitemap\";a:24:{s:4:\"name\";s:10:\"xmlsitemap\";s:4:\"info\";a:11:{s:4:\"name\";s:11:\"XML sitemap\";s:11:\"description\";s:63:\"Create a XML sitemap conforming to sitemaps.org specifications.\";s:7:\"package\";s:11:\"XML sitemap\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:10:\"xmlsitemap\";s:9:\"datestamp\";s:10:\"1264572909\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:4:{s:18:\"xmlsitemap_engines\";s:18:\"xmlsitemap_engines\";s:15:\"xmlsitemap_node\";s:15:\"xmlsitemap_node\";s:19:\"xmlsitemap_taxonomy\";s:19:\"xmlsitemap_taxonomy\";s:15:\"xmlsitemap_user\";s:15:\"xmlsitemap_user\";}s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268107009;}s:9:\"datestamp\";s:10:\"1264572909\";s:8:\"includes\";a:5:{s:10:\"xmlsitemap\";s:11:\"XML sitemap\";s:18:\"xmlsitemap_engines\";s:19:\"XML sitemap engines\";s:15:\"xmlsitemap_node\";s:16:\"XML sitemap node\";s:19:\"xmlsitemap_taxonomy\";s:20:\"XML sitemap taxonomy\";s:15:\"xmlsitemap_user\";s:16:\"XML sitemap user\";}s:12:\"project_type\";s:6:\"module\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-1.2\";s:14:\"existing_major\";s:1:\"1\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:11:\"XML sitemap\";s:10:\"short_name\";s:10:\"xmlsitemap\";s:10:\"dc:creator\";s:9:\"Darren Oh\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"1\";s:16:\"supported_majors\";s:3:\"1,2\";s:13:\"default_major\";s:1:\"1\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:36:\"http://drupal.org/project/xmlsitemap\";s:8:\"releases\";a:22:{s:14:\"6.x-2.0-alpha2\";a:13:{s:4:\"name\";s:25:\"xmlsitemap 6.x-2.0-alpha2\";s:7:\"version\";s:14:\"6.x-2.0-alpha2\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/718944\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-alpha2.tar.gz\";s:4:\"date\";s:10:\"1266546310\";s:6:\"mdhash\";s:32:\"b7d73b989e1ff412e56fb195acee6c54\";s:8:\"filesize\";s:5:\"70846\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:14:\"6.x-2.0-alpha1\";a:13:{s:4:\"name\";s:25:\"xmlsitemap 6.x-2.0-alpha1\";s:7:\"version\";s:14:\"6.x-2.0-alpha1\";s:3:\"tag\";s:20:\"DRUPAL-6--2-0-ALPHA1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:6:\"alpha1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/704282\";s:13:\"download_link\";s:69:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-alpha1.tar.gz\";s:4:\"date\";s:10:\"1265262015\";s:6:\"mdhash\";s:32:\"c4eab8b0bb9283ba422809284d3524e5\";s:8:\"filesize\";s:5:\"64766\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:17:\"6.x-2.0-unstable6\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable6\";s:7:\"version\";s:17:\"6.x-2.0-unstable6\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE6\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/678358\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable6.tar.gz\";s:4:\"date\";s:10:\"1262899210\";s:6:\"mdhash\";s:32:\"b352a47b7dfa463be455f1e9dc322949\";s:8:\"filesize\";s:5:\"62160\";}s:17:\"6.x-2.0-unstable5\";a:13:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable5\";s:7:\"version\";s:17:\"6.x-2.0-unstable5\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE5\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/599406\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable5.tar.gz\";s:4:\"date\";s:10:\"1255029695\";s:6:\"mdhash\";s:32:\"08510e36ade64d4527d0e157765592c8\";s:8:\"filesize\";s:5:\"54448\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:17:\"6.x-2.0-unstable4\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable4\";s:7:\"version\";s:17:\"6.x-2.0-unstable4\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE4\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/556962\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable4.tar.gz\";s:4:\"date\";s:10:\"1251002154\";s:6:\"mdhash\";s:32:\"f57f142a2d386d3a07b8fa580b186532\";s:8:\"filesize\";s:5:\"55443\";}s:17:\"6.x-2.0-unstable3\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable3\";s:7:\"version\";s:17:\"6.x-2.0-unstable3\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE3\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/555416\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable3.tar.gz\";s:4:\"date\";s:10:\"1250826953\";s:6:\"mdhash\";s:32:\"02e8c724217e4bbebe8e2f0829548215\";s:8:\"filesize\";s:5:\"55348\";}s:17:\"6.x-2.0-unstable2\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable2\";s:7:\"version\";s:17:\"6.x-2.0-unstable2\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/554996\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable2.tar.gz\";s:4:\"date\";s:10:\"1250790980\";s:6:\"mdhash\";s:32:\"9166b2a1819d60c60233d181151deba0\";s:8:\"filesize\";s:5:\"53539\";}s:17:\"6.x-2.0-unstable1\";a:12:{s:4:\"name\";s:28:\"xmlsitemap 6.x-2.0-unstable1\";s:7:\"version\";s:17:\"6.x-2.0-unstable1\";s:3:\"tag\";s:23:\"DRUPAL-6--2-0-UNSTABLE1\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:9:\"unstable1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/554218\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.0-unstable1.tar.gz\";s:4:\"date\";s:10:\"1250724369\";s:6:\"mdhash\";s:32:\"2448cbadca5786bd97e3500910494b67\";s:8:\"filesize\";s:5:\"52406\";}s:11:\"6.x-2.x-dev\";a:12:{s:4:\"name\";s:22:\"xmlsitemap 6.x-2.x-dev\";s:7:\"version\";s:11:\"6.x-2.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--2\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/449710\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-2.x-dev.tar.gz\";s:4:\"date\";s:10:\"1269303613\";s:6:\"mdhash\";s:32:\"ca4881bf04fd066711f9f1ac19882626\";s:8:\"filesize\";s:5:\"70722\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:7:\"6.x-1.2\";a:11:{s:4:\"name\";s:18:\"xmlsitemap 6.x-1.2\";s:7:\"version\";s:7:\"6.x-1.2\";s:3:\"tag\";s:13:\"DRUPAL-6--1-2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/696502\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.2.tar.gz\";s:4:\"date\";s:10:\"1264572909\";s:6:\"mdhash\";s:32:\"c69ff79399b7ddda83701985d49082ca\";s:8:\"filesize\";s:5:\"59345\";}s:7:\"6.x-1.1\";a:12:{s:4:\"name\";s:18:\"xmlsitemap 6.x-1.1\";s:7:\"version\";s:7:\"6.x-1.1\";s:3:\"tag\";s:13:\"DRUPAL-6--1-1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/559144\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.1.tar.gz\";s:4:\"date\";s:10:\"1251219739\";s:6:\"mdhash\";s:32:\"477c96dc34271f8d85612e5aee3c1244\";s:8:\"filesize\";s:5:\"59327\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:18:\"xmlsitemap 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/557972\";s:13:\"download_link\";s:62:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1251122140\";s:6:\"mdhash\";s:32:\"d8a7daef920c2878f837c692d759620e\";s:8:\"filesize\";s:5:\"59244\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc2\";a:13:{s:4:\"name\";s:22:\"xmlsitemap 6.x-1.0-rc2\";s:7:\"version\";s:11:\"6.x-1.0-rc2\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/530148\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-rc2.tar.gz\";s:4:\"date\";s:10:\"1248460038\";s:6:\"mdhash\";s:32:\"2e0e9800940d8029f0fc981b168829f1\";s:8:\"filesize\";s:5:\"62633\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.0-rc1\";a:13:{s:4:\"name\";s:22:\"xmlsitemap 6.x-1.0-rc1\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:3:\"tag\";s:17:\"DRUPAL-6--1-0-RC1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"rc1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/508262\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-rc1.tar.gz\";s:4:\"date\";s:10:\"1246545521\";s:6:\"mdhash\";s:32:\"0d7bc2a9c29128e645725fb997ac3222\";s:8:\"filesize\";s:5:\"49705\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta6\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta6\";s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA6\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta6\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/501912\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta6.tar.gz\";s:4:\"date\";s:10:\"1245931902\";s:6:\"mdhash\";s:32:\"031756f3a07a89b251dd4819874cd9eb\";s:8:\"filesize\";s:5:\"49548\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta5\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta5\";s:7:\"version\";s:13:\"6.x-1.0-beta5\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA5\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta5\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/472726\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta5.tar.gz\";s:4:\"date\";s:10:\"1243301755\";s:6:\"mdhash\";s:32:\"1390cad409e13c141733377a34cb52b8\";s:8:\"filesize\";s:5:\"41519\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta4\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta4\";s:7:\"version\";s:13:\"6.x-1.0-beta4\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA4\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta4\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/472630\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta4.tar.gz\";s:4:\"date\";s:10:\"1243293062\";s:6:\"mdhash\";s:32:\"adc5e7e75052366549ba99503d372a5f\";s:8:\"filesize\";s:5:\"43684\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta3\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta3\";s:7:\"version\";s:13:\"6.x-1.0-beta3\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA3\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta3\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/461334\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta3.tar.gz\";s:4:\"date\";s:10:\"1242214312\";s:6:\"mdhash\";s:32:\"c22a6c5d4ca7834fcbc4162cfcdedce2\";s:8:\"filesize\";s:5:\"43042\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta2\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta2\";s:7:\"version\";s:13:\"6.x-1.0-beta2\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA2\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/460790\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta2.tar.gz\";s:4:\"date\";s:10:\"1242161779\";s:6:\"mdhash\";s:32:\"789964df4fe7454a7ea31b72a917a4fc\";s:8:\"filesize\";s:5:\"43034\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta0\";a:13:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta0\";s:7:\"version\";s:13:\"6.x-1.0-beta0\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/460444\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta0.tar.gz\";s:4:\"date\";s:10:\"1242140601\";s:6:\"mdhash\";s:32:\"630156a07ae5340235c131310bebf858\";s:8:\"filesize\";s:5:\"43667\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:13:\"6.x-1.0-beta1\";a:12:{s:4:\"name\";s:24:\"xmlsitemap 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/458504\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1241913703\";s:6:\"mdhash\";s:32:\"2b482b47753591606fe0926a0a2d9f0d\";s:8:\"filesize\";s:5:\"42653\";}s:11:\"6.x-1.x-dev\";a:12:{s:4:\"name\";s:22:\"xmlsitemap 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:11:\"DRUPAL-6--1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/335174\";s:13:\"download_link\";s:66:\"http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1267575632\";s:6:\"mdhash\";s:32:\"1d24134a5d1faead345fdfa7a054fd24\";s:8:\"filesize\";s:5:\"64626\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}}s:4:\"also\";a:1:{i:2;s:14:\"6.x-2.0-alpha2\";}s:14:\"latest_version\";s:7:\"6.x-1.2\";s:11:\"recommended\";s:7:\"6.x-1.2\";s:6:\"status\";i:5;}s:16:\"pixture_reloaded\";a:23:{s:4:\"name\";s:16:\"pixture_reloaded\";s:4:\"info\";a:14:{s:4:\"name\";s:16:\"Pixture Reloaded\";s:11:\"description\";s:166:\"Recolorable multi-column liquid/fixed layout theme. Original Design by Pixture Studio, Ported to CSS layout by AdaptiveThemes.\";s:7:\"version\";s:7:\"6.x-3.2\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:8:{s:6:\"header\";s:13:\"Header blocks\";s:9:\"superfish\";s:14:\"Superfish menu\";s:11:\"content_top\";s:11:\"Content top\";s:7:\"content\";s:7:\"Content\";s:14:\"content_bottom\";s:14:\"Content bottom\";s:4:\"left\";s:12:\"Sidebar left\";s:5:\"right\";s:13:\"Sidebar right\";s:6:\"footer\";s:6:\"footer\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:10:\"layout.css\";s:44:\"sites/all/themes/pixture_reloaded/layout.css\";s:9:\"style.css\";s:43:\"sites/all/themes/pixture_reloaded/style.css\";}}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:7:\"project\";s:16:\"pixture_reloaded\";s:9:\"datestamp\";s:10:\"1241716288\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/pixture_reloaded/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/pixture_reloaded/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:16:\"_info_file_ctime\";i:1268107177;}s:9:\"datestamp\";s:10:\"1241716288\";s:8:\"includes\";a:1:{s:16:\"pixture_reloaded\";s:16:\"Pixture Reloaded\";}s:12:\"project_type\";s:5:\"theme\";s:10:\"sub_themes\";a:0:{}s:11:\"base_themes\";a:0:{}s:16:\"existing_version\";s:7:\"6.x-3.2\";s:14:\"existing_major\";s:1:\"3\";s:12:\"install_type\";s:8:\"official\";s:5:\"title\";s:16:\"Pixture Reloaded\";s:10:\"short_name\";s:16:\"pixture_reloaded\";s:10:\"dc:creator\";s:10:\"Jeff Burnz\";s:11:\"api_version\";s:3:\"6.x\";s:17:\"recommended_major\";s:1:\"3\";s:16:\"supported_majors\";s:1:\"3\";s:13:\"default_major\";s:1:\"3\";s:14:\"project_status\";s:9:\"published\";s:4:\"link\";s:42:\"http://drupal.org/project/pixture_reloaded\";s:8:\"releases\";a:13:{s:7:\"6.x-3.2\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-3.2\";s:7:\"version\";s:7:\"6.x-3.2\";s:3:\"tag\";s:13:\"DRUPAL-6--3-2\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"2\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/456520\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-3.2.tar.gz\";s:4:\"date\";s:10:\"1241716288\";s:6:\"mdhash\";s:32:\"9021b2e947787d707a052f9567b4069b\";s:8:\"filesize\";s:6:\"186849\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.1\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-3.1\";s:7:\"version\";s:7:\"6.x-3.1\";s:3:\"tag\";s:13:\"DRUPAL-6--3-1\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/453632\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-3.1.tar.gz\";s:4:\"date\";s:10:\"1241474570\";s:6:\"mdhash\";s:32:\"e08428caaa6de3d62d0f6071cefe4aba\";s:8:\"filesize\";s:6:\"186860\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:7:\"6.x-3.0\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-3.0\";s:7:\"version\";s:7:\"6.x-3.0\";s:3:\"tag\";s:13:\"DRUPAL-6--3-0\";s:13:\"version_major\";s:1:\"3\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/307816\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-3.0.tar.gz\";s:4:\"date\";s:10:\"1221270621\";s:6:\"mdhash\";s:32:\"cf2240174fd2eaa58c1abbf77edcad2a\";s:8:\"filesize\";s:6:\"186473\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.3-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.3-dev\";s:7:\"version\";s:11:\"6.x-2.3-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-3-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/304182\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.3-dev.tar.gz\";s:4:\"date\";s:10:\"1220569222\";s:6:\"mdhash\";s:32:\"c6d742529c29f6594813ab2c63c6cda5\";s:8:\"filesize\";s:6:\"179821\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.2-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.2-dev\";s:7:\"version\";s:11:\"6.x-2.2-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-2-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"2\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/302431\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.2-dev.tar.gz\";s:4:\"date\";s:10:\"1220224814\";s:6:\"mdhash\";s:32:\"c015a495852aa55b01a9db681ca108c2\";s:8:\"filesize\";s:6:\"179890\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.1-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.1-dev\";s:7:\"version\";s:11:\"6.x-2.1-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-1-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/302417\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.1-dev.tar.gz\";s:4:\"date\";s:10:\"1220221823\";s:6:\"mdhash\";s:32:\"4ad5b2e86a15bfff8ab2a5c205da2ca5\";s:8:\"filesize\";s:6:\"179882\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:11:\"6.x-2.0-dev\";a:13:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-2.0-dev\";s:7:\"version\";s:11:\"6.x-2.0-dev\";s:3:\"tag\";s:17:\"DRUPAL-6--2-0-DEV\";s:13:\"version_major\";s:1:\"2\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/299531\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-2.0-dev.tar.gz\";s:4:\"date\";s:10:\"1219635913\";s:6:\"mdhash\";s:32:\"c753ddfae3ef1f4a325490f36931d320\";s:8:\"filesize\";s:6:\"326886\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:12:\"New features\";}}}s:13:\"6.x-1.3-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.3-beta1\";s:7:\"version\";s:13:\"6.x-1.3-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-3-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"3\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/299528\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.3-beta1.tar.gz\";s:4:\"date\";s:10:\"1219633513\";s:6:\"mdhash\";s:32:\"5c05cd7b32f0c97ec8a1164b8e344a39\";s:8:\"filesize\";s:6:\"315680\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.2-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.2-beta1\";s:7:\"version\";s:13:\"6.x-1.2-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-2-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"2\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/298038\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.2-beta1.tar.gz\";s:4:\"date\";s:10:\"1219306212\";s:6:\"mdhash\";s:32:\"7bf82aed7660e17a9cfd690bf2ef2374\";s:8:\"filesize\";s:6:\"315878\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.1-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.1-beta1\";s:7:\"version\";s:13:\"6.x-1.1-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-1-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"1\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/297548\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.1-beta1.tar.gz\";s:4:\"date\";s:10:\"1219223727\";s:6:\"mdhash\";s:32:\"0c24b0b98573ed17f70763196703146f\";s:8:\"filesize\";s:6:\"315850\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:1:{i:0;s:9:\"Bug fixes\";}}}s:7:\"6.x-1.0\";a:12:{s:4:\"name\";s:24:\"pixture_reloaded 6.x-1.0\";s:7:\"version\";s:7:\"6.x-1.0\";s:3:\"tag\";s:13:\"DRUPAL-6--1-0\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/305985\";s:13:\"download_link\";s:68:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.0.tar.gz\";s:4:\"date\";s:10:\"1220966467\";s:6:\"mdhash\";s:32:\"c7455423d3e1c4711ea929d37f409a8d\";s:8:\"filesize\";s:6:\"186442\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:13:\"6.x-1.0-beta1\";a:13:{s:4:\"name\";s:30:\"pixture_reloaded 6.x-1.0-beta1\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:3:\"tag\";s:19:\"DRUPAL-6--1-0-BETA1\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_patch\";s:1:\"0\";s:13:\"version_extra\";s:5:\"beta1\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/296786\";s:13:\"download_link\";s:74:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.0-beta1.tar.gz\";s:4:\"date\";s:10:\"1219074915\";s:6:\"mdhash\";s:32:\"e58619d085e40c66e038c65cf763322c\";s:8:\"filesize\";s:6:\"315927\";s:5:\"terms\";a:1:{s:12:\"Release type\";a:2:{i:0;s:12:\"New features\";i:1;s:9:\"Bug fixes\";}}}s:11:\"6.x-1.x-dev\";a:11:{s:4:\"name\";s:28:\"pixture_reloaded 6.x-1.x-dev\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:3:\"tag\";s:4:\"HEAD\";s:13:\"version_major\";s:1:\"1\";s:13:\"version_extra\";s:3:\"dev\";s:6:\"status\";s:9:\"published\";s:12:\"release_link\";s:29:\"http://drupal.org/node/295509\";s:13:\"download_link\";s:72:\"http://ftp.drupal.org/files/projects/pixture_reloaded-6.x-1.x-dev.tar.gz\";s:4:\"date\";s:10:\"1259712689\";s:6:\"mdhash\";s:32:\"f158487f13440d97e363021f2182812b\";s:8:\"filesize\";s:6:\"188467\";}}s:14:\"latest_version\";s:7:\"6.x-3.2\";s:11:\"recommended\";s:7:\"6.x-3.2\";s:6:\"status\";i:5;}}','1270443865','1270440265',null,'1');DROP TABLE IF EXISTS
cache_views;CREATE TABLE
cache_views(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '0', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
cache_views_data;CREATE TABLE
cache_views_data(cidvarchar(255) NOT NULL default '',datalongblob,expireint(11) NOT NULL default '0',createdint(11) NOT NULL default '0',headerstext,serializedsmallint(6) NOT NULL default '1', PRIMARY KEY (cid), KEYexpire(expire) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
captcha_points;CREATE TABLE
captcha_points(form_idvarchar(128) NOT NULL,modulevarchar(64) default NULL,typevarchar(64) default NULL, PRIMARY KEY (form_id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
captcha_pointsVALUES ('comment_form',null,null);INSERT INTO
captcha_pointsVALUES ('contact_mail_user',null,null);INSERT INTO
captcha_pointsVALUES ('contact_mail_page',null,null);INSERT INTO
captcha_pointsVALUES ('user_register',null,null);INSERT INTO
captcha_pointsVALUES ('user_pass',null,null);INSERT INTO
captcha_pointsVALUES ('user_login',null,null);INSERT INTO
captcha_pointsVALUES ('user_login_block',null,null);INSERT INTO
captcha_pointsVALUES ('forum_node_form',null,null);DROP TABLE IF EXISTS
captcha_sessions;CREATE TABLE
captcha_sessions(csidint(11) NOT NULL auto_increment,uidint(11) NOT NULL default '0',sidvarchar(64) NOT NULL default '',ip_addressvarchar(128) default NULL,timestampint(11) NOT NULL default '0',form_idvarchar(128) NOT NULL,solutionvarchar(128) NOT NULL default '',statusint(11) NOT NULL default '0',attemptsint(11) NOT NULL default '0', PRIMARY KEY (csid), KEYcsid_ip(csid,ip_address) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
comments;CREATE TABLE
comments(cidint(11) NOT NULL auto_increment,pidint(11) NOT NULL default '0',nidint(11) NOT NULL default '0',uidint(11) NOT NULL default '0',subjectvarchar(64) NOT NULL default '',commentlongtext NOT NULL,hostnamevarchar(128) NOT NULL default '',timestampint(11) NOT NULL default '0',statustinyint(3) unsigned NOT NULL default '0',formatsmallint(6) NOT NULL default '0',threadvarchar(255) NOT NULL,namevarchar(60) default NULL,mailvarchar(64) default NULL,homepagevarchar(255) default NULL, PRIMARY KEY (cid), KEYpid(pid), KEYnid(nid), KEYstatus(status) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
contact;CREATE TABLE
contact(cidint(10) unsigned NOT NULL auto_increment,categoryvarchar(255) NOT NULL default '',recipientslongtext NOT NULL,replylongtext NOT NULL,weighttinyint(4) NOT NULL default '0',selectedtinyint(4) NOT NULL default '0', PRIMARY KEY (cid), UNIQUE KEYcategory(category), KEYlist(weight,category) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2;INSERT INTO
contactVALUES ('1','Request Information About Our Services','mark@dcubedbuilders.com','Thank you for your interest. We\'ll be in touch with you shortly.','0','0');DROP TABLE IF EXISTS
content_group;CREATE TABLE
content_group(group_typevarchar(32) NOT NULL default 'standard',type_namevarchar(32) NOT NULL default '',group_namevarchar(32) NOT NULL default '',labelvarchar(255) NOT NULL default '',settingsmediumtext NOT NULL,weightint(11) NOT NULL default '0', PRIMARY KEY (type_name,group_name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
content_group_fields;CREATE TABLE
content_group_fields(type_namevarchar(32) NOT NULL default '',group_namevarchar(32) NOT NULL default '',field_namevarchar(32) NOT NULL default '', PRIMARY KEY (type_name,group_name,field_name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
content_node_field;CREATE TABLE
content_node_field(field_namevarchar(32) NOT NULL default '',typevarchar(127) NOT NULL default '',global_settingsmediumtext NOT NULL,requiredtinyint(4) NOT NULL default '0',multipletinyint(4) NOT NULL default '0',db_storagetinyint(4) NOT NULL default '1',modulevarchar(127) NOT NULL default '',db_columnsmediumtext NOT NULL,activetinyint(4) NOT NULL default '0',lockedtinyint(4) NOT NULL default '0', PRIMARY KEY (field_name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
content_node_fieldVALUES ('field_photo','filefield','a:3:{s:10:\"list_field\";s:1:\"1\";s:12:\"list_default\";i:1;s:17:\"description_field\";s:1:\"0\";}','1','0','1','filefield','a:3:{s:3:\"fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:5:\"views\";b:1;}s:4:\"list\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:0;s:5:\"views\";b:1;}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"text\";s:9:\"serialize\";b:1;s:5:\"views\";b:1;}}','1','0');DROP TABLE IF EXISTS
content_node_field_instance;CREATE TABLE
content_node_field_instance(field_namevarchar(32) NOT NULL default '',type_namevarchar(32) NOT NULL default '',weightint(11) NOT NULL default '0',labelvarchar(255) NOT NULL default '',widget_typevarchar(32) NOT NULL default '',widget_settingsmediumtext NOT NULL,display_settingsmediumtext NOT NULL,descriptionmediumtext NOT NULL,widget_modulevarchar(127) NOT NULL default '',widget_activetinyint(4) NOT NULL default '0', PRIMARY KEY (field_name,type_name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
content_node_field_instanceVALUES ('field_photo','photo','-4','Photo','imagefield_widget','a:14:{s:15:\"file_extensions\";s:16:\"png gif jpg jpeg\";s:9:\"file_path\";s:6:\"photos\";s:18:\"progress_indicator\";s:3:\"bar\";s:21:\"max_filesize_per_file\";s:0:\"\";s:21:\"max_filesize_per_node\";s:0:\"\";s:14:\"max_resolution\";s:1:\"0\";s:14:\"min_resolution\";s:1:\"0\";s:3:\"alt\";s:0:\"\";s:10:\"custom_alt\";i:0;s:5:\"title\";s:0:\"\";s:12:\"custom_title\";i:0;s:10:\"title_type\";s:9:\"textfield\";s:13:\"default_image\";N;s:17:\"use_default_image\";i:0;}','a:9:{s:6:\"weight\";s:2:\"-4\";s:6:\"parent\";s:0:\"\";s:5:\"label\";a:1:{s:6:\"format\";s:6:\"hidden\";}s:6:\"teaser\";a:2:{s:6:\"format\";s:16:\"thumbnail_linked\";s:7:\"exclude\";i:0;}s:4:\"full\";a:2:{s:6:\"format\";s:17:\"preview_imagelink\";s:7:\"exclude\";i:0;}i:4;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}i:2;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}i:3;a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}s:5:\"token\";a:2:{s:6:\"format\";s:11:\"image_plain\";s:7:\"exclude\";i:0;}}','','imagefield','1');DROP TABLE IF EXISTS
content_type_photo;CREATE TABLE
content_type_photo(vidint(10) unsigned NOT NULL default '0',nidint(10) unsigned NOT NULL default '0',field_photo_fidint(11) default NULL,field_photo_listtinyint(4) default NULL,field_photo_datatext, PRIMARY KEY (vid), KEYnid(nid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
content_type_photoVALUES ('22','22','19','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('23','23','20','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('24','24','21','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('25','25','22','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('26','26','23','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('36','36','24','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('37','37','25','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('38','38','26','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('39','39','27','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('40','40','28','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('41','41','29','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('43','43','31','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('44','44','32','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('45','45','33','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('46','46','34','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('47','47','35','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('48','48','36','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('49','49','37','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('50','50','38','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('51','51','39','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('52','52','40','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('53','53','41','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('54','54','42','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('55','55','43','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('56','56','44','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('57','57','45','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('58','58','46','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('59','59','47','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('60','60','48','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('62','62','50','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('63','63','51','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('64','64','53','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('65','65','54','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('66','66','55','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('67','67','56','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('68','68','57','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('69','69','58','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('70','70','59','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('71','71','60','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('72','72','61','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('73','73','62','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('74','74','63','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('76','76','65','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('77','77','66','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('87','87','76','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('86','86','75','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('85','85','74','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('84','84','73','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('83','83','72','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('88','88','77','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('89','89','78','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('90','90','79','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('91','91','80','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('92','92','81','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');INSERT INTO
content_type_photoVALUES ('93','93','82','1','a:3:{s:11:\"description\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}');DROP TABLE IF EXISTS
contentoptimizer_keyword;CREATE TABLE
contentoptimizer_keyword(nidint(10) unsigned NOT NULL default '0',keywordvarchar(128) NOT NULL default '',modifiersvarchar(255) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
contentoptimizer_keywordVALUES ('62','','');INSERT INTO
contentoptimizer_keywordVALUES ('63','','');INSERT INTO
contentoptimizer_keywordVALUES ('31','','');INSERT INTO
contentoptimizer_keywordVALUES ('1','welcome to d cubed builders, inc.','');INSERT INTO
contentoptimizer_keywordVALUES ('7','Welcome To D Cubed Builders, Inc.','');INSERT INTO
contentoptimizer_keywordVALUES ('8','D Cubed Builders','');INSERT INTO
contentoptimizer_keywordVALUES ('9','','');INSERT INTO
contentoptimizer_keywordVALUES ('0','','');INSERT INTO
contentoptimizer_keywordVALUES ('29','links, professional, rottweiler related','');INSERT INTO
contentoptimizer_keywordVALUES ('2','About Us','');INSERT INTO
contentoptimizer_keywordVALUES ('21','our photo galleries','');INSERT INTO
contentoptimizer_keywordVALUES ('30','','');INSERT INTO
contentoptimizer_keywordVALUES ('32','','');DROP TABLE IF EXISTS
custom_pager;CREATE TABLE
custom_pager(pidint(10) unsigned NOT NULL auto_increment,titlevarchar(255) NOT NULL default '',list_phplongtext,viewvarchar(255) NOT NULL default '',argsvarchar(255) NOT NULL default '',positionvarchar(16) NOT NULL default '',visibility_phplongtext,node_typevarchar(255) NOT NULL default '',reverse_listtinyint(4) NOT NULL default '0',cache_listtinyint(4) NOT NULL default '0', PRIMARY KEY (pid) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2;INSERT INTO
custom_pagerVALUES ('1','Other Photos In [term]','','gallery','[term-id]','bottom','','photo','0','0');DROP TABLE IF EXISTS
fckeditor_role;CREATE TABLE
fckeditor_role(namevarchar(128) NOT NULL default '',ridint(11) NOT NULL default '0', PRIMARY KEY (name,rid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
fckeditor_roleVALUES ('Advanced','3');INSERT INTO
fckeditor_roleVALUES ('Advanced','4');INSERT INTO
fckeditor_roleVALUES ('Default','1');INSERT INTO
fckeditor_roleVALUES ('Default','2');DROP TABLE IF EXISTS
fckeditor_settings;CREATE TABLE
fckeditor_settings(namevarchar(128) NOT NULL default '',settingstext, PRIMARY KEY (name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
fckeditor_settingsVALUES ('FCKeditor Global Profile','a:5:{s:9:\"excl_mode\";i:0;s:11:\"excl_fields\";s:870:\"edit-user-mail-welcome-body\nedit-user-mail-admin-body\nedit-user-mail-approval-body\nedit-user-mail-pass-body\nedit-user-mail-register-admin-created-body\nedit-user-mail-register-no-approval-required-body\nedit-user-mail-register-pending-approval-body\nedit-user-mail-password-reset-body\nedit-user-mail-status-activated-body\nedit-user-mail-status-blocked-body\nedit-user-mail-status-deleted-body\nedit-pages\nedit-pathauto-ignore-words\nedit-recipients\nedit-reply\nedit-description\nedit-synonyms\nedit-img-assist-textareas\nedit-img-assist-paths\nedit-nodewords-description\nedit-relatedlinks-fieldset-relatedlinks\nedit-allowed-values-php\nedit-allowed-values\nedit-update-notify-emails\nedit-googleanalytics-pages\nedit-googleanalytics-codesnippet-before\nedit-googleanalytics-codesnippet-after\nedit-piwik-pages\nedit-piwik-codesnippet\nedit-feedburner-useragents\nedit-webform-*\nedit-target\n\";s:10:\"excl_paths\";s:57:\"admin/*/logintoboggan\nadmin/settings/actions/configure/*\n\";s:16:\"simple_incl_mode\";i:1;s:18:\"simple_incl_fields\";s:148:\"edit-signature\nedit-site-mission\nedit-site-footer\nedit-site-offline-message\nedit-page-help\nedit-user-registration-help\nedit-user-picture-guidelines\n\";}');INSERT INTO
fckeditor_settingsVALUES ('Default','a:40:{s:8:\"old_name\";s:7:\"Default\";s:4:\"name\";s:7:\"Default\";s:4:\"rids\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"2\";}s:15:\"allow_user_conf\";s:1:\"f\";s:7:\"filters\";a:1:{s:8:\"filter/0\";s:1:\"1\";}s:2:\"ss\";s:1:\"2\";s:8:\"min_rows\";s:1:\"1\";s:9:\"excl_mode\";s:1:\"0\";s:11:\"excl_fields\";s:0:\"\";s:10:\"excl_paths\";s:0:\"\";s:18:\"simple_incl_fields\";s:0:\"\";s:17:\"simple_incl_paths\";s:0:\"\";s:7:\"default\";s:1:\"t\";s:11:\"show_toggle\";s:1:\"t\";s:5:\"popup\";s:1:\"f\";s:4:\"skin\";s:7:\"default\";s:7:\"toolbar\";s:11:\"DrupalBasic\";s:6:\"expand\";s:1:\"t\";s:5:\"width\";s:4:\"100%\";s:4:\"lang\";s:2:\"en\";s:9:\"auto_lang\";s:1:\"t\";s:10:\"enter_mode\";s:1:\"p\";s:16:\"shift_enter_mode\";s:2:\"br\";s:11:\"font_format\";s:35:\"p;div;pre;address;h1;h2;h3;h4;h5;h6\";s:13:\"format_source\";s:1:\"t\";s:13:\"format_output\";s:1:\"t\";s:8:\"css_mode\";s:5:\"theme\";s:8:\"css_path\";s:0:\"\";s:9:\"css_style\";s:5:\"theme\";s:11:\"styles_path\";s:0:\"\";s:11:\"filebrowser\";s:4:\"imce\";s:11:\"quickupload\";s:1:\"f\";s:13:\"UserFilesPath\";s:5:\"%b%f/\";s:21:\"UserFilesAbsolutePath\";s:7:\"%d%b%f/\";s:15:\"theme_config_js\";s:1:\"f\";s:7:\"js_conf\";s:0:\"\";s:2:\"op\";s:14:\"Update profile\";s:13:\"form_build_id\";s:37:\"form-e3cef836b595b19aed3d585d15879449\";s:10:\"form_token\";s:32:\"d8bd4cf4fe139493d9921e5a3cfb86de\";s:7:\"form_id\";s:28:\"fckeditor_profile_form_build\";}');INSERT INTO
fckeditor_settingsVALUES ('Advanced','a:40:{s:8:\"old_name\";s:8:\"Advanced\";s:4:\"name\";s:8:\"Advanced\";s:4:\"rids\";a:2:{i:3;s:1:\"3\";i:4;s:1:\"4\";}s:15:\"allow_user_conf\";s:1:\"f\";s:7:\"filters\";a:1:{s:8:\"filter/0\";s:1:\"1\";}s:2:\"ss\";s:1:\"2\";s:8:\"min_rows\";s:1:\"1\";s:9:\"excl_mode\";s:1:\"0\";s:11:\"excl_fields\";s:0:\"\";s:10:\"excl_paths\";s:0:\"\";s:18:\"simple_incl_fields\";s:0:\"\";s:17:\"simple_incl_paths\";s:0:\"\";s:7:\"default\";s:1:\"f\";s:11:\"show_toggle\";s:1:\"t\";s:5:\"popup\";s:1:\"f\";s:4:\"skin\";s:7:\"default\";s:7:\"toolbar\";s:7:\"Default\";s:6:\"expand\";s:1:\"t\";s:5:\"width\";s:4:\"100%\";s:4:\"lang\";s:2:\"en\";s:9:\"auto_lang\";s:1:\"t\";s:10:\"enter_mode\";s:1:\"p\";s:16:\"shift_enter_mode\";s:2:\"br\";s:11:\"font_format\";s:35:\"p;div;pre;address;h1;h2;h3;h4;h5;h6\";s:13:\"format_source\";s:1:\"t\";s:13:\"format_output\";s:1:\"t\";s:8:\"css_mode\";s:4:\"none\";s:8:\"css_path\";s:0:\"\";s:9:\"css_style\";s:5:\"theme\";s:11:\"styles_path\";s:0:\"\";s:11:\"filebrowser\";s:4:\"imce\";s:11:\"quickupload\";s:1:\"f\";s:13:\"UserFilesPath\";s:5:\"%b%f/\";s:21:\"UserFilesAbsolutePath\";s:7:\"%d%b%f/\";s:15:\"theme_config_js\";s:1:\"f\";s:7:\"js_conf\";s:0:\"\";s:2:\"op\";s:14:\"Update profile\";s:13:\"form_build_id\";s:37:\"form-97941d3422af2d2c3ee4a75d2a316def\";s:10:\"form_token\";s:32:\"d8bd4cf4fe139493d9921e5a3cfb86de\";s:7:\"form_id\";s:28:\"fckeditor_profile_form_build\";}');DROP TABLE IF EXISTS
files;CREATE TABLE
files(fidint(10) unsigned NOT NULL auto_increment,uidint(10) unsigned NOT NULL default '0',filenamevarchar(255) NOT NULL default '',filepathvarchar(255) NOT NULL default '',filemimevarchar(255) NOT NULL default '',filesizeint(10) unsigned NOT NULL default '0',statusint(11) NOT NULL default '0',timestampint(10) unsigned NOT NULL default '0', PRIMARY KEY (fid), KEYuid(uid), KEYstatus(status), KEYtimestamp(timestamp) ) ENGINE=MyISAM AUTO_INCREMENT=90 DEFAULT CHARSET=utf8 AUTO_INCREMENT=90;INSERT INTO
filesVALUES ('6','1','welcomeimagetext.png','sites/default/files/welcomeimagetext.png','image/png','857711','1','1247622763');INSERT INTO
filesVALUES ('8','1','header text merged effect4.png','sites/default/files/header text merged effect4.png','image/png','177177','1','1247793195');INSERT INTO
filesVALUES ('13','1','571 border.png','sites/default/files/photos/571 border.png','image/png','574156','1','1247951151');INSERT INTO
filesVALUES ('12','1','571 border.png','sites/default/files/571 border.png','image/png','574156','1','1247851429');INSERT INTO
filesVALUES ('17','1','medium_571 border.png','sites/default/files/medium_571 border.png','image/png','34604','1','1248143520');INSERT INTO
filesVALUES ('16','1','571 kitch.png','sites/default/files/571 kitch.png','image/png','527611','1','1248143071');INSERT INTO
filesVALUES ('18','1','medium_571 kitch.png','sites/default/files/medium_571 kitch.png','image/png','29704','1','1248143624');INSERT INTO
filesVALUES ('19','1','571 border.png','sites/default/files/photos/571 border_0.png','image/png','574156','1','1248232577');INSERT INTO
filesVALUES ('20','1','571 kitch.png','sites/default/files/photos/571 kitch.png','image/png','716072','1','1248233254');INSERT INTO
filesVALUES ('21','1','571 master.png','sites/default/files/photos/571 master.png','image/png','778807','1','1248233355');INSERT INTO
filesVALUES ('22','1','greatroom.png','sites/default/files/photos/greatroom.png','image/png','279335','1','1248233399');INSERT INTO
filesVALUES ('23','1','kitchen571.png','sites/default/files/photos/kitchen571.png','image/png','648448','1','1248233485');INSERT INTO
filesVALUES ('24','1','stair1.png','sites/default/files/photos/stair1.png','image/png','434702','1','1248324965');INSERT INTO
filesVALUES ('25','1','stair2.png','sites/default/files/photos/stair2.png','image/png','379677','1','1248325156');INSERT INTO
filesVALUES ('26','1','stair3.png','sites/default/files/photos/stair3.png','image/png','316243','1','1248325214');INSERT INTO
filesVALUES ('27','1','stair4.png','sites/default/files/photos/stair4.png','image/png','375047','1','1248325312');INSERT INTO
filesVALUES ('28','1','stair5.png','sites/default/files/photos/stair5.png','image/png','379057','1','1248325367');INSERT INTO
filesVALUES ('29','1','stair6.png','sites/default/files/photos/stair6.png','image/png','395920','1','1248325416');INSERT INTO
filesVALUES ('32','1','stair8.png','sites/default/files/photos/stair8.png','image/png','283540','1','1248325657');INSERT INTO
filesVALUES ('31','1','stair7.png','sites/default/files/photos/stair7.png','image/png','322552','1','1248325600');INSERT INTO
filesVALUES ('33','1','stair9.png','sites/default/files/photos/stair9.png','image/png','342894','1','1248325713');INSERT INTO
filesVALUES ('34','1','stair10.png','sites/default/files/photos/stair10.png','image/png','359444','1','1248325762');INSERT INTO
filesVALUES ('35','1','stair11.png','sites/default/files/photos/stair11.png','image/png','323224','1','1248325833');INSERT INTO
filesVALUES ('36','1','comm1.png','sites/default/files/photos/comm1.png','image/png','413752','1','1248325988');INSERT INTO
filesVALUES ('37','1','comm2.png','sites/default/files/photos/comm2.png','image/png','414707','1','1248326044');INSERT INTO
filesVALUES ('38','1','comm3.png','sites/default/files/photos/comm3.png','image/png','390263','1','1248326094');INSERT INTO
filesVALUES ('39','1','comm4.png','sites/default/files/photos/comm4.png','image/png','447970','1','1248326151');INSERT INTO
filesVALUES ('40','1','comm5.png','sites/default/files/photos/comm5.png','image/png','408250','1','1248326200');INSERT INTO
filesVALUES ('41','1','comm6.png','sites/default/files/photos/comm6.png','image/png','406595','1','1248326255');INSERT INTO
filesVALUES ('42','1','comm7.png','sites/default/files/photos/comm7.png','image/png','422083','1','1248326309');INSERT INTO
filesVALUES ('43','1','comm8.png','sites/default/files/photos/comm8.png','image/png','439424','1','1248326353');INSERT INTO
filesVALUES ('44','1','comm9.png','sites/default/files/photos/comm9.png','image/png','423280','1','1248326399');INSERT INTO
filesVALUES ('45','1','comm10.png','sites/default/files/photos/comm10.png','image/png','422309','1','1248326449');INSERT INTO
filesVALUES ('46','1','comm11.png','sites/default/files/photos/comm11.png','image/png','437796','1','1248326493');INSERT INTO
filesVALUES ('47','1','comm12.png','sites/default/files/photos/comm12.png','image/png','463010','1','1248326550');INSERT INTO
filesVALUES ('48','1','comm13.png','sites/default/files/photos/comm13.png','image/png','361551','1','1248326603');INSERT INTO
filesVALUES ('51','1','comm15.png','sites/default/files/photos/comm15.png','image/png','399858','1','1248326830');INSERT INTO
filesVALUES ('50','1','comm14.png','sites/default/files/photos/comm14.png','image/png','426852','1','1248326771');INSERT INTO
filesVALUES ('53','1','comm14.png','sites/default/files/photos/comm14_0.png','image/png','426852','1','1248326997');INSERT INTO
filesVALUES ('54','1','comm15.png','sites/default/files/photos/comm15_0.png','image/png','399858','1','1248327079');INSERT INTO
filesVALUES ('55','1','comm16.png','sites/default/files/photos/comm16_0.png','image/png','414436','1','1248327142');INSERT INTO
filesVALUES ('56','1','comm17.png','sites/default/files/photos/comm17.png','image/png','386502','1','1248327213');INSERT INTO
filesVALUES ('57','1','comm18.png','sites/default/files/photos/comm18.png','image/png','449373','1','1248327267');INSERT INTO
filesVALUES ('58','1','comm19.png','sites/default/files/photos/comm19.png','image/png','425204','1','1248327394');INSERT INTO
filesVALUES ('59','1','comm21.png','sites/default/files/photos/comm21.png','image/png','458029','1','1248327484');INSERT INTO
filesVALUES ('60','1','comm22.png','sites/default/files/photos/comm22.png','image/png','417714','1','1248327548');INSERT INTO
filesVALUES ('61','1','comm23.png','sites/default/files/photos/comm23.png','image/png','424841','1','1248327612');INSERT INTO
filesVALUES ('62','1','comm24.png','sites/default/files/photos/comm24.png','image/png','447346','1','1248327666');INSERT INTO
filesVALUES ('63','1','comm25.png','sites/default/files/photos/comm25.png','image/png','421791','1','1248327766');INSERT INTO
filesVALUES ('66','1','comm26.png','sites/default/files/photos/comm26.png','image/png','425043','1','1248384643');INSERT INTO
filesVALUES ('65','1','comm20.png','sites/default/files/photos/comm20.png','image/png','452940','1','1248384415');INSERT INTO
filesVALUES ('76','1','both.png','sites/default/files/photos/both.png','image/png','584124','1','1248406970');INSERT INTO
filesVALUES ('75','1','sashamajor.png','sites/default/files/photos/sashamajor.png','image/png','600337','1','1248406914');INSERT INTO
filesVALUES ('74','1','sashacrc.png','sites/default/files/photos/sashacrc.png','image/png','466162','1','1248406850');INSERT INTO
filesVALUES ('73','1','sashawinners.png','sites/default/files/photos/sashawinners.png','image/png','512402','1','1248406795');INSERT INTO
filesVALUES ('72','1','vitobopp.png','sites/default/files/photos/vitobopp.png','image/png','516030','1','1248406736');INSERT INTO
filesVALUES ('77','1','sasha.png','sites/default/files/photos/sasha.png','image/png','683125','1','1248407227');INSERT INTO
filesVALUES ('78','1','sasha2.png','sites/default/files/photos/sasha2.png','image/png','475572','1','1248407299');INSERT INTO
filesVALUES ('79','1','snow.png','sites/default/files/photos/snow.png','image/png','524182','1','1248407365');INSERT INTO
filesVALUES ('80','1','vito.png','sites/default/files/photos/vito.png','image/png','761147','1','1248407466');INSERT INTO
filesVALUES ('81','1','vito2.png','sites/default/files/photos/vito2.png','image/png','446918','1','1248407527');INSERT INTO
filesVALUES ('82','1','pastedGraphic.jpg','sites/default/files/photos/pastedGraphic.jpg','image/jpeg','138867','1','1249538579');DROP TABLE IF EXISTS
filter_formats;CREATE TABLE
filter_formats(formatint(11) NOT NULL auto_increment,namevarchar(255) NOT NULL default '',rolesvarchar(255) NOT NULL default '',cachetinyint(4) NOT NULL default '0', PRIMARY KEY (format), UNIQUE KEYname(name) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 AUTO_INCREMENT=3;INSERT INTO
filter_formatsVALUES ('1','Filtered HTML',',1,2,3,4,','1');INSERT INTO
filter_formatsVALUES ('2','Full HTML',',1,2,3,4,','1');DROP TABLE IF EXISTS
filters;CREATE TABLE
filters(fidint(11) NOT NULL auto_increment,formatint(11) NOT NULL default '0',modulevarchar(64) NOT NULL default '',deltatinyint(4) NOT NULL default '0',weighttinyint(4) NOT NULL default '0', PRIMARY KEY (fid), UNIQUE KEYfmd(format,module,delta), KEYlist(format,weight,module,delta) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8 AUTO_INCREMENT=37;INSERT INTO
filtersVALUES ('34','1','filter','0','10');INSERT INTO
filtersVALUES ('33','1','filter','3','10');INSERT INTO
filtersVALUES ('35','1','filter','2','0');INSERT INTO
filtersVALUES ('36','2','filter','3','10');DROP TABLE IF EXISTS
flood;CREATE TABLE
flood(fidint(11) NOT NULL auto_increment,eventvarchar(64) NOT NULL default '',hostnamevarchar(128) NOT NULL default '',timestampint(11) NOT NULL default '0', PRIMARY KEY (fid), KEYallow(event,hostname,timestamp) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 AUTO_INCREMENT=4;DROP TABLE IF EXISTS
google_website_optimizer;CREATE TABLE
google_website_optimizer(test_idint(10) unsigned NOT NULL auto_increment,namevarchar(128) NOT NULL default '',test_page_pathvarchar(255) NOT NULL default '',conversion_page_pathvarchar(255) NOT NULL default '',control_scripttext,tracking_scripttext,conversion_scripttext,variation_page_pathtext,variation_tracking_scripttext, PRIMARY KEY (test_id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
history;CREATE TABLE
history(uidint(11) NOT NULL default '0',nidint(11) NOT NULL default '0',timestampint(11) NOT NULL default '0', PRIMARY KEY (uid,nid), KEYnid(nid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
historyVALUES ('1','8','1270011131');INSERT INTO
historyVALUES ('1','1','1270440237');INSERT INTO
historyVALUES ('1','21','1269140350');INSERT INTO
historyVALUES ('1','30','1269996335');INSERT INTO
historyVALUES ('1','9','1269996294');DROP TABLE IF EXISTS
imagecache_action;CREATE TABLE
imagecache_action(actionidint(10) unsigned NOT NULL auto_increment,presetidint(10) unsigned NOT NULL default '0',weightint(11) NOT NULL default '0',modulevarchar(255) NOT NULL,actionvarchar(255) NOT NULL,datalongtext NOT NULL, PRIMARY KEY (actionid), KEYpresetid(presetid) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 AUTO_INCREMENT=3;INSERT INTO
imagecache_actionVALUES ('1','1','0','imagecache','imagecache_scale_and_crop','a:2:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";}');INSERT INTO
imagecache_actionVALUES ('2','2','0','imagecache','imagecache_scale','a:3:{s:5:\"width\";s:3:\"480\";s:6:\"height\";s:0:\"\";s:7:\"upscale\";i:0;}');DROP TABLE IF EXISTS
imagecache_preset;CREATE TABLE
imagecache_preset(presetidint(10) unsigned NOT NULL auto_increment,presetnamevarchar(255) NOT NULL, PRIMARY KEY (presetid) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 AUTO_INCREMENT=3;INSERT INTO
imagecache_presetVALUES ('1','thumbnail');INSERT INTO
imagecache_presetVALUES ('2','preview');DROP TABLE IF EXISTS
menu_custom;CREATE TABLE
menu_custom(menu_namevarchar(32) NOT NULL default '',titlevarchar(255) NOT NULL default '',descriptiontext, PRIMARY KEY (menu_name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
menu_customVALUES ('navigation','Navigation','The navigation menu is provided by Drupal and is the main interactive menu for any site. It is usually the only menu that contains personalized links for authenticated users, and is often not even visible to anonymous users.');INSERT INTO
menu_customVALUES ('primary-links','Primary links','Primary links are often used at the theme layer to show the major sections of a site. A typical representation for primary links would be tabs along the top.');INSERT INTO
menu_customVALUES ('secondary-links','Secondary links','Secondary links are often used for pages like legal notices, contact details, and other secondary navigation items that play a lesser role than primary links');DROP TABLE IF EXISTS
menu_links;CREATE TABLE
menu_links(menu_namevarchar(32) NOT NULL default '',mlidint(10) unsigned NOT NULL auto_increment,plidint(10) unsigned NOT NULL default '0',link_pathvarchar(255) NOT NULL default '',router_pathvarchar(255) NOT NULL default '',link_titlevarchar(255) NOT NULL default '',optionstext,modulevarchar(255) NOT NULL default 'system',hiddensmallint(6) NOT NULL default '0',externalsmallint(6) NOT NULL default '0',has_childrensmallint(6) NOT NULL default '0',expandedsmallint(6) NOT NULL default '0',weightint(11) NOT NULL default '0',depthsmallint(6) NOT NULL default '0',customizedsmallint(6) NOT NULL default '0',p1int(10) unsigned NOT NULL default '0',p2int(10) unsigned NOT NULL default '0',p3int(10) unsigned NOT NULL default '0',p4int(10) unsigned NOT NULL default '0',p5int(10) unsigned NOT NULL default '0',p6int(10) unsigned NOT NULL default '0',p7int(10) unsigned NOT NULL default '0',p8int(10) unsigned NOT NULL default '0',p9int(10) unsigned NOT NULL default '0',updatedsmallint(6) NOT NULL default '0', PRIMARY KEY (mlid), KEYpath_menu(link_path(128),menu_name), KEYmenu_plid_expand_child(menu_name,plid,expanded,has_children), KEYmenu_parents(menu_name,p1,p2,p3,p4,p5,p6,p7,p8,p9), KEYrouter_path(router_path(128)) ) ENGINE=MyISAM AUTO_INCREMENT=2551 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2551;INSERT INTO
menu_linksVALUES ('navigation','1','0','batch','batch','','a:0:{}','system','-1','0','0','0','0','1','0','1','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2','0','admin','admin','Administer','a:0:{}','system','0','0','1','0','9','1','0','2','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','3','0','node','node','Content','a:0:{}','system','-1','0','0','0','0','1','0','3','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','4','0','logout','logout','Log out','a:0:{}','system','0','0','0','0','10','1','0','4','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','5','0','rss.xml','rss.xml','RSS feed','a:0:{}','system','-1','0','0','0','0','1','0','5','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','6','0','user','user','User account','a:0:{}','system','-1','0','0','0','0','1','0','6','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','7','0','node/%','node/%','','a:0:{}','system','-1','0','0','0','0','1','0','7','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','8','2','admin/compact','admin/compact','Compact mode','a:0:{}','system','-1','0','0','0','0','2','0','2','8','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','9','0','filter/tips','filter/tips','Compose tips','a:0:{}','system','1','0','0','0','0','1','0','9','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','10','2','admin/content','admin/content','Content management','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:27:\"Manage your site\'s content.\";}}','system','0','0','1','0','-10','2','0','2','10','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','11','0','node/add','node/add','Create content','a:0:{}','system','0','0','1','0','1','1','0','11','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','923','966','galleries/our_dogs_photos','galleries/our_dogs_photos','Our Dogs Photos','a:0:{}','system','0','0','0','0','-48','2','1','966','923','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','14','0','system/files','system/files','File download','a:0:{}','system','-1','0','0','0','0','1','0','14','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2530','0','admin/content/node-type/photo/fields/field_photo/remove','admin/content/node-type/photo/fields/field_photo/remove','Remove field','a:0:{}','system','-1','0','0','0','0','1','0','2530','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','16','2','admin/reports','admin/reports','Reports','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:59:\"View reports from system logs and other status information.\";}}','system','0','0','1','0','5','2','0','2','16','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','17','2','admin/build','admin/build','Site building','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:38:\"Control how your site looks and feels.\";}}','system','0','0','1','0','-10','2','0','2','17','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','18','2','admin/settings','admin/settings','Site configuration','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:40:\"Adjust basic site configuration options.\";}}','system','0','0','1','0','-5','2','0','2','18','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','19','0','user/autocomplete','user/autocomplete','User autocomplete','a:0:{}','system','-1','0','0','0','0','1','0','19','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','20','2','admin/user','admin/user','User management','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:61:\"Manage your site\'s users, groups and access to site features.\";}}','system','0','0','1','0','0','2','0','2','20','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','21','0','user/%','user/%','My account','a:0:{}','system','0','0','0','0','0','1','0','21','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','22','20','admin/user/rules','admin/user/rules','Access rules','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:80:\"List and create rules to disallow usernames, e-mail addresses, and IP addresses.\";}}','system','0','0','0','0','0','3','0','2','20','22','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','23','18','admin/settings/actions','admin/settings/actions','Actions','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:41:\"Manage the actions defined for your site.\";}}','system','0','0','0','0','0','3','0','2','18','23','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','24','18','admin/settings/admin','admin/settings/admin','Administration theme','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:55:\"Settings for how your administrative pages should look.\";}}','system','0','0','0','0','0','3','0','2','18','24','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','25','17','admin/build/block','admin/build/block','Blocks','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:79:\"Configure what block content appears in your site\'s sidebars and other regions.\";}}','system','0','0','0','0','0','3','0','2','17','25','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','26','18','admin/settings/clean-urls','admin/settings/clean-urls','Clean URLs','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:43:\"Enable or disable clean URLs for your site.\";}}','system','0','0','0','0','0','3','0','2','18','26','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','531','528','admin/settings/search/wipe','admin/settings/search/wipe','Clear index','a:0:{}','system','-1','0','0','0','0','4','0','2','18','528','531','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','28','10','admin/content/node','admin/content/node','Content','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:43:\"View, edit, and delete your site\'s content.\";}}','system','0','0','0','0','0','3','0','2','10','28','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','29','10','admin/content/types','admin/content/types','Content types','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:82:\"Manage posts by content type, including default status, front page promotion, etc.\";}}','system','0','0','0','0','0','3','0','2','10','29','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','30','18','admin/settings/date-time','admin/settings/date-time','Date and time','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:89:\"Settings for how Drupal displays date and time, as well as the system\'s default timezone.\";}}','system','0','0','0','0','0','3','0','2','18','30','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','31','0','node/%/delete','node/%/delete','Delete','a:0:{}','system','-1','0','0','0','1','1','0','31','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','32','21','user/%/delete','user/%/delete','Delete','a:0:{}','system','-1','0','0','0','0','2','0','21','32','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','33','18','admin/settings/error-reporting','admin/settings/error-reporting','Error reporting','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:93:\"Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.\";}}','system','0','0','0','0','0','3','0','2','18','33','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','34','18','admin/settings/file-system','admin/settings/file-system','File system','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:68:\"Tell Drupal where to store uploaded files and how they are accessed.\";}}','system','0','0','0','0','0','3','0','2','18','34','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','35','18','admin/settings/image-toolkit','admin/settings/image-toolkit','Image toolkit','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:74:\"Choose which image toolkit to use if you have installed optional toolkits.\";}}','system','0','0','0','0','0','3','0','2','18','35','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','36','18','admin/settings/filters','admin/settings/filters','Input formats','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:127:\"Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.\";}}','system','0','0','0','0','0','3','0','2','18','36','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','37','18','admin/settings/logging','admin/settings/logging','Logging and alerts','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:156:\"Settings for logging and alerts modules. Various modules can route Drupal\'s system events to different destination, such as syslog, database, email, ...etc.\";}}','system','0','0','1','0','0','3','0','2','18','37','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2465','2458','admin/build/views/tools/basic','admin/build/views/tools/basic','Basic','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','4','0','133','2420','2458','2465','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','39','17','admin/build/modules','admin/build/modules','Modules','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:47:\"Enable or disable add-on modules for your site.\";}}','system','0','0','0','0','0','3','0','2','17','39','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','40','18','admin/settings/performance','admin/settings/performance','Performance','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:101:\"Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.\";}}','system','0','0','0','0','0','3','0','2','18','40','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','41','20','admin/user/permissions','admin/user/permissions','Permissions','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:64:\"Determine access to features by selecting permissions for roles.\";}}','system','0','0','0','0','0','3','0','2','20','41','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','42','10','admin/content/node-settings','admin/content/node-settings','Post settings','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:126:\"Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.\";}}','system','0','0','0','0','0','3','0','2','10','42','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','43','10','admin/content/rss-publishing','admin/content/rss-publishing','RSS publishing','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:92:\"Configure the number of items per feed and whether feeds should be titles/teasers/full-text.\";}}','system','0','0','0','0','0','3','0','2','10','43','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','45','20','admin/user/roles','admin/user/roles','Roles','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:30:\"List, edit, or add user roles.\";}}','system','0','0','0','0','0','3','0','2','20','45','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','46','18','admin/settings/site-information','admin/settings/site-information','Site information','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:107:\"Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.\";}}','system','0','0','0','0','0','3','0','2','18','46','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','47','18','admin/settings/site-maintenance','admin/settings/site-maintenance','Site maintenance','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:63:\"Take the site off-line for maintenance or bring it back online.\";}}','system','0','0','0','0','0','3','0','2','18','47','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','48','16','admin/reports/status','admin/reports/status','Status report','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:74:\"Get a status report about your site\'s operation and any detected problems.\";}}','system','0','0','0','0','10','3','0','2','16','48','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','49','17','admin/build/themes','admin/build/themes','Themes','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:57:\"Change which theme your site uses or allows users to set.\";}}','system','0','0','0','0','0','3','0','2','17','49','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','50','20','admin/user/settings','admin/user/settings','User settings','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:101:\"Configure default behavior of users, including registration requirements, e-mails, and user pictures.\";}}','system','0','0','0','0','0','3','0','2','20','50','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','51','20','admin/user/user','admin/user/user','Users','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:26:\"List, add, and edit users.\";}}','system','0','0','0','0','0','3','0','2','20','51','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2464','2448','admin/content/backup_migrate/files/manual','admin/content/backup_migrate/files/manual','Manual Backups','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','4','0','130','2391','2448','2464','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2463','1377','admin/settings/spam/filters/duplicate','admin/settings/spam/filters/duplicate','Duplicate','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','134','1371','1377','2463','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2462','1377','admin/settings/spam/filters/custom','admin/settings/spam/filters/custom','Custom','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','4','0','134','1371','1377','2462','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2461','2458','admin/build/views/tools/export','admin/build/views/tools/export','Bulk export','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','2420','2458','2461','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2460','2458','admin/build/views/tools/convert','admin/build/views/tools/convert','Convert','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','4','0','133','2420','2458','2460','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','61','36','admin/settings/filters/%','admin/settings/filters/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','18','36','61','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','62','26','admin/settings/clean-urls/check','admin/settings/clean-urls/check','Clean URL check','a:0:{}','system','-1','0','0','0','0','4','0','2','18','26','62','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','63','23','admin/settings/actions/configure','admin/settings/actions/configure','Configure an advanced action','a:0:{}','system','-1','0','0','0','0','4','0','2','18','23','63','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','64','25','admin/build/block/configure','admin/build/block/configure','Configure block','a:0:{}','system','-1','0','0','0','0','4','0','2','17','25','64','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','66','30','admin/settings/date-time/lookup','admin/settings/date-time/lookup','Date and time lookup','a:0:{}','system','-1','0','0','0','0','4','0','2','18','30','66','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','67','25','admin/build/block/delete','admin/build/block/delete','Delete block','a:0:{}','system','-1','0','0','0','0','4','0','2','17','25','67','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','68','36','admin/settings/filters/delete','admin/settings/filters/delete','Delete input format','a:0:{}','system','-1','0','0','0','0','4','0','2','18','36','68','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','69','22','admin/user/rules/delete','admin/user/rules/delete','Delete rule','a:0:{}','system','-1','0','0','0','0','4','0','2','20','22','69','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','70','45','admin/user/roles/edit','admin/user/roles/edit','Edit role','a:0:{}','system','-1','0','0','0','0','4','0','2','20','45','70','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','71','22','admin/user/rules/edit','admin/user/rules/edit','Edit rule','a:0:{}','system','-1','0','0','0','0','4','0','2','20','22','71','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','72','48','admin/reports/status/php','admin/reports/status/php','PHP','a:0:{}','system','-1','0','0','0','0','4','0','2','16','48','72','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','73','42','admin/content/node-settings/rebuild','admin/content/node-settings/rebuild','Rebuild permissions','a:0:{}','system','-1','0','0','0','0','4','0','2','10','42','73','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','74','23','admin/settings/actions/orphan','admin/settings/actions/orphan','Remove orphans','a:0:{}','system','-1','0','0','0','0','4','0','2','18','23','74','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','75','48','admin/reports/status/run-cron','admin/reports/status/run-cron','Run cron','a:0:{}','system','-1','0','0','0','0','4','0','2','16','48','75','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','76','48','admin/reports/status/sql','admin/reports/status/sql','SQL','a:0:{}','system','-1','0','0','0','0','4','0','2','16','48','76','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','77','23','admin/settings/actions/delete/%','admin/settings/actions/delete/%','Delete action','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:17:\"Delete an action.\";}}','system','-1','0','0','0','0','4','0','2','18','23','77','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2327','16','admin/reports/event/%','admin/reports/event/%','Details','a:0:{}','system','-1','0','0','0','0','3','0','2','16','2327','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','79','25','admin/build/block/list/js','admin/build/block/list/js','JavaScript List Form','a:0:{}','system','-1','0','0','0','0','4','0','2','17','25','79','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','80','39','admin/build/modules/list/confirm','admin/build/modules/list/confirm','List','a:0:{}','system','-1','0','0','0','0','4','0','2','17','39','80','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','81','0','user/reset/%/%/%','user/reset/%/%/%','Reset password','a:0:{}','system','-1','0','0','0','0','1','0','81','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','82','39','admin/build/modules/uninstall/confirm','admin/build/modules/uninstall/confirm','Uninstall','a:0:{}','system','-1','0','0','0','0','4','0','2','17','39','82','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','83','0','node/%/revisions/%/delete','node/%/revisions/%/delete','Delete earlier revision','a:0:{}','system','-1','0','0','0','0','1','0','83','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','84','0','node/%/revisions/%/revert','node/%/revisions/%/revert','Revert to earlier revision','a:0:{}','system','-1','0','0','0','0','1','0','84','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','85','0','node/%/revisions/%/view','node/%/revisions/%/view','Revisions','a:0:{}','system','-1','0','0','0','0','1','0','85','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2538','838','admin/content/node-type/photo/display','admin/content/node-type/photo/display','Display fields','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','2','4','0','130','145','838','2538','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2539','2538','admin/content/node-type/photo/display/basic','admin/content/node-type/photo/display/basic','Basic','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','5','0','130','145','838','2538','2539','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2540','2538','admin/content/node-type/photo/display/rss','admin/content/node-type/photo/display/rss','RSS','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','838','2538','2540','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2541','2538','admin/content/node-type/photo/display/search','admin/content/node-type/photo/display/search','Search','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','838','2538','2541','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','92','0','taxonomy/autocomplete','taxonomy/autocomplete','Autocomplete taxonomy','a:0:{}','system','-1','0','0','0','0','1','0','92','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2459','2432','admin/settings/imageapi/config/imageapi_gd','admin/settings/imageapi/config/imageapi_gd','@name','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','134','820','2432','2459','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','94','10','admin/content/taxonomy','admin/content/taxonomy','Taxonomy','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:67:\"Manage tagging, categorization, and classification of your content.\";}}','system','0','0','0','0','0','3','0','2','10','94','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','95','0','taxonomy/term/%','taxonomy/term/%','Taxonomy term','a:0:{}','system','-1','0','0','0','0','1','0','95','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2457','2420','admin/build/views/import','admin/build/views/import','Import','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','2420','2457','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2458','2420','admin/build/views/tools','admin/build/views/tools','Tools','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','3','0','133','2420','2458','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2456','2418','admin/build/path-redirect/settings','admin/build/path-redirect/settings','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','10','3','0','133','2418','2456','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2455','2390','admin/reports/updates/settings','admin/reports/updates/settings','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','132','2390','2455','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2453','2394','admin/build/contact/settings','admin/build/contact/settings','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','2','3','0','133','2394','2453','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2454','2404','admin/settings/mollom/settings','admin/settings/mollom/settings','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','2404','2454','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2452','2403','admin/build/menu/settings','admin/build/menu/settings','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','5','3','0','133','2403','2452','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','102','94','admin/content/taxonomy/%','admin/content/taxonomy/%','List terms','a:0:{}','system','-1','0','0','0','0','4','0','2','10','94','102','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','103','94','admin/content/taxonomy/edit/term','admin/content/taxonomy/edit/term','Edit term','a:0:{}','system','-1','0','0','0','0','4','0','2','10','94','103','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','104','94','admin/content/taxonomy/edit/vocabulary/%','admin/content/taxonomy/edit/vocabulary/%','Edit vocabulary','a:0:{}','system','-1','0','0','0','0','4','0','2','10','94','104','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2451','976','admin/settings/xmlsitemap/engines','admin/settings/xmlsitemap/engines','Search engines','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','976','2451','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','106','11','node/add/page','node/add/page','Page','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:296:\"A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.\";}}','system','0','0','0','0','0','2','0','11','106','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','107','11','node/add/story','node/add/story','Story','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.\";}}','system','0','0','0','0','0','2','0','11','107','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2449','2420','admin/build/views/list','admin/build/views/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','3','0','133','2420','2449','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2450','2391','admin/content/backup_migrate/restore','admin/content/backup_migrate/restore','Restore/Import DB','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','3','0','130','2391','2450','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','110','10','admin/content/node-type/page','admin/content/node-type/page','Page','a:0:{}','system','-1','0','0','0','0','3','0','2','10','110','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','111','10','admin/content/node-type/story','admin/content/node-type/story','Story','a:0:{}','system','-1','0','0','0','0','3','0','2','10','111','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','112','0','admin/content/node-type/page/delete','admin/content/node-type/page/delete','Delete','a:0:{}','system','-1','0','0','0','0','1','0','112','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','113','0','admin/content/node-type/story/delete','admin/content/node-type/story/delete','Delete','a:0:{}','system','-1','0','0','0','0','1','0','113','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','114','0','node/1','node/%','Home','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Welcome To D Cubed Builders, Inc.\";}}','menu','0','0','0','1','-50','1','1','114','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','974','18','admin/settings/xmlsitemap','admin/settings/xmlsitemap','XML sitemap','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:26:\"Configure the XML sitemap.\";}}','system','0','0','0','0','0','3','0','2','18','974','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','956','0','nolink','nolink','Our Photo Galleries','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','menu','0','0','1','0','-47','1','1','956','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','119','17','admin/build/path','admin/build/path','URL aliases','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site\'s URL paths by aliasing them.\";}}','system','0','0','0','0','0','3','0','2','17','119','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2448','2391','admin/content/backup_migrate/files','admin/content/backup_migrate/files','Saved Backups','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','2','3','0','130','2391','2448','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','121','119','admin/build/path/delete','admin/build/path/delete','Delete alias','a:0:{}','system','-1','0','0','0','0','4','0','2','17','119','121','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','122','119','admin/build/path/edit','admin/build/path/edit','Edit alias','a:0:{}','system','-1','0','0','0','0','4','0','2','17','119','122','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2447','2420','admin/build/views/add','admin/build/views/add','Add','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','2420','2447','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2326','2261','admin/content/backup_migrate/delete','admin/content/backup_migrate/delete','Delete File','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:20:\"Delete a backup file\";}}','system','-1','0','0','0','0','4','0','2','10','2261','2326','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','127','0','','','INSERT INTO
menu_linksVALUES ('admin_menu','128','0','logout','logout','Log out @username','a:3:{s:11:\"extra class\";s:35:\"admin-menu-action admin-menu-logout\";s:1:\"t\";a:0:{}s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-100','1','0','128','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','129','0','user','user','icon_users','a:3:{s:11:\"extra class\";s:50:\"admin-menu-action admin-menu-icon admin-menu-users\";s:4:\"html\";b:1;s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-90','1','0','129','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','130','0','admin/content','admin/content','Content management','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','-10','1','0','130','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','132','0','admin/reports','admin/reports','Reports','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','5','1','0','132','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','133','0','admin/build','admin/build','Site building','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','-10','1','0','133','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','134','0','admin/settings','admin/settings','Site configuration','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','-5','1','0','134','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','135','0','admin/user','admin/user','User management','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','1','0','135','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','136','135','admin/user/rules','admin/user/rules','Access rules','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','135','136','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','137','134','admin/settings/actions','admin/settings/actions','Actions','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','137','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2446','2403','admin/build/menu/list','admin/build/menu/list','List menus','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','133','2403','2446','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','139','134','admin/settings/admin','admin/settings/admin','Administration theme','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','139','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2378','2307','admin/build/views/tools/export/results','admin/build/views/tools/export/results','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2378','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','141','133','admin/build/block','admin/build/block','Blocks','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','141','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','142','134','admin/settings/clean-urls','admin/settings/clean-urls','Clean URLs','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','142','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','527','0','search','search','Search','a:0:{}','system','0','0','0','0','0','1','1','527','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','528','18','admin/settings/search','admin/settings/search','Search settings','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:66:\"Configure relevance settings for search and other indexing options\";}}','system','0','0','0','0','0','3','0','2','18','528','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','144','130','admin/content/node','admin/content/node','Content','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','130','144','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','145','130','admin/content/types','admin/content/types','Content types','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','130','145','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','146','134','admin/settings/date-time','admin/settings/date-time','Date and time','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','146','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','147','134','admin/settings/error-reporting','admin/settings/error-reporting','Error reporting','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','147','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','148','134','admin/settings/file-system','admin/settings/file-system','File system','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','148','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','149','134','admin/settings/image-toolkit','admin/settings/image-toolkit','Image toolkit','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','149','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','150','134','admin/settings/filters','admin/settings/filters','Input formats','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','150','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','151','134','admin/settings/logging','admin/settings/logging','Logging and alerts','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','151','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','153','133','admin/build/modules','admin/build/modules','Modules','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','153','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','154','134','admin/settings/performance','admin/settings/performance','Performance','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','154','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','155','135','admin/user/permissions','admin/user/permissions','Permissions','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','135','155','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','156','130','admin/content/node-settings','admin/content/node-settings','Post settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','130','156','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','157','130','admin/content/rss-publishing','admin/content/rss-publishing','RSS publishing','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','130','157','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2377','2307','admin/build/views/%/preview/%','admin/build/views/%/preview/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2377','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','159','135','admin/user/roles','admin/user/roles','Roles','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','135','159','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','160','134','admin/settings/site-information','admin/settings/site-information','Site information','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','160','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','161','134','admin/settings/site-maintenance','admin/settings/site-maintenance','Site maintenance','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','161','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','162','132','admin/reports/status','admin/reports/status','Status report','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','10','2','0','132','162','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','163','130','admin/content/taxonomy','admin/content/taxonomy','Taxonomy','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','130','163','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','164','133','admin/build/themes','admin/build/themes','Themes','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','164','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2376','2307','admin/build/views/%/details/%','admin/build/views/%/details/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2376','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2375','2307','admin/build/views/%/analyze/%','admin/build/views/%/analyze/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2375','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','167','133','admin/build/path','admin/build/path','URL aliases','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','167','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','168','135','admin/user/settings','admin/user/settings','User settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','135','168','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','169','135','admin/user/user','admin/user/user','Users','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','135','169','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','170','167','admin/build/path/add','admin/build/path/add','Add alias','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','167','170','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','171','141','admin/build/block/add','admin/build/block/add','Add block','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','141','171','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','172','145','admin/content/types/add','admin/content/types/add','Add content type','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','145','172','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','173','150','admin/settings/filters/add','admin/settings/filters/add','Add input format','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','3','0','134','150','173','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2445','2390','admin/reports/updates/list','admin/reports/updates/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','132','2390','2445','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','175','136','admin/user/rules/add','admin/user/rules/add','Add rule','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','135','136','175','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','176','169','admin/user/user/create','admin/user/user/create','Add user','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','135','169','176','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','178','136','admin/user/rules/check','admin/user/rules/check','Check rules','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','135','136','178','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','179','164','admin/build/themes/settings','admin/build/themes/settings','Configure','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','3','0','133','164','179','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','181','141','admin/build/block/list','admin/build/block/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','-10','3','0','133','141','181','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','182','167','admin/build/path/list','admin/build/path/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','133','167','182','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','183','144','admin/content/node/overview','admin/content/node/overview','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','130','144','183','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','184','163','admin/content/taxonomy/list','admin/content/taxonomy/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','130','163','184','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','185','145','admin/content/types/list','admin/content/types/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','130','145','185','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2444','820','admin/settings/imageapi/list','admin/settings/imageapi/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','3','0','134','820','2444','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','187','136','admin/user/rules/list','admin/user/rules/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','135','136','187','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','188','169','admin/user/user/list','admin/user/user/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','135','169','188','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','189','164','admin/build/themes/select','admin/build/themes/select','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','3','0','133','164','189','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','190','153','admin/build/modules/list','admin/build/modules/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','153','190','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','191','150','admin/settings/filters/list','admin/settings/filters/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','150','191','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2443','2401','admin/settings/google_website_optimizer/list','admin/settings/google_website_optimizer/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','3','0','134','2401','2443','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','193','137','admin/settings/actions/manage','admin/settings/actions/manage','Manage actions','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-2','3','0','134','137','193','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','529','16','admin/reports/search','admin/reports/search','Top search phrases','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"View most popular search phrases.\";}}','system','0','0','0','0','0','3','0','2','16','529','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2442','2418','admin/build/path-redirect/list','admin/build/path-redirect/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','133','2418','2442','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2441','2402','admin/build/imagecache/list','admin/build/imagecache/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','133','2402','2441','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','197','153','admin/build/modules/uninstall','admin/build/modules/uninstall','Uninstall','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','153','197','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','198','181','admin/build/block/list/bluemarine','admin/build/block/list/bluemarine','Bluemarine','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','198','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','199','179','admin/build/themes/settings/bluemarine','admin/build/themes/settings/bluemarine','Bluemarine','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','199','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','200','181','admin/build/block/list/chameleon','admin/build/block/list/chameleon','Chameleon','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','200','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','201','179','admin/build/themes/settings/chameleon','admin/build/themes/settings/chameleon','Chameleon','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','201','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','202','181','admin/build/block/list/garland','admin/build/block/list/garland','Garland','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','202','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','203','179','admin/build/themes/settings/garland','admin/build/themes/settings/garland','Garland','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','203','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','204','179','admin/build/themes/settings/global','admin/build/themes/settings/global','Global settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','4','0','133','164','179','204','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','205','181','admin/build/block/list/marvin','admin/build/block/list/marvin','Marvin','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','205','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','206','179','admin/build/themes/settings/marvin','admin/build/themes/settings/marvin','Marvin','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','206','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','207','181','admin/build/block/list/minnelli','admin/build/block/list/minnelli','Minnelli','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','207','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','208','179','admin/build/themes/settings/minnelli','admin/build/themes/settings/minnelli','Minnelli','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','208','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','209','181','admin/build/block/list/pushbutton','admin/build/block/list/pushbutton','Pushbutton','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','209','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','210','179','admin/build/themes/settings/pushbutton','admin/build/themes/settings/pushbutton','Pushbutton','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','210','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','211','163','admin/content/taxonomy/add/vocabulary','admin/content/taxonomy/add/vocabulary','Add vocabulary','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','163','211','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','212','127','admin/reports/status/run-cron','admin/reports/status/run-cron','Run cron','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','50','2','0','127','212','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2373','2307','admin/build/views/%/add-display/%','admin/build/views/%/add-display/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2373','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2374','2307','admin/build/views/%/%/%','admin/build/views/%/%/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2374','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','214','134','admin/by-module','admin/by-module','By module','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','2','0','134','214','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','215','127','http://drupal.org','','Drupal.org','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','1','0','100','2','0','127','215','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','216','215','http://drupal.org/project/issues/drupal','','Drupal issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','-10','3','0','127','215','216','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','217','215','http://drupal.org/project/issues/admin_menu','','Administration menu issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','217','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','218','130','node/add','node/add','Create content','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','130','218','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','219','218','node/add/page','node/add/page','Page','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','218','219','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','220','218','node/add/story','node/add/story','Story','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','218','220','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','221','145','admin/content/node-type/page','admin/content/node-type/page','Edit !content-type','a:2:{s:1:\"t\";a:1:{s:13:\"!content-type\";s:4:\"Page\";}s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','3','0','130','145','221','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','222','145','admin/content/node-type/story','admin/content/node-type/story','Edit !content-type','a:2:{s:1:\"t\";a:1:{s:13:\"!content-type\";s:5:\"Story\";}s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','3','0','130','145','222','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','245','0','contact','contact','Contact','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:38:\"Request information about our services\";}}','system','0','0','0','1','-43','1','1','245','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2440','2394','admin/build/contact/list','admin/build/contact/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','2394','2440','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2531','127','update.php','','Run updates','a:2:{s:8:\"external\";b:1;s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','50','2','0','127','2531','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2529','0','admin/content/node-type/story/groups/%/remove','admin/content/node-type/story/groups/%/remove','Edit group','a:0:{}','system','-1','0','0','0','0','1','0','2529','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2528','0','admin/content/node-type/photo/groups/%/remove','admin/content/node-type/photo/groups/%/remove','Edit group','a:0:{}','system','-1','0','0','0','0','1','0','2528','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2371','2272','admin/build/menu/item/%/edit','admin/build/menu/item/%/edit','Edit menu item','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2272','2371','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2372','2272','admin/build/menu/item/%/reset','admin/build/menu/item/%/reset','Reset menu item','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2272','2372','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2364','1350','admin/user/captcha/image_captcha/font_preview','admin/user/captcha/image_captcha/font_preview','Font example','a:0:{}','system','-1','0','0','0','0','4','0','2','20','1350','2364','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2365','0','admin/build/imagecache/%/add/%','admin/build/imagecache/%/add/%','','a:0:{}','system','-1','0','0','0','0','1','0','2365','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2366','0','admin/build/imagecache/%/%/delete','admin/build/imagecache/%/%/delete','','a:0:{}','system','-1','0','0','0','0','1','0','2366','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2367','2272','admin/build/menu/item/%/delete','admin/build/menu/item/%/delete','Delete menu item','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2272','2367','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2360','2307','admin/build/views/disable/%','admin/build/views/disable/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2360','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2361','2307','admin/build/views/enable/%','admin/build/views/enable/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2361','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2362','2307','admin/build/views/break-lock/%','admin/build/views/break-lock/%','Delete view','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2362','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2363','2307','admin/build/views/delete/%','admin/build/views/delete/%','Delete view','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2363','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','993','181','admin/build/block/list/alagna','admin/build/block/list/alagna','Alagna','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','993','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','255','181','admin/build/block/list/abarre','admin/build/block/list/abarre','Abarre','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','255','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','256','179','admin/build/themes/settings/abarre','admin/build/themes/settings/abarre','Abarre','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','256','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','259','0','wysiwyg/%','wysiwyg/%','','a:0:{}','system','-1','0','0','0','0','1','0','259','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','260','18','admin/settings/wysiwyg','admin/settings/wysiwyg','Wysiwyg','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:30:\"Configure client-side editors.\";}}','system','0','0','0','0','0','3','0','2','18','260','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2439','145','admin/content/types/import','admin/content/types/import','Import','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','4','3','0','130','145','2439','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','262','134','admin/settings/wysiwyg','admin/settings/wysiwyg','Wysiwyg','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','262','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','263','262','admin/settings/wysiwyg/profile','admin/settings/wysiwyg/profile','Profiles','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','262','263','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','267','0','imce','imce','File browser','a:0:{}','system','-1','0','0','0','0','1','0','267','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','456','0','node/9','node/%','Our Services','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:12:\"Our Services\";}}','menu','0','0','0','1','-48','1','1','456','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','265','215','http://drupal.org/project/issues/wysiwyg','','Wysiwyg issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','265','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2438','1368','admin/user/captcha/image_captcha','admin/user/captcha/image_captcha','Image CAPTCHA','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','135','1368','2438','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2437','2404','admin/settings/mollom/forms','admin/settings/mollom/forms','Forms','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','134','2404','2437','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','270','18','admin/settings/imce','admin/settings/imce','IMCE','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:42:\"Control how your image/file browser works.\";}}','system','0','0','0','0','0','3','0','2','18','270','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2436','2418','admin/build/path-redirect/export','admin/build/path-redirect/export','Export','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','30','3','0','133','2418','2436','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','272','270','admin/settings/imce/profile','admin/settings/imce/profile','Add new profile','a:0:{}','system','-1','0','0','0','0','4','0','2','18','270','272','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','274','134','admin/settings/imce','admin/settings/imce','IMCE','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','274','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','275','274','admin/settings/imce/subdirectory','admin/settings/imce/subdirectory','Directory creation tool','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','3','0','134','274','275','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','276','274','admin/settings/imce/profiles','admin/settings/imce/profiles','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','274','276','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','278','215','http://drupal.org/project/issues/fckeditor','','FCKeditor issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','278','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','279','215','http://drupal.org/project/issues/imce','','IMCE issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','279','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','280','215','http://drupal.org/project/issues/imce_wysiwyg','','IMCE Wysiwyg API bridge issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','280','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','532','134','admin/settings/search','admin/settings/search','Search settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','532','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','286','2','admin/advanced_help','admin/advanced_help','Advanced help','a:0:{}','system','0','0','0','0','9','2','0','2','286','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','287','0','content/js_add_more','content/js_add_more','','a:0:{}','system','-1','0','0','0','0','1','0','287','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2359','2307','admin/build/views/clone/%','admin/build/views/clone/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2359','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','291','0','views/ajax','views/ajax','Views','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:31:\"Ajax callback for view loading.\";}}','system','-1','0','0','0','0','1','0','291','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','292','0','search/advanced_help/%','search/advanced_help/%','','a:0:{}','system','0','0','0','0','0','1','0','292','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','293','0','help/%/%','help/%/%','','a:0:{}','system','-1','0','0','0','0','1','0','293','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2542','2538','admin/content/node-type/photo/display/token','admin/content/node-type/photo/display/token','Token','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','838','2538','2542','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2433','151','admin/settings/logging/dblog','admin/settings/logging/dblog','Database logging','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','151','2433','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2434','167','admin/build/path/delete_bulk','admin/build/path/delete_bulk','Delete aliases','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','167','2434','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2435','145','admin/content/types/export','admin/content/types/export','Export','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','3','3','0','130','145','2435','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1889','0','http://dcubedbuilders.com/y_key_aa6728ef9e078450.html','','Yahoo! verification page','a:0:{}','system','-1','1','0','0','0','1','0','1889','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','299','0','advanced_help/search/%','advanced_help/search/%','Search help','a:0:{}','system','0','0','0','0','0','1','0','299','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2432','820','admin/settings/imageapi/config','admin/settings/imageapi/config','Configure','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','3','0','134','820','2432','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2430','2404','admin/settings/mollom/blacklist','admin/settings/mollom/blacklist','Blacklist','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','2404','2430','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2431','1372','admin/reports/spam/blocked_ip','admin/reports/spam/blocked_ip','Blocked IPs','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','132','1372','2431','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2429','2391','admin/content/backup_migrate/export','admin/content/backup_migrate/export','Backup/Export DB','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','2391','2429','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2324','17','admin/build/menu-customize/%','admin/build/menu-customize/%','Customize menu','a:0:{}','system','-1','0','0','0','0','3','0','2','17','2324','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2325','37','admin/settings/logging/dblog','admin/settings/logging/dblog','Database logging','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:169:\"Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.\";}}','system','0','0','0','0','0','4','0','2','18','37','2325','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','807','0','system/files/imagecache','system/files/imagecache','','a:0:{}','system','-1','0','0','0','0','1','0','807','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','808','18','admin/settings/imageapi','admin/settings/imageapi','ImageAPI','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:19:\"Configure ImageAPI.\";}}','system','0','0','0','0','0','3','0','2','18','808','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2428','2391','admin/content/backup_migrate/schedule','admin/content/backup_migrate/schedule','Backup Schedule','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','3','3','0','130','2391','2428','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2427','167','admin/build/path/pathauto','admin/build/path/pathauto','Automated alias settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','10','3','0','133','167','2427','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','317','2','admin/views/ajax/autocomplete/user','admin/views/ajax/autocomplete/user','','a:0:{}','system','-1','0','0','0','0','2','0','2','317','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2354','2286','admin/build/path-redirect/edit/%','admin/build/path-redirect/edit/%','Edit redirect','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:30:\"Edit an existing URL redirect.\";}}','system','-1','0','0','0','0','4','0','2','17','2286','2354','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2355','2307','admin/build/views/export/%','admin/build/views/export/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2307','2355','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2356','2270','admin/settings/google_website_optimizer/edit/%','admin/settings/google_website_optimizer/edit/%','Edit test','a:0:{}','system','0','0','0','0','0','4','0','2','18','2270','2356','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2357','2','admin/views/ajax/autocomplete/tag','admin/views/ajax/autocomplete/tag','','a:0:{}','system','-1','0','0','0','0','2','0','2','2357','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2358','2273','admin/settings/mollom/unprotect/%','admin/settings/mollom/unprotect/%','Unprotect form','a:0:{}','system','-1','0','0','0','0','4','0','2','18','2273','2358','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2323','2271','admin/build/imagecache/%','admin/build/imagecache/%','','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2271','2323','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2322','2265','admin/build/custom_pagers/add','admin/build/custom_pagers/add','Add custom pager','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2265','2322','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2315','2253','admin/help/system','admin/help/system','system','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2315','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2316','2253','admin/help/taxonomy','admin/help/taxonomy','taxonomy','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2316','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2317','2253','admin/help/update','admin/help/update','update','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2317','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2318','2253','admin/help/user','admin/help/user','user','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2318','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2319','2253','admin/help/views_ui','admin/help/views_ui','views_ui','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2319','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2320','2253','admin/help/wysiwyg','admin/help/wysiwyg','wysiwyg','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2320','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2321','2253','admin/help/xmlsitemap','admin/help/xmlsitemap','xmlsitemap','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2321','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','832','0','admin/content/node-type/photo/delete','admin/content/node-type/photo/delete','Delete','a:0:{}','system','-1','0','0','0','0','1','0','832','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','831','10','admin/content/node-type/photo','admin/content/node-type/photo','Photo','a:0:{}','system','-1','0','0','0','0','3','0','2','10','831','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','337','0','admin/advanced_help','admin/advanced_help','Advanced help','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','9','1','0','337','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2314','2253','admin/help/spam','admin/help/spam','spam','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2314','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2302','2253','admin/help/imagecache_ui','admin/help/imagecache_ui','imagecache_ui','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2302','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','830','11','node/add/photo','node/add/photo','Photo','a:0:{}','system','0','0','0','0','0','2','0','11','830','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2352','2270','admin/settings/google_website_optimizer/delete/%','admin/settings/google_website_optimizer/delete/%','Delete test','a:0:{}','system','0','0','0','0','0','4','0','2','18','2270','2352','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2353','2263','admin/build/contact/edit/%','admin/build/contact/edit/%','Edit contact category','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2263','2353','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2350','0','admin/build/menu-customize/%/delete','admin/build/menu-customize/%/delete','Delete menu','a:0:{}','system','-1','0','0','0','0','1','0','2350','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2351','2286','admin/build/path-redirect/delete/%','admin/build/path-redirect/delete/%','Delete redirect','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:32:\"Delete an existing URL redirect.\";}}','system','-1','0','0','0','0','4','0','2','17','2286','2351','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','348','145','admin/content/types/fields','admin/content/types/fields','Fields','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','145','348','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2349','2263','admin/build/contact/delete/%','admin/build/contact/delete/%','Delete contact','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2263','2349','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2280','18','admin/settings/seochecklist','admin/settings/seochecklist','SEO Checklist','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:59:\"Keep track of your Drupal Search Engine Optimization tasks.\";}}','system','0','0','0','0','0','3','0','2','18','2280','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','820','134','admin/settings/imageapi','admin/settings/imageapi','ImageAPI','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','820','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2425','2402','admin/build/imagecache/add','admin/build/imagecache/add','Add new preset','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','2402','2425','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2424','2403','admin/build/menu/add','admin/build/menu/add','Add menu','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','2403','2424','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2423','2404','admin/settings/mollom/add','admin/settings/mollom/add','Add form','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','2404','2423','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2419','134','admin/settings/vertical-tabs','admin/settings/vertical-tabs','Vertical Tabs','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','2419','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2420','133','admin/build/views','admin/build/views','Views','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','2420','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2421','2401','admin/settings/google_website_optimizer/add','admin/settings/google_website_optimizer/add','Add Test','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','2401','2421','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2422','2394','admin/build/contact/add','admin/build/contact/add','Add category','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','3','0','133','2394','2422','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','361','215','http://drupal.org/project/issues/advanced_help','','Advanced help issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','361','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','362','215','http://drupal.org/project/issues/cck','','Content issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','362','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','363','215','http://drupal.org/project/issues/filefield','','FileField issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','363','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','364','215','http://drupal.org/project/issues/imageapi','','ImageAPI issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','364','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','365','215','http://drupal.org/project/issues/imagecache','','ImageCache issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','365','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','366','215','http://drupal.org/project/issues/imagefield','','ImageField issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','366','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','367','215','http://drupal.org/project/issues/nice_menus','','Nice Menus issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','367','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','368','215','http://drupal.org/project/issues/special_menu_items','','Special menu items issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','368','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','369','215','http://drupal.org/project/issues/token','','Token issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','369','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','370','215','http://drupal.org/project/issues/views','','Views issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','370','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2267','2251','admin/drupal_tweaks/general','admin/drupal_tweaks/general','General','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"General module and node operations.\";}}','system','0','0','0','0','0','3','0','2','2251','2267','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2268','18','admin/settings/globalredirect','admin/settings/globalredirect','Global Redirect','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:63:\"Chose which features you would like enabled for Global Redirect\";}}','system','0','0','0','0','0','3','0','2','18','2268','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2269','18','admin/settings/googleanalytics','admin/settings/googleanalytics','Google Analytics','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:76:\"Configure the settings used to generate your Google Analytics tracking code.\";}}','system','0','0','0','0','0','3','0','2','18','2269','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2266','2251','admin/drupal_tweaks/db','admin/drupal_tweaks/db','DB','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:18:\"Database Settings.\";}}','system','0','0','0','0','6','3','0','2','2251','2266','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2262','2251','admin/drupal_tweaks/bootstrap','admin/drupal_tweaks/bootstrap','Bootstrap','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:27:\"Execute bootstrap PHP code.\";}}','system','0','0','0','0','9','3','0','2','2251','2262','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2263','17','admin/build/contact','admin/build/contact','Contact form','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:71:\"Create a system contact form and set up categories for the form to use.\";}}','system','0','0','0','0','0','3','0','2','17','2263','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2264','18','admin/settings/contentoptimizer','admin/settings/contentoptimizer','Content optimizer','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:34:\"Analize and optimize node content.\";}}','system','0','0','0','0','0','3','0','2','18','2264','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2265','17','admin/build/custom_pagers','admin/build/custom_pagers','Custom pagers','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"Add custom pagers for content types.\";}}','system','0','0','0','0','0','3','0','2','17','2265','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1038','961','admin/content/nodewords/settings','admin/content/nodewords/settings','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','3','0','130','961','1038','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2312','2253','admin/help/search','admin/help/search','search','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2312','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2313','2253','admin/help/seochecklist','admin/help/seochecklist','seochecklist','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2313','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','812','0','sites/default/files/imagecache','sites/default/files/imagecache','','a:0:{}','system','-1','0','0','0','0','1','0','812','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2310','2253','admin/help/path_redirect','admin/help/path_redirect','path_redirect','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2310','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2311','2253','admin/help/pathauto','admin/help/pathauto','pathauto','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2311','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2309','2253','admin/help/path','admin/help/path','path','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2309','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','661','0','filefield/progress','filefield/progress','','a:0:{}','system','-1','0','0','0','0','1','0','661','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','662','0','filefield/ahah/%/%/%','filefield/ahah/%/%/%','','a:0:{}','system','-1','0','0','0','0','1','0','662','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2533','2532','admin/content/node-type/page/display/basic','admin/content/node-type/page/display/basic','Basic','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','5','0','130','145','221','2532','2533','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2534','2532','admin/content/node-type/page/display/rss','admin/content/node-type/page/display/rss','RSS','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','221','2532','2534','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2348','2273','admin/settings/mollom/blacklist/delete','admin/settings/mollom/blacklist/delete','Delete','a:0:{}','system','-1','0','0','0','0','4','0','2','18','2273','2348','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','478','215','http://drupal.org/project/issues/custom_pagers','','Custom Pagers issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','478','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','916','0','galleries','galleries','Galleries','a:0:{}','system','1','0','0','0','0','1','1','916','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','919','956','galleries/commercial_photos','galleries','Commercial Photos','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','system','0','0','0','0','-49','2','1','956','919','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2308','2253','admin/help/page_title','admin/help/page_title','page_title','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2308','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','533','132','admin/reports/search','admin/reports/search','Top search phrases','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','132','533','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2347','2273','admin/settings/mollom/manage/%','admin/settings/mollom/manage/%','Configure','a:0:{}','system','0','0','0','0','0','4','0','2','18','2273','2347','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2250','0','contentoptimizer/analyze_js','contentoptimizer/analyze_js','','a:0:{}','system','-1','0','0','0','0','1','0','2250','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2251','2','admin/drupal_tweaks','admin/drupal_tweaks','Drupal Tweaks','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:42:\"Administer items related to Drupal tweaks.\";}}','system','0','0','1','0','0','2','0','2','2251','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','894','0','node/29','node/%','Links','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:5:\"Links\";}}','menu','0','0','0','1','-44','1','1','894','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1350','20','admin/user/captcha','admin/user/captcha','CAPTCHA','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:43:\"Administer how and where CAPTCHAs are used.\";}}','system','0','0','0','0','0','3','0','2','20','1350','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2275','2251','admin/drupal_tweaks/msgs','admin/drupal_tweaks/msgs','Msgs','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"Configure drupal messages behaviour\";}}','system','0','0','0','0','4','3','0','2','2251','2275','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','897','0','node/32','node/%','Excelsior News','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:14:\"Excelsior News\";}}','menu','1','0','0','0','-49','1','1','897','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2276','2251','admin/drupal_tweaks/op','admin/drupal_tweaks/op','Operations','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:57:\"Flush operations (clear cache, rebuild permissions, etc.)\";}}','system','0','0','0','0','2','3','0','2','2251','2276','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','880','956','galleries/residential_photos','galleries/residential_photos','Residential Photos','a:0:{}','system','0','0','0','0','-50','2','1','956','880','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','871','0','residential','residential','residential','a:0:{}','system','0','0','0','0','-50','1','1','871','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2418','133','admin/build/path-redirect','admin/build/path-redirect','URL redirects','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','2418','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','905','0','galleries','galleries','Galleries','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','system','1','0','0','0','0','1','1','905','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','878','0','our_photo_galleries/residential_photos','our_photo_galleries/residential_photos','residential photos','a:0:{}','system','0','0','0','0','-50','1','1','878','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2306','2253','admin/help/nodewords','admin/help/nodewords','nodewords','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2306','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2307','17','admin/build/views','admin/build/views','Views','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:144:\"Views are customized lists of content on your system; they are highly configurable and give you control over how lists of content are presented.\";}}','system','0','0','0','0','0','3','0','2','17','2307','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','921','956','galleries/stair_photos','galleries/stair_photos','Stair Photos','a:0:{}','system','0','0','0','0','-48','2','1','956','921','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','891','0','galleries','galleries','Galleries','a:0:{}','system','0','0','0','0','0','1','0','891','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','837','218','node/add/photo','node/add/photo','Photo','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','218','837','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','838','145','admin/content/node-type/photo','admin/content/node-type/photo','Edit !content-type','a:2:{s:1:\"t\";a:1:{s:13:\"!content-type\";s:5:\"Photo\";}s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','3','0','130','145','838','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2417','2386','admin/drupal_tweaks/module_tweaks','admin/drupal_tweaks/module_tweaks','Tweaks','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','7','2','0','2386','2417','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2416','132','admin/reports/page-not-found','admin/reports/page-not-found','Top \'page not found\' errors','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','132','2416','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2303','2253','admin/help/menu','admin/help/menu','menu','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2303','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2304','2253','admin/help/mollom','admin/help/mollom','mollom','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2304','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2305','2253','admin/help/node','admin/help/node','node','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2305','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','932','215','http://drupal.org/project/issues/contentoptimizer','','Content Optimizer issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','932','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2413','2386','admin/drupal_tweaks/settings','admin/drupal_tweaks/settings','Settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','8','2','0','2386','2413','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2414','2386','admin/drupal_tweaks/suggestions','admin/drupal_tweaks/suggestions','Suggestions','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','10','2','0','2386','2414','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2415','132','admin/reports/access-denied','admin/reports/access-denied','Top \'access denied\' errors','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','132','2415','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2343','0','admin/build/imagecache/%/export','admin/build/imagecache/%/export','','a:0:{}','system','-1','0','0','0','0','1','0','2343','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2344','0','admin/build/imagecache/%/flush','admin/build/imagecache/%/flush','','a:0:{}','system','-1','0','0','0','0','1','0','2344','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2345','0','admin/build/imagecache/%/override','admin/build/imagecache/%/override','','a:0:{}','system','-1','0','0','0','0','1','0','2345','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2346','0','admin/build/imagecache/%/%','admin/build/imagecache/%/%','','a:0:{}','system','-1','0','0','0','0','1','0','2346','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','959','10','admin/content/nodewords','admin/content/nodewords','Meta tags','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:45:\"Configure HTML meta tags for all the content.\";}}','system','0','0','0','0','0','3','0','2','10','959','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','942','215','http://drupal.org/project/issues/google_website_optimizer','','Google Website Optimizer issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','942','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','955','0','nolink','nolink',' About Us','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','menu','0','0','0','0','-49','1','1','955','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','961','130','admin/content/nodewords','admin/content/nodewords','Meta tags','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','130','961','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2270','18','admin/settings/google_website_optimizer','admin/settings/google_website_optimizer','Google Website Optimizer','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Create and manage your Google Website Optimizer tests.\";}}','system','0','0','1','0','0','3','0','2','18','2270','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1419','1418','admin/content/nodewords/meta-tags/default','admin/content/nodewords/meta-tags/default','Default values','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','130','961','1418','1419','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','973','0','sitemap.xml','sitemap.xml','Sitemap index','a:0:{}','system','-1','0','0','0','0','1','0','973','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','965','215','http://drupal.org/project/issues/nodewords','','Basic meta tags issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','965','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','966','0','nolink','nolink','Excelsior Rottweilers','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','menu','0','0','1','0','-46','1','1','966','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','976','134','admin/settings/xmlsitemap','admin/settings/xmlsitemap','XML sitemap','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','976','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2412','134','admin/settings/search404','admin/settings/search404','Search 404 settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','2412','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','978','976','admin/settings/xmlsitemap/sitemap','admin/settings/xmlsitemap/sitemap','Sitemap','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','3','0','134','976','978','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','979','976','admin/settings/xmlsitemap/tools','admin/settings/xmlsitemap/tools','Tools','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','134','976','979','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','981','215','http://drupal.org/project/issues/xmlsitemap','','XML sitemap issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','981','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2342','0','admin/build/imagecache/%/delete','admin/build/imagecache/%/delete','','a:0:{}','system','-1','0','0','0','0','1','0','2342','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','987','215','http://drupal.org/project/issues/auto_nodetitle','','Automatic Nodetitles issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','987','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','994','179','admin/build/themes/settings/alagna','admin/build/themes/settings/alagna','Alagna','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','994','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','995','181','admin/build/block/list/giordani','admin/build/block/list/giordani','Giordani','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','995','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','996','179','admin/build/themes/settings/giordani','admin/build/themes/settings/giordani','Giordani','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','996','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','997','181','admin/build/block/list/gnifetti','admin/build/block/list/gnifetti','Gnifetti','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','997','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','998','179','admin/build/themes/settings/gnifetti','admin/build/themes/settings/gnifetti','Gnifetti','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','998','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','999','181','admin/build/block/list/marinelli','admin/build/block/list/marinelli','Marinelli','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','141','181','999','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1000','179','admin/build/themes/settings/marinelli','admin/build/themes/settings/marinelli','Marinelli','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','1000','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1143','181','admin/build/block/list/pixture_reloaded','admin/build/block/list/pixture_reloaded','Pixture Reloaded','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','4','0','133','141','181','1143','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2271','17','admin/build/imagecache','admin/build/imagecache','ImageCache','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:42:\"Administer imagecache presets and actions.\";}}','system','0','0','0','0','0','3','0','2','17','2271','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2272','17','admin/build/menu','admin/build/menu','Menus','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:116:\"Control your site\'s navigation menu, primary links and secondary links. as well as rename and reorganize menu items.\";}}','system','0','0','1','0','0','3','0','2','17','2272','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2273','18','admin/settings/mollom','admin/settings/mollom','Mollom','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:61:\"Mollom is a web service that helps you manage your community.\";}}','system','0','0','1','0','0','3','0','2','18','2273','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2274','16','admin/reports/mollom','admin/reports/mollom','Mollom statistics','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:51:\"Reports and usage statistics for the Mollom module.\";}}','system','0','0','0','0','0','3','0','2','16','2274','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1424','1418','admin/content/nodewords/meta-tags/tracker','admin/content/nodewords/meta-tags/tracker','Tracker pages','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','130','961','1418','1424','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1423','1418','admin/content/nodewords/meta-tags/other','admin/content/nodewords/meta-tags/other','Other pages','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','5','4','0','130','961','1418','1423','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1422','1418','admin/content/nodewords/meta-tags/frontpage','admin/content/nodewords/meta-tags/frontpage','Front page','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','130','961','1418','1422','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1421','1418','admin/content/nodewords/meta-tags/errorpage_404','admin/content/nodewords/meta-tags/errorpage_404','Error 404 page','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','130','961','1418','1421','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2292','2253','admin/help/contact','admin/help/contact','contact','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2292','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2290','2253','admin/help/captcha','admin/help/captcha','captcha','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2290','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1144','179','admin/build/themes/settings/pixture_reloaded','admin/build/themes/settings/pixture_reloaded','Pixture Reloaded','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','133','164','179','1144','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2409','130','admin/content/page_title','admin/content/page_title','Page titles','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','130','2409','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2410','132','admin/reports/dblog','admin/reports/dblog','Recent log entries','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-1','2','0','132','2410','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2411','134','admin/settings/seochecklist','admin/settings/seochecklist','SEO Checklist','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','2411','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2405','132','admin/reports/mollom','admin/reports/mollom','Mollom statistics','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','132','2405','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2406','2386','admin/drupal_tweaks/msgs','admin/drupal_tweaks/msgs','Msgs','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','4','2','0','2386','2406','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2407','2386','admin/drupal_tweaks/op','admin/drupal_tweaks/op','Operations','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','2','2','0','2386','2407','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2408','2386','admin/drupal_tweaks/php','admin/drupal_tweaks/php','PHP','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','5','2','0','2386','2408','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1160','215','http://drupal.org/project/issues/backup_migrate','','Backup and Migrate issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1160','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1163','0','node/2','node/%','About Us','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:8:\"About Us\";}}','menu','0','0','1','1','-49','1','1','1163','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1418','961','admin/content/nodewords/meta-tags','admin/content/nodewords/meta-tags','Default and specific meta tags','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','3','0','130','961','1418','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2301','2253','admin/help/image_captcha','admin/help/image_captcha','image_captcha','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2301','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1165','1163','node/8','node/%','D Cubed Builders','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:16:\"D Cubed Builders\";}}','menu','0','0','0','1','0','2','1','1163','1165','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1166','0','node/21','node/%','Our Photo Galleries','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:19:\"Our Photo Galleries\";}}','menu','0','0','1','1','-47','1','1','1166','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1167','1166','http://www.dcubedbuilders.com/galleries/9','','Residential Photos','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','menu','0','1','0','1','-50','2','1','1166','1167','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1168','1166','http://www.dcubedbuilders.com/galleries/10','','Commercial Photos','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','menu','0','1','0','1','-49','2','1','1166','1168','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1169','1166','http://www.dcubedbuilders.com/galleries/11','','Stair Photos','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','menu','0','1','0','1','-48','2','1','1166','1169','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1170','0','node/30','node/%','Excelsior Rottweilers','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:21:\"Excelsior Rottweilers\";}}','menu','0','0','1','1','-46','1','1','1170','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1172','1170','http://www.dcubedbuilders.com/galleries/12','','Our Dog Photos','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:0:\"\";}}','menu','0','1','0','1','-49','2','1','1170','1172','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('primary-links','1173','1170','node/32','node/%','Excelsior News','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:14:\"Excelsior News\";}}','menu','0','0','0','1','-48','2','1','1170','1173','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2404','134','admin/settings/mollom','admin/settings/mollom','Mollom','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','2404','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2403','133','admin/build/menu','admin/build/menu','Menus','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','2403','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1179','215','http://drupal.org/project/issues/page_title','','Page Title issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1179','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2402','133','admin/build/imagecache','admin/build/imagecache','ImageCache','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','2402','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2341','2261','admin/content/backup_migrate/restorefile','admin/content/backup_migrate/restorefile','restore from backup','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:49:\"Restore database from a backup file on the server\";}}','system','-1','0','0','0','0','4','0','2','10','2261','2341','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2340','0','mollom/report/%/%','mollom/report/%/%','Report to Mollom','a:0:{}','system','-1','0','0','0','0','1','0','2340','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1184','215','http://drupal.org/project/issues/seo_checklist','','SEO Checklist issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1184','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1185','215','http://drupal.org/project/issues/vertical_tabs','','Vertical Tabs issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1185','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2401','134','admin/settings/google_website_optimizer','admin/settings/google_website_optimizer','Google Website Optimizer','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','2401','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2400','134','admin/settings/googleanalytics','admin/settings/googleanalytics','Google Analytics','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','2400','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1192','215','http://drupal.org/project/issues/globalredirect','','Global Redirect issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1192','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2296','2253','admin/help/globalredirect','admin/help/globalredirect','globalredirect','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2296','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2297','2253','admin/help/google_website_optimizer','admin/help/google_website_optimizer','google_website_optimizer','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2297','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2298','2253','admin/help/googleanalytics','admin/help/googleanalytics','googleanalytics','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2298','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2299','2253','admin/help/help','admin/help/help','help','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2299','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2300','2253','admin/help/htmlpurifier','admin/help/htmlpurifier','htmlpurifier','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2300','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2255','0','userreference/autocomplete','userreference/autocomplete','Userreference autocomplete','a:0:{}','system','-1','0','0','0','0','1','0','2255','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2256','0','duplicate/denied/ip','duplicate/denied/ip','','a:0:{}','system','-1','0','0','0','0','1','0','2256','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2257','0','duplicate/denied/post','duplicate/denied/post','','a:0:{}','system','-1','0','0','0','0','1','0','2257','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2258','18','admin/settings/admin_menu','admin/settings/admin_menu','Administration menu','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"Adjust administration menu settings.\";}}','system','0','0','0','0','0','3','0','2','18','2258','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2259','0','js/path_redirect/autocomplete_404','js/path_redirect/autocomplete_404','','a:0:{}','system','-1','0','0','0','0','1','0','2259','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2260','16','admin/reports/updates','admin/reports/updates','Available updates','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:82:\"Get a status report about available updates for your installed modules and themes.\";}}','system','0','0','0','0','10','3','0','2','16','2260','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2261','10','admin/content/backup_migrate','admin/content/backup_migrate','Backup and Migrate','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:76:\"Backup/restore your database or migrate data to or from another Drupal site.\";}}','system','0','0','0','0','0','3','0','2','10','2261','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1207','215','http://drupal.org/project/issues/path_redirect','','Path redirect issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1207','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1208','215','http://drupal.org/project/issues/pathauto','','Pathauto issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1208','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2399','134','admin/settings/globalredirect','admin/settings/globalredirect','Global Redirect','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','2399','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2339','2276','admin/drupal_tweaks/op/rebuild_perm','admin/drupal_tweaks/op/rebuild_perm','Rebuild permissions','a:0:{}','system','-1','0','0','0','0','4','0','2','2251','2276','2339','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2295','2253','admin/help/filter','admin/help/filter','filter','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2295','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1213','215','http://drupal.org/project/issues/htmlpurifier','','HTML Purifier issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1213','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1214','215','http://drupal.org/project/issues/search404','','Search 404 issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1214','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2397','2386','admin/drupal_tweaks/db','admin/drupal_tweaks/db','DB','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','6','2','0','2386','2397','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2294','2253','admin/help/dblog','admin/help/dblog','dblog','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2294','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1219','215','http://drupal.org/project/issues/google_analytics','','Google Analytics issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1219','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2396','133','admin/build/custom_pagers','admin/build/custom_pagers','Custom pagers','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','133','2396','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2532','221','admin/content/node-type/page/display','admin/content/node-type/page/display','Display fields','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','2','4','0','130','145','221','2532','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2252','2','admin/help_example','admin/help_example','Example help','a:0:{}','system','0','0','0','0','9','2','0','2','2252','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1420','1418','admin/content/nodewords/meta-tags/errorpage_403','admin/content/nodewords/meta-tags/errorpage_403','Error 403 page','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','130','961','1418','1420','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2283','16','admin/reports/access-denied','admin/reports/access-denied','Top \'access denied\' errors','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View \'access denied\' errors (403s).\";}}','system','0','0','0','0','0','3','0','2','16','2283','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2284','16','admin/reports/page-not-found','admin/reports/page-not-found','Top \'page not found\' errors','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View \'page not found\' errors (404s).\";}}','system','0','0','0','0','0','3','0','2','16','2284','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2285','2251','admin/drupal_tweaks/module_tweaks','admin/drupal_tweaks/module_tweaks','Tweaks','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"Tweaks settings for Drupal modules.\";}}','system','0','0','0','0','7','3','0','2','2251','2285','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1254','215','http://drupal.org/project/issues/site_map','','Site map issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1254','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2291','2253','admin/help/color','admin/help/color','color','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2291','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2286','17','admin/build/path-redirect','admin/build/path-redirect','URL redirects','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:39:\"Redirect users from one URL to another.\";}}','system','0','0','0','0','0','3','0','2','17','2286','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2287','18','admin/settings/vertical-tabs','admin/settings/vertical-tabs','Vertical Tabs','a:0:{}','system','0','0','0','0','0','3','0','2','18','2287','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2288','2253','admin/help/admin_menu','admin/help/admin_menu','admin_menu','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2288','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2289','2253','admin/help/block','admin/help/block','block','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2289','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2282','2251','admin/drupal_tweaks/suggestions','admin/drupal_tweaks/suggestions','Suggestions','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:52:\"Check for problems or suggestions with your website.\";}}','system','0','0','0','0','10','3','0','2','2251','2282','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1265','215','http://drupal.org/project/issues/mollom','','Mollom issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1265','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2398','2386','admin/drupal_tweaks/general','admin/drupal_tweaks/general','General','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','2386','2398','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2337','2260','admin/reports/updates/check','admin/reports/updates/check','Manual update check','a:0:{}','system','-1','0','0','0','0','4','0','2','16','2260','2337','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2293','2253','admin/help/content','admin/help/content','content','a:0:{}','system','-1','0','0','0','0','3','0','2','2253','2293','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1318','215','http://drupal.org/project/issues/taxonomy_menu','','Taxonomy Menu issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1318','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2281','18','admin/settings/search404','admin/settings/search404','Search 404 settings','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:22:\"Administer search 404.\";}}','system','0','0','0','0','0','3','0','2','18','2281','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1408','959','admin/content/nodewords/meta-tags/other/add','admin/content/nodewords/meta-tags/other/add','Add page meta tags','a:0:{}','system','-1','0','0','0','0','4','0','2','10','959','1408','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1343','0','spam/denied','spam/denied','','a:0:{}','system','-1','0','0','0','0','1','0','1343','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2394','133','admin/build/contact','admin/build/contact','Contact form','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','133','2394','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2395','134','admin/settings/contentoptimizer','admin/settings/contentoptimizer','Content optimizer','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','2395','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2338','2276','admin/drupal_tweaks/op/clear_cache','admin/drupal_tweaks/op/clear_cache','Rebuild cache','a:0:{}','system','-1','0','0','0','0','4','0','2','2251','2276','2338','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1353','10','admin/content/spam','admin/content/spam','Spam','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:28:\"Manage spam on your website.\";}}','system','0','0','0','0','0','3','0','2','10','1353','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1354','18','admin/settings/spam','admin/settings/spam','Spam','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:26:\"Configure the spam module.\";}}','system','0','0','0','0','0','3','0','2','18','1354','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1355','16','admin/reports/spam','admin/reports/spam','Spam logs','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:29:\"Detect and manage spam posts.\";}}','system','0','0','0','0','0','3','0','2','16','1355','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2277','2251','admin/drupal_tweaks/php','admin/drupal_tweaks/php','PHP','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:13:\"PHP Settings.\";}}','system','0','0','0','0','5','3','0','2','2251','2277','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2278','10','admin/content/page_title','admin/content/page_title','Page titles','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:64:\"Enhanced control over the page titles (in the <head> tag).\";}}','system','0','0','0','0','0','3','0','2','10','2278','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2279','16','admin/reports/dblog','admin/reports/dblog','Recent log entries','a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:43:\"View events that have recently been logged.\";}}','system','0','0','0','0','-1','3','0','2','16','2279','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1361','0','spam/%/%/not_spam','spam/%/%/not_spam','','a:0:{}','system','-1','0','0','0','0','1','0','1361','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1362','0','spam/%/%/spam','spam/%/%/spam','','a:0:{}','system','-1','0','0','0','0','1','0','1362','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1363','1350','admin/user/captcha/captcha/captcha_point','admin/user/captcha/captcha/captcha_point','CAPTCHA point administration','a:0:{}','system','-1','0','0','0','0','4','0','2','20','1350','1363','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1364','1353','admin/content/spam/feedback/%','admin/content/spam/feedback/%','View feedback','a:0:{}','system','-1','0','0','0','2','4','0','2','10','1353','1364','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1365','0','spam/denied/error/%/%','spam/denied/error/%/%','Report legitimate content','a:0:{}','system','-1','0','0','0','0','1','0','1365','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2467','2462','admin/settings/spam/filters/custom/create','admin/settings/spam/filters/custom/create','Create','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','5','0','134','1371','1377','2462','2467','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1368','135','admin/user/captcha','admin/user/captcha','CAPTCHA','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','135','1368','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1370','130','admin/content/spam','admin/content/spam','Spam','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','130','1370','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1371','134','admin/settings/spam','admin/settings/spam','Spam','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','134','1371','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1372','132','admin/reports/spam','admin/reports/spam','Spam logs','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','132','1372','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2426','2418','admin/build/path-redirect/add','admin/build/path-redirect/add','Add redirect','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','133','2418','2426','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1410','959','admin/content/nodewords/meta-tags/other/edit/%','admin/content/nodewords/meta-tags/other/edit/%','Edit page meta tags','a:0:{}','system','-1','0','0','0','0','4','0','2','10','959','1410','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2393','2386','admin/drupal_tweaks/bootstrap','admin/drupal_tweaks/bootstrap','Bootstrap','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','9','2','0','2386','2393','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1375','1368','admin/user/captcha/captcha','admin/user/captcha/captcha','CAPTCHA','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','-20','3','0','135','1368','1375','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1377','1371','admin/settings/spam/filters','admin/settings/spam/filters','Filters','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','-2','3','0','134','1371','1377','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1378','1371','admin/settings/spam/general','admin/settings/spam/general','General','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-4','3','0','134','1371','1378','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2392','2386','admin/drupal_tweaks/block','admin/drupal_tweaks/block','Block','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','3','2','0','2386','2392','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1380','1372','admin/reports/spam/logs','admin/reports/spam/logs','Logs','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-10','3','0','132','1372','1380','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2246','0','image_captcha','image_captcha','','a:0:{}','system','-1','0','0','0','0','1','0','2246','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2247','0','labels.rdf','labels.rdf','ICRA labels','a:0:{}','system','-1','0','0','0','0','1','0','2247','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2248','0','admin_menu/flush-cache','admin_menu/flush-cache','','a:0:{}','system','-1','0','0','0','0','1','0','2248','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1384','1372','admin/reports/spam/statistics','admin/reports/spam/statistics','Statistics','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-7','3','0','132','1372','1384','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1385','1370','admin/content/spam/list','admin/content/spam/list','list','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','3','0','130','1370','1385','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1386','1370','admin/content/spam/feedback','admin/content/spam/feedback','feedback','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','2','3','0','130','1370','1386','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2468','2462','admin/settings/spam/filters/custom/list','admin/settings/spam/filters/custom/list','List','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','5','0','134','1371','1377','2462','2468','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1389','1375','admin/user/captcha/captcha/examples','admin/user/captcha/captcha/examples','Examples','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','5','4','0','135','1368','1375','1389','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1390','1375','admin/user/captcha/captcha/settings','admin/user/captcha/captcha/settings','General settings','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','4','0','135','1368','1375','1390','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2391','130','admin/content/backup_migrate','admin/content/backup_migrate','Backup and Migrate','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','2','0','130','2391','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1392','1377','admin/settings/spam/filters/overview','admin/settings/spam/filters/overview','Overview','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','-2','4','0','134','1371','1377','1392','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2550','222','admin/content/node-type/story/fields','admin/content/node-type/story/fields','Manage fields','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','4','0','130','145','222','2550','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2549','2545','admin/content/node-type/story/display/token','admin/content/node-type/story/display/token','Token','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','222','2545','2549','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2546','2545','admin/content/node-type/story/display/basic','admin/content/node-type/story/display/basic','Basic','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','5','0','130','145','222','2545','2546','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2547','2545','admin/content/node-type/story/display/rss','admin/content/node-type/story/display/rss','RSS','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','222','2545','2547','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2548','2545','admin/content/node-type/story/display/search','admin/content/node-type/story/display/search','Search','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','222','2545','2548','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2537','221','admin/content/node-type/page/fields','admin/content/node-type/page/fields','Manage fields','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','4','0','130','145','221','2537','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2536','2532','admin/content/node-type/page/display/token','admin/content/node-type/page/display/token','Token','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','221','2532','2536','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','1409','959','admin/content/nodewords/meta-tags/other/delete/%','admin/content/nodewords/meta-tags/other/delete/%','Delete page meta tags','a:0:{}','system','-1','0','0','0','0','4','0','2','10','959','1409','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1403','215','http://drupal.org/project/issues/akismet','','Akismet issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1403','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1404','215','http://drupal.org/project/issues/spam','','Bayesian filter issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1404','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1405','215','http://drupal.org/project/issues/captcha','','CAPTCHA issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1405','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2390','132','admin/reports/updates','admin/reports/updates','Available updates','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','10','2','0','132','2390','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2388','0','admin/help','admin/help','Help','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','9','1','0','2388','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2389','134','admin/settings/admin_menu','admin/settings/admin_menu','Administration menu','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','2','0','134','2389','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2387','0','admin/help_example','admin/help_example','Example help','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','9','1','0','2387','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2385','2272','admin/build/menu-customize/secondary-links','admin/build/menu-customize/%','Secondary links','a:0:{}','menu','0','0','0','0','0','4','0','2','17','2272','2385','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2386','0','admin/drupal_tweaks','admin/drupal_tweaks','Drupal Tweaks','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','0','1','0','2386','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2384','2272','admin/build/menu-customize/primary-links','admin/build/menu-customize/%','Primary links','a:0:{}','menu','0','0','0','0','0','4','0','2','17','2272','2384','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2383','2272','admin/build/menu-customize/navigation','admin/build/menu-customize/%','Navigation','a:0:{}','menu','0','0','0','0','0','4','0','2','17','2272','2383','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2527','0','admin/content/node-type/page/groups/%/remove','admin/content/node-type/page/groups/%/remove','Edit group','a:0:{}','system','-1','0','0','0','0','1','0','2527','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2526','0','admin/content/node-type/story/groups/%','admin/content/node-type/story/groups/%','Edit group','a:0:{}','system','-1','0','0','0','0','1','0','2526','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2525','0','admin/content/node-type/photo/groups/%','admin/content/node-type/photo/groups/%','Edit group','a:0:{}','system','-1','0','0','0','0','1','0','2525','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2524','0','admin/content/node-type/page/groups/%','admin/content/node-type/page/groups/%','Edit group','a:0:{}','system','-1','0','0','0','0','1','0','2524','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2336','2251','admin/drupal_tweaks/autocomplete/users','admin/drupal_tweaks/autocomplete/users','Find the node.','a:0:{}','system','-1','0','0','0','0','3','0','2','2251','2336','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2335','2251','admin/drupal_tweaks/autocomplete/nodes','admin/drupal_tweaks/autocomplete/nodes','Find the node.','a:0:{}','system','-1','0','0','0','0','3','0','2','2251','2335','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2334','2251','admin/drupal_tweaks/autocomplete/form_id','admin/drupal_tweaks/autocomplete/form_id','Find the node.','a:0:{}','system','-1','0','0','0','0','3','0','2','2251','2334','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2333','2251','admin/drupal_tweaks/autocomplete/enabled_modules','admin/drupal_tweaks/autocomplete/enabled_modules','Enable the module.','a:0:{}','system','-1','0','0','0','0','3','0','2','2251','2333','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2332','2265','admin/build/custom_pagers/edit','admin/build/custom_pagers/edit','Edit custom pager','a:0:{}','system','-1','0','0','0','0','4','0','2','17','2265','2332','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2331','2251','admin/drupal_tweaks/autocomplete/disabled_modules','admin/drupal_tweaks/autocomplete/disabled_modules','Disable the module.','a:0:{}','system','-1','0','0','0','0','3','0','2','2251','2331','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2328','0','mollom/captcha/%/%','mollom/captcha/%/%','','a:0:{}','system','-1','0','0','0','0','1','0','2328','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2329','17','admin/build/views1/convert','admin/build/views1/convert','Convert view','a:0:{}','system','-1','0','0','0','0','3','0','2','17','2329','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2330','17','admin/build/views1/delete','admin/build/views1/delete','Delete view','a:0:{}','system','-1','0','0','0','0','3','0','2','17','2330','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','1717','215','http://drupal.org/project/issues/drupal_tweaks','','Database tweaks issue queue','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','1','0','0','0','3','0','127','215','1717','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2466','2448','admin/content/backup_migrate/files/scheduled','admin/content/backup_migrate/files/scheduled','Scheduled Backups','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','2','4','0','130','2391','2448','2466','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2253','2','admin/help','admin/help','Help','a:0:{}','system','0','0','0','0','9','2','0','2','2253','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2254','0','nodereference/autocomplete','nodereference/autocomplete','Nodereference autocomplete','a:0:{}','system','-1','0','0','0','0','1','0','2254','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('navigation','2249','0','admin_menu/toggle-modules','admin_menu/toggle-modules','','a:0:{}','system','-1','0','0','0','0','1','0','2249','0','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2545','222','admin/content/node-type/story/display','admin/content/node-type/story/display','Display fields','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','2','4','0','130','145','222','2545','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2544','2543','admin/content/node-type/photo/fields/field_photo','admin/content/node-type/photo/fields/field_photo','Photo','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','0','5','0','130','145','838','2543','2544','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2543','838','admin/content/node-type/photo/fields','admin/content/node-type/photo/fields','Manage fields','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','1','0','1','4','0','130','145','838','2543','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2535','2532','admin/content/node-type/page/display/search','admin/content/node-type/page/display/search','Search','a:1:{s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','1','5','0','130','145','221','2532','2535','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2489','127','admin_menu/flush-cache','admin_menu/flush-cache','Flush all caches','a:2:{s:5:\"alter\";b:1;s:5:\"query\";s:11:\"destination\";}','admin_menu','0','0','1','0','20','2','0','127','2489','0','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2490','2489','admin_menu/flush-cache/admin_menu','admin_menu/flush-cache','Administration menu','a:2:{s:5:\"alter\";b:1;s:5:\"query\";s:11:\"destination\";}','admin_menu','0','0','0','0','0','3','0','127','2489','2490','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2491','2489','admin_menu/flush-cache/cache','admin_menu/flush-cache','Cache tables','a:2:{s:5:\"alter\";b:1;s:5:\"query\";s:11:\"destination\";}','admin_menu','0','0','0','0','0','3','0','127','2489','2491','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2492','2489','admin_menu/flush-cache/menu','admin_menu/flush-cache','Menu','a:2:{s:5:\"alter\";b:1;s:5:\"query\";s:11:\"destination\";}','admin_menu','0','0','0','0','0','3','0','127','2489','2492','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2493','2489','admin_menu/flush-cache/requisites','admin_menu/flush-cache','Page requisites','a:2:{s:5:\"alter\";b:1;s:5:\"query\";s:11:\"destination\";}','admin_menu','0','0','0','0','0','3','0','127','2489','2493','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2494','2489','admin_menu/flush-cache/theme','admin_menu/flush-cache','Theme registry','a:2:{s:5:\"alter\";b:1;s:5:\"query\";s:11:\"destination\";}','admin_menu','0','0','0','0','0','3','0','127','2489','2494','0','0','0','0','0','0','0');INSERT INTO
menu_linksVALUES ('admin_menu','2495','127','admin_menu/toggle-modules','admin_menu/toggle-modules','Disable developer modules','a:2:{s:5:\"query\";s:11:\"destination\";s:5:\"alter\";b:1;}','admin_menu','0','0','0','0','88','2','0','127','2495','0','0','0','0','0','0','0','0');DROP TABLE IF EXISTS
menu_router;CREATE TABLE
menu_router(pathvarchar(255) NOT NULL default '',load_functionstext NOT NULL,to_arg_functionstext NOT NULL,access_callbackvarchar(255) NOT NULL default '',access_argumentstext,page_callbackvarchar(255) NOT NULL default '',page_argumentstext,fitint(11) NOT NULL default '0',number_partssmallint(6) NOT NULL default '0',tab_parentvarchar(255) NOT NULL default '',tab_rootvarchar(255) NOT NULL default '',titlevarchar(255) NOT NULL default '',title_callbackvarchar(255) NOT NULL default '',title_argumentsvarchar(255) NOT NULL default '',typeint(11) NOT NULL default '0',block_callbackvarchar(255) NOT NULL default '',descriptiontext NOT NULL,positionvarchar(255) NOT NULL default '',weightint(11) NOT NULL default '0',filemediumtext, PRIMARY KEY (path), KEYfit(fit), KEYtab_parent(tab_parent), KEYtab_root_weight_title(tab_root(64),weight,title) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
menu_routerVALUES ('node','','','user_access','a:1:{i:0;s:14:\"access content\";}','node_page_default','a:0:{}','1','1','','node','Content','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('labels.rdf','','','user_access','a:1:{i:0;s:14:\"access content\";}','nodewords_extra_verification_content','a:0:{}','1','1','','labels.rdf','ICRA labels','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('search404','','','1','a:0:{}','search404_page','a:0:{}','1','1','','search404','Page not found','t','','128','','','','0','');INSERT INTO
menu_routerVALUES ('rss.xml','','','user_access','a:1:{i:0;s:14:\"access content\";}','node_feed','a:0:{}','1','1','','rss.xml','RSS feed','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('image_captcha','','','1','a:0:{}','image_captcha_image','a:0:{}','1','1','','image_captcha','','t','','4','','','','0','sites/all/modules/captcha/image_captcha/image_captcha.user.inc');INSERT INTO
menu_routerVALUES ('admin','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_main_admin_page','a:0:{}','1','1','','admin','Administer','t','','6','','','','9','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('contact','','','user_access','a:1:{i:0;s:29:\"access site-wide contact form\";}','contact_site_page','a:0:{}','1','1','','contact','Contact','t','','20','','','','0','modules/contact/contact.pages.inc');INSERT INTO
menu_routerVALUES ('batch','','','1','a:0:{}','system_batch_page','a:0:{}','1','1','','batch','','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('imce','','','imce_access','a:0:{}','imce_page','a:0:{}','1','1','','imce','File browser','t','','4','','','','0','sites/all/modules/imce/inc/page.inc');INSERT INTO
menu_routerVALUES ('logout','','','user_is_logged_in','a:0:{}','user_logout','a:0:{}','1','1','','logout','Log out','t','','6','','','','10','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('search','','','user_access','a:1:{i:0;s:14:\"search content\";}','search_view','a:0:{}','1','1','','search','Search','t','','20','','','','0','modules/search/search.pages.inc');INSERT INTO
menu_routerVALUES ('sitemap.xml','','','user_access','a:1:{i:0;s:14:\"access content\";}','xmlsitemap_output','a:0:{}','1','1','','sitemap.xml','Sitemap index','t','','4','','','','0','sites/all/modules/xmlsitemap/xmlsitemap.pages.inc');INSERT INTO
menu_routerVALUES ('user','','','1','a:0:{}','user_page','a:0:{}','1','1','','user','User account','t','','4','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('galleries','','','views_access','a:1:{i:0;b:1;}','views_page','a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"page_1\";}','1','1','','galleries','Galleries','t','','6','','','','0','');INSERT INTO
menu_routerVALUES ('user/login','','','user_is_anonymous','a:0:{}','user_page','a:0:{}','3','2','user','user','Log in','t','','136','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('admin/advanced_help','','','user_access','a:1:{i:0;s:24:\"view advanced help index\";}','advanced_help_index_page','a:0:{}','3','2','','admin/advanced_help','Advanced help','t','','6','','','','9','');INSERT INTO
menu_routerVALUES ('filefield/progress','','','user_access','a:1:{i:0;s:14:\"access content\";}','filefield_progress','a:0:{}','3','2','','filefield/progress','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/help_example','','','user_access','a:1:{i:0;s:24:\"view advanced help index\";}','help_example_index_page','a:0:{}','3','2','','admin/help_example','Example help','t','','6','','','','9','');INSERT INTO
menu_routerVALUES ('spam/denied','','','1','a:0:{}','spam_denied_page','a:0:{}','3','2','','spam/denied','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('system/files','','','1','a:0:{}','file_download','a:0:{}','3','2','','system/files','File download','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('nodereference/autocomplete','','','user_access','a:1:{i:0;s:14:\"access content\";}','nodereference_autocomplete','a:0:{}','3','2','','nodereference/autocomplete','Nodereference autocomplete','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('userreference/autocomplete','','','user_access','a:1:{i:0;s:14:\"access content\";}','userreference_autocomplete','a:0:{}','3','2','','userreference/autocomplete','Userreference autocomplete','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin_menu/flush-cache','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','admin_menu_flush_cache','a:0:{}','3','2','','admin_menu/flush-cache','','t','','4','','','','0','sites/all/modules/admin_menu/admin_menu.inc');INSERT INTO
menu_routerVALUES ('admin_menu/toggle-modules','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','admin_menu_toggle_modules','a:0:{}','3','2','','admin_menu/toggle-modules','','t','','4','','','','0','sites/all/modules/admin_menu/admin_menu.inc');INSERT INTO
menu_routerVALUES ('content/js_add_more','','','user_access','a:1:{i:0;s:14:\"access content\";}','content_add_more_js','a:0:{}','3','2','','content/js_add_more','','t','','4','','','','0','sites/all/modules/cck/includes/content.node_form.inc');INSERT INTO
menu_routerVALUES ('contentoptimizer/analyze_js','','','1','a:1:{i:0;s:14:\"access content\";}','contentoptimizer_analyze_js','a:0:{}','3','2','','contentoptimizer/analyze_js','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('taxonomy/autocomplete','','','user_access','a:1:{i:0;s:14:\"access content\";}','taxonomy_autocomplete','a:0:{}','3','2','','taxonomy/autocomplete','Autocomplete taxonomy','t','','4','','','','0','modules/taxonomy/taxonomy.pages.inc');INSERT INTO
menu_routerVALUES ('admin/by-module','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_admin_by_module','a:0:{}','3','2','admin','admin','By module','t','','128','','','','2','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/by-task','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_main_admin_page','a:0:{}','3','2','admin','admin','By task','t','','136','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/compact','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_admin_compact_page','a:0:{}','3','2','','admin/compact','Compact mode','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('filter/tips','','','1','a:0:{}','filter_tips_long','a:0:{}','3','2','','filter/tips','Compose tips','t','','20','','','','0','modules/filter/filter.pages.inc');INSERT INTO
menu_routerVALUES ('node/add','','','_node_add_access','a:0:{}','node_add_page','a:0:{}','3','2','','node/add','Create content','t','','6','','','','1','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('admin/help','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_main','a:0:{}','3','2','','admin/help','Help','t','','6','','','','9','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('user/register','','','user_register_access','a:0:{}','drupal_get_form','a:1:{i:0;s:13:\"user_register\";}','3','2','user','user','Create new account','t','','128','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('user/password','','','user_is_anonymous','a:0:{}','drupal_get_form','a:1:{i:0;s:9:\"user_pass\";}','3','2','user','user','Request new password','t','','128','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('user/autocomplete','','','user_access','a:1:{i:0;s:20:\"access user profiles\";}','user_autocomplete','a:0:{}','3','2','','user/autocomplete','User autocomplete','t','','4','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('views/ajax','','','1','a:0:{}','views_ajax','a:0:{}','3','2','','views/ajax','Views','t','','4','','Ajax callback for view loading.','','0','sites/all/modules/views/includes/ajax.inc');INSERT INTO
menu_routerVALUES ('wysiwyg/%','a:1:{i:1;N;}','','user_access','a:1:{i:0;s:14:\"access content\";}','wysiwyg_dialog','a:1:{i:0;i:1;}','2','2','','wysiwyg/%','','t','','4','','','','0','sites/all/modules/wysiwyg/wysiwyg.dialog.inc');INSERT INTO
menu_routerVALUES ('admin/content','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_admin_menu_block_page','a:0:{}','3','2','','admin/content','Content management','t','','6','','Manage your site\'s content.','left','-10','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports','','','user_access','a:1:{i:0;s:19:\"access site reports\";}','system_admin_menu_block_page','a:0:{}','3','2','','admin/reports','Reports','t','','6','','View reports from system logs and other status information.','left','5','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_admin_menu_block_page','a:0:{}','3','2','','admin/build','Site building','t','','6','','Control how your site looks and feels.','right','-10','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_settings_overview','a:0:{}','3','2','','admin/settings','Site configuration','t','','6','','Adjust basic site configuration options.','right','-5','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('galleries/commercial_photos','','','views_access','a:1:{i:0;b:1;}','views_page','a:2:{i:0;s:10:\"Commercial\";i:1;s:6:\"page_1\";}','3','2','','galleries/commercial_photos','Commercial Photos','t','','6','','','','0','');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_admin_menu_block_page','a:0:{}','3','2','','admin/drupal_tweaks','Drupal Tweaks','t','','6','','Administer items related to Drupal tweaks.','left','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('galleries/our_dogs_photos','','','views_access','a:1:{i:0;b:1;}','views_page','a:2:{i:0;s:8:\"Our_Dogs\";i:1;s:6:\"page_1\";}','3','2','','galleries/our_dogs_photos','Our Dogs Photos','t','','6','','','','0','');INSERT INTO
menu_routerVALUES ('admin/user','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','system_admin_menu_block_page','a:0:{}','3','2','','admin/user','User management','t','','6','','Manage your site\'s users, groups and access to site features.','left','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('node/%','a:1:{i:1;s:9:\"node_load\";}','','node_access','a:2:{i:0;s:4:\"view\";i:1;i:1;}','node_page_view','a:1:{i:0;i:1;}','2','2','','node/%','','node_page_title','a:1:{i:0;i:1;}','4','','','','0','');INSERT INTO
menu_routerVALUES ('galleries/residential_photos','','','views_access','a:1:{i:0;b:1;}','views_page','a:2:{i:0;s:11:\"Residential\";i:1;s:6:\"page_1\";}','3','2','','galleries/residential_photos','Residential Photos','t','','6','','','','0','');INSERT INTO
menu_routerVALUES ('galleries/stair_photos','','','views_access','a:1:{i:0;b:1;}','views_page','a:2:{i:0;s:6:\"Stairs\";i:1;s:6:\"page_1\";}','3','2','','galleries/stair_photos','Stair Photos','t','','6','','','','0','');INSERT INTO
menu_routerVALUES ('user/%','a:1:{i:1;s:22:\"user_uid_optional_load\";}','a:1:{i:1;s:24:\"user_uid_optional_to_arg\";}','user_view_access','a:1:{i:0;i:1;}','user_view','a:1:{i:0;i:1;}','2','2','','user/%','My account','user_page_title','a:1:{i:0;i:1;}','6','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('node/%/view','a:1:{i:1;s:9:\"node_load\";}','','node_access','a:2:{i:0;s:4:\"view\";i:1;i:1;}','node_page_view','a:1:{i:0;i:1;}','5','3','node/%','node/%','View','t','','136','','','','-10','');INSERT INTO
menu_routerVALUES ('user/%/view','a:1:{i:1;s:9:\"user_load\";}','','user_view_access','a:1:{i:0;i:1;}','user_view','a:1:{i:0;i:1;}','5','3','user/%','user/%','View','t','','136','','','','-10','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('duplicate/denied/ip','','','1','a:0:{}','duplicate_denied_ip','a:0:{}','7','3','','duplicate/denied/ip','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('duplicate/denied/post','','','1','a:0:{}','duplicate_denied_post','a:0:{}','7','3','','duplicate/denied/post','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('system/files/imagecache','','','1','a:0:{}','imagecache_cache_private','a:0:{}','7','3','','system/files/imagecache','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('advanced_help/search/%','a:1:{i:2;N;}','a:1:{i:2;s:16:\"menu_tail_to_arg\";}','user_access','a:1:{i:0;s:24:\"view advanced help index\";}','advanced_help_search_view','a:1:{i:0;s:13:\"advanced_help\";}','6','3','','advanced_help/search/%','Search help','t','','6','','','','0','');INSERT INTO
menu_routerVALUES ('help/%/%','a:2:{i:1;N;i:2;N;}','','user_access','a:1:{i:0;s:24:\"view advanced help topic\";}','advanced_help_topic_page','a:2:{i:0;i:1;i:1;i:2;}','4','3','','help/%/%','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('js/path_redirect/autocomplete_404','','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','path_redirect_js_autocomplete_404','a:0:{}','7','3','','js/path_redirect/autocomplete_404','','t','','4','','','','0','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/actions','','','user_access','a:1:{i:0;s:18:\"administer actions\";}','system_actions_manage','a:0:{}','7','3','','admin/settings/actions','Actions','t','','6','','Manage the actions defined for your site.','','0','');INSERT INTO
menu_routerVALUES ('admin/content/spam','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_admin_list','a:0:{}','7','3','','admin/content/spam','Spam','t','','6','','Manage spam on your website.','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/spam','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_admin_settings','a:0:{}','7','3','','admin/settings/spam','Spam','t','','6','','Configure the spam module.','','0','');INSERT INTO
menu_routerVALUES ('admin/reports/spam','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_logs_overview','a:0:{}','7','3','','admin/reports/spam','Spam logs','t','','6','','Detect and manage spam posts.','','0','');INSERT INTO
menu_routerVALUES ('admin/user/rules','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','user_admin_access','a:0:{}','7','3','','admin/user/rules','Access rules','t','','6','','List and create rules to disallow usernames, e-mail addresses, and IP addresses.','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/updates','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','update_status','a:0:{}','7','3','','admin/reports/updates','Available updates','t','','6','','Get a status report about available updates for your installed modules and themes.','','10','modules/update/update.report.inc');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate','','','user_access','a:1:{i:0;s:14:\"perform backup\";}','drupal_get_form','a:1:{i:0;s:21:\"backup_migrate_backup\";}','7','3','','admin/content/backup_migrate','Backup and Migrate','t','','6','','Backup/restore your database or migrate data to or from another Drupal site.','','0','');INSERT INTO
menu_routerVALUES ('admin/build/block','','','user_access','a:1:{i:0;s:17:\"administer blocks\";}','block_admin_display','a:0:{}','7','3','','admin/build/block','Blocks','t','','6','','Configure what block content appears in your site\'s sidebars and other regions.','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/contact','','','user_access','a:1:{i:0;s:33:\"administer site-wide contact form\";}','contact_admin_categories','a:0:{}','7','3','','admin/build/contact','Contact form','t','','6','','Create a system contact form and set up categories for the form to use.','','0','modules/contact/contact.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/custom_pagers','','','user_access','a:1:{i:0;s:24:\"administer custom pagers\";}','custom_pagers_page','a:0:{}','7','3','','admin/build/custom_pagers','Custom pagers','t','','6','','Add custom pagers for content types.','','0','sites/all/modules/custom_pagers/custom_pagers.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/google_website_optimizer','','','user_access','a:1:{i:0;s:35:\"administer google_website_optimizer\";}','google_website_optimizer_admin_overview','a:0:{}','7','3','','admin/settings/google_website_optimizer','Google Website Optimizer','t','','6','','Create and manage your Google Website Optimizer tests.','','0','sites/all/modules/google_website_optimizer/google_website_optimizer.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/imce','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','imce_admin','a:0:{}','7','3','','admin/settings/imce','IMCE','t','','6','','Control how your image/file browser works.','','0','sites/all/modules/imce/inc/admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/imageapi','','','user_access','a:1:{i:0;s:19:\"administer imageapi\";}','drupal_get_form','a:1:{i:0;s:17:\"imageapi_settings\";}','7','3','','admin/settings/imageapi','ImageAPI','t','','6','','Configure ImageAPI.','','0','');INSERT INTO
menu_routerVALUES ('admin/build/imagecache','','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','imagecache_ui_preset_overview','a:0:{}','7','3','','admin/build/imagecache','ImageCache','t','','6','','Administer imagecache presets and actions.','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/settings/logging','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','system_logging_overview','a:0:{}','7','3','','admin/settings/logging','Logging and alerts','t','','6','','Settings for logging and alerts modules. Various modules can route Drupal\'s system events to different destination, such as syslog, database, email, ...etc.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/mollom','','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','mollom_admin_form_list','a:0:{}','7','3','','admin/settings/mollom','Mollom','t','','6','','Mollom is a web service that helps you manage your community.','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/dblog','','','user_access','a:1:{i:0;s:19:\"access site reports\";}','dblog_overview','a:0:{}','7','3','','admin/reports/dblog','Recent log entries','t','','6','','View events that have recently been logged.','','-1','modules/dblog/dblog.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/status','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','system_status','a:0:{}','7','3','','admin/reports/status','Status report','t','','6','','Get a status report about your site\'s operation and any detected problems.','','10','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('taxonomy/term/%','a:1:{i:2;N;}','','user_access','a:1:{i:0;s:14:\"access content\";}','taxonomy_term_page','a:1:{i:0;i:2;}','6','3','','taxonomy/term/%','Taxonomy term','t','','4','','','','0','modules/taxonomy/taxonomy.pages.inc');INSERT INTO
menu_routerVALUES ('admin/build/path','','','user_access','a:1:{i:0;s:22:\"administer url aliases\";}','path_admin_overview','a:0:{}','7','3','','admin/build/path','URL aliases','t','','6','','Change your site\'s URL paths by aliasing them.','','0','modules/path/path.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/vertical-tabs','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:27:\"vertical_tabs_settings_form\";}','7','3','','admin/settings/vertical-tabs','Vertical Tabs','t','','6','','','','0','sites/all/modules/vertical_tabs/vertical_tabs.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/admin_menu','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/admin_menu','admin_menu','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/block','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/block','block','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/captcha','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/captcha','captcha','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/color','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/color','color','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/contact','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/contact','contact','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/content','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/content','content','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/dblog','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/dblog','dblog','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/filter','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/filter','filter','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/globalredirect','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/globalredirect','globalredirect','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/google_website_optimizer','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/google_website_optimizer','google_website_optimizer','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/googleanalytics','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/googleanalytics','googleanalytics','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/help','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/help','help','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/htmlpurifier','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/htmlpurifier','htmlpurifier','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/image_captcha','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/image_captcha','image_captcha','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/imagecache_ui','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/imagecache_ui','imagecache_ui','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/menu','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/menu','menu','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/mollom','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/mollom','mollom','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/node','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/node','node','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/nodewords','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/nodewords','nodewords','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/page_title','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/page_title','page_title','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/path','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/path','path','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/path_redirect','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/path_redirect','path_redirect','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/pathauto','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/pathauto','pathauto','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/search','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/search','search','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/seochecklist','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/seochecklist','seochecklist','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/spam','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/spam','spam','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/system','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/system','system','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/taxonomy','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/taxonomy','taxonomy','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/update','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/update','update','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/user','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/user','user','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/views_ui','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/views_ui','views_ui','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/wysiwyg','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/wysiwyg','wysiwyg','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/help/xmlsitemap','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','help_page','a:1:{i:0;i:2;}','7','3','','admin/help/xmlsitemap','xmlsitemap','t','','4','','','','0','modules/help/help.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/admin_menu','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:25:\"admin_menu_theme_settings\";}','7','3','','admin/settings/admin_menu','Administration menu','t','','6','','Adjust administration menu settings.','','0','sites/all/modules/admin_menu/admin_menu.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/bootstrap','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:28:\"drupal_tweaks_bootstrap_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','Bootstrap','t','','134','','Execute bootstrap PHP code.','','9','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.bootstrap.inc');INSERT INTO
menu_routerVALUES ('admin/user/captcha','','','user_access','a:1:{i:0;s:27:\"administer CAPTCHA settings\";}','drupal_get_form','a:1:{i:0;s:22:\"captcha_admin_settings\";}','7','3','','admin/user/captcha','CAPTCHA','t','','6','','Administer how and where CAPTCHAs are used.','','0','sites/all/modules/captcha/captcha.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/clean-urls','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:25:\"system_clean_url_settings\";}','7','3','','admin/settings/clean-urls','Clean URLs','t','','6','','Enable or disable clean URLs for your site.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('user/%/contact','a:1:{i:1;s:9:\"user_load\";}','','_contact_user_tab_access','a:1:{i:0;i:1;}','contact_user_page','a:1:{i:0;i:1;}','5','3','user/%','user/%','Contact','t','','128','','','','2','modules/contact/contact.pages.inc');INSERT INTO
menu_routerVALUES ('admin/content/node','','','user_access','a:1:{i:0;s:16:\"administer nodes\";}','drupal_get_form','a:1:{i:0;s:18:\"node_admin_content\";}','7','3','','admin/content/node','Content','t','','6','','View, edit, and delete your site\'s content.','','0','modules/node/node.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/types','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','content_types_overview','a:0:{}','7','3','','admin/content/types','Content types','t','','6','','Manage posts by content type, including default status, front page promotion, etc.','','0','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/date-time','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:25:\"system_date_time_settings\";}','7','3','','admin/settings/date-time','Date and time','t','','6','','Settings for how Drupal displays date and time, as well as the system\'s default timezone.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('node/%/delete','a:1:{i:1;s:9:\"node_load\";}','','node_access','a:2:{i:0;s:6:\"delete\";i:1;i:1;}','drupal_get_form','a:2:{i:0;s:19:\"node_delete_confirm\";i:1;i:1;}','5','3','','node/%/delete','Delete','t','','4','','','','1','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('user/%/delete','a:1:{i:1;s:9:\"user_load\";}','','user_access','a:1:{i:0;s:16:\"administer users\";}','drupal_get_form','a:2:{i:0;s:19:\"user_confirm_delete\";i:1;i:1;}','5','3','','user/%/delete','Delete','t','','4','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('node/%/edit','a:1:{i:1;s:9:\"node_load\";}','','node_access','a:2:{i:0;s:6:\"update\";i:1;i:1;}','node_page_edit','a:1:{i:0;i:1;}','5','3','node/%','node/%','Edit','t','','128','','','','1','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('admin/settings/error-reporting','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:31:\"system_error_reporting_settings\";}','7','3','','admin/settings/error-reporting','Error reporting','t','','6','','Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('user/%/imce','a:1:{i:1;s:9:\"user_load\";}','','imce_user_page_access','a:1:{i:0;i:1;}','imce_user_page','a:1:{i:0;i:1;}','5','3','user/%','user/%','File browser','t','','128','','','','10','sites/all/modules/imce/inc/page.inc');INSERT INTO
menu_routerVALUES ('admin/settings/file-system','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:27:\"system_file_system_settings\";}','7','3','','admin/settings/file-system','File system','t','','6','','Tell Drupal where to store uploaded files and how they are accessed.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/general','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:29:\"drupal_tweaks_general_op_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','General','t','','142','','General module and node operations.','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/googleanalytics','','','user_access','a:1:{i:0;s:27:\"administer google analytics\";}','drupal_get_form','a:1:{i:0;s:35:\"googleanalytics_admin_settings_form\";}','7','3','','admin/settings/googleanalytics','Google Analytics','t','','6','','Configure the settings used to generate your Google Analytics tracking code.','','0','sites/all/modules/google_analytics/googleanalytics.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/image-toolkit','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:29:\"system_image_toolkit_settings\";}','7','3','','admin/settings/image-toolkit','Image toolkit','t','','6','','Choose which image toolkit to use if you have installed optional toolkits.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/filters','','','user_access','a:1:{i:0;s:18:\"administer filters\";}','drupal_get_form','a:1:{i:0;s:21:\"filter_admin_overview\";}','7','3','','admin/settings/filters','Input formats','t','','6','','Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.','','0','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu','','','user_access','a:1:{i:0;s:15:\"administer menu\";}','menu_overview_page','a:0:{}','7','3','','admin/build/menu','Menus','t','','6','','Control your site\'s navigation menu, primary links and secondary links. as well as rename and reorganize menu items.','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:1:{i:0;s:23:\"nodewords_settings_form\";}','7','3','','admin/content/nodewords','Meta tags','t','','6','','Configure HTML meta tags for all the content.','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/modules','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:14:\"system_modules\";}','7','3','','admin/build/modules','Modules','t','','6','','Enable or disable add-on modules for your site.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/msgs','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:32:\"drupal_tweaks_msgs_settings_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','Msgs','t','','134','','Configure drupal messages behaviour','','4','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.msgs.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/op','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:21:\"drupal_tweaks_op_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','Operations','t','','134','','Flush operations (clear cache, rebuild permissions, etc.)','','2','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.op.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/php','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:31:\"drupal_tweaks_php_settings_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','PHP','t','','134','','PHP Settings.','','5','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.php.inc');INSERT INTO
menu_routerVALUES ('admin/settings/performance','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:27:\"system_performance_settings\";}','7','3','','admin/settings/performance','Performance','t','','6','','Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/permissions','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','drupal_get_form','a:1:{i:0;s:15:\"user_admin_perm\";}','7','3','','admin/user/permissions','Permissions','t','','6','','Determine access to features by selecting permissions for roles.','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-settings','','','user_access','a:1:{i:0;s:16:\"administer nodes\";}','drupal_get_form','a:1:{i:0;s:14:\"node_configure\";}','7','3','','admin/content/node-settings','Post settings','t','','6','','Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.','','0','modules/node/node.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/rss-publishing','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:25:\"system_rss_feeds_settings\";}','7','3','','admin/content/rss-publishing','RSS publishing','t','','6','','Configure the number of items per feed and whether feeds should be titles/teasers/full-text.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('node/%/revisions','a:1:{i:1;s:9:\"node_load\";}','','_node_revision_access','a:1:{i:0;i:1;}','node_revision_overview','a:1:{i:0;i:1;}','5','3','node/%','node/%','Revisions','t','','128','','','','2','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('admin/user/roles','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','drupal_get_form','a:1:{i:0;s:19:\"user_admin_new_role\";}','7','3','','admin/user/roles','Roles','t','','6','','List, edit, or add user roles.','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/seochecklist','','','user_access','a:1:{i:0;s:27:\"access seochecklist content\";}','drupal_get_form','a:1:{i:0;s:27:\"seochecklist_admin_settings\";}','7','3','','admin/settings/seochecklist','SEO Checklist','t','','6','','Keep track of your Drupal Search Engine Optimization tasks.','','0','sites/all/modules/seo_checklist/seochecklist.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/search404','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:18:\"search404_settings\";}','7','3','','admin/settings/search404','Search 404 settings','t','','6','','Administer search 404.','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/search','','','user_access','a:1:{i:0;s:17:\"administer search\";}','drupal_get_form','a:1:{i:0;s:21:\"search_admin_settings\";}','7','3','','admin/settings/search','Search settings','t','','6','','Configure relevance settings for search and other indexing options','','0','modules/search/search.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/settings','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:35:\"drupal_tweaks_general_settings_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','Settings','t','','128','','Drupal Tweaks module settings.','','8','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.settings.inc');INSERT INTO
menu_routerVALUES ('admin/settings/site-information','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:32:\"system_site_information_settings\";}','7','3','','admin/settings/site-information','Site information','t','','6','','Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/site-maintenance','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:32:\"system_site_maintenance_settings\";}','7','3','','admin/settings/site-maintenance','Site maintenance','t','','6','','Take the site off-line for maintenance or bring it back online.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/suggestions','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:25:\"drupal_tweaks_report_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','Suggestions','t','','134','','Check for problems or suggestions with your website.','','10','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.suggestions.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy','','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','drupal_get_form','a:1:{i:0;s:30:\"taxonomy_overview_vocabularies\";}','7','3','','admin/content/taxonomy','Taxonomy','t','','6','','Manage tagging, categorization, and classification of your content.','','0','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:2:{i:0;s:18:\"system_themes_form\";i:1;N;}','7','3','','admin/build/themes','Themes','t','','6','','Change which theme your site uses or allows users to set.','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/access-denied','','','user_access','a:1:{i:0;s:19:\"access site reports\";}','dblog_top','a:1:{i:0;s:13:\"access denied\";}','7','3','','admin/reports/access-denied','Top \'access denied\' errors','t','','6','','View \'access denied\' errors (403s).','','0','modules/dblog/dblog.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/page-not-found','','','user_access','a:1:{i:0;s:19:\"access site reports\";}','dblog_top','a:1:{i:0;s:14:\"page not found\";}','7','3','','admin/reports/page-not-found','Top \'page not found\' errors','t','','6','','View \'page not found\' errors (404s).','','0','modules/dblog/dblog.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/module_tweaks','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:33:\"drupal_tweaks_general_tweaks_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','Tweaks','t','','134','','Tweaks settings for Drupal modules.','','7','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.tweaks.inc');INSERT INTO
menu_routerVALUES ('admin/build/path-redirect','','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','drupal_get_form','a:1:{i:0;s:29:\"path_redirect_admin_redirects\";}','7','3','','admin/build/path-redirect','URL redirects','t','','6','','Redirect users from one URL to another.','','0','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/settings','','','user_access','a:1:{i:0;s:16:\"administer users\";}','drupal_get_form','a:1:{i:0;s:19:\"user_admin_settings\";}','7','3','','admin/user/settings','User settings','t','','6','','Configure default behavior of users, including registration requirements, e-mails, and user pictures.','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/user','','','user_access','a:1:{i:0;s:16:\"administer users\";}','user_admin','a:1:{i:0;s:4:\"list\";}','7','3','','admin/user/user','Users','t','','6','','List, add, and edit users.','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views','','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_list_views','a:0:{}','7','3','','admin/build/views','Views','t','','6','','Views are customized lists of content on your system; they are highly configurable and give you control over how lists of content are presented.','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/wysiwyg','','','user_access','a:1:{i:0;s:18:\"administer filters\";}','drupal_get_form','a:1:{i:0;s:24:\"wysiwyg_profile_overview\";}','7','3','','admin/settings/wysiwyg','Wysiwyg','t','','6','','Configure client-side editors.','','0','sites/all/modules/wysiwyg/wysiwyg.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/xmlsitemap','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:19:\"xmlsitemap_settings\";}','7','3','','admin/settings/xmlsitemap','XML sitemap','t','','6','','Configure the XML sitemap.','','0','sites/all/modules/xmlsitemap/xmlsitemap.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/block','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:24:\"form2block_settings_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','Block','t','','128','','Convert any form or node into block.','','3','sites/all/modules/drupal_tweaks/modules/form2block/form2block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/contentoptimizer','','','user_access','a:1:{i:0;s:22:\"administer page titles\";}','drupal_get_form','a:1:{i:0;s:31:\"contentoptimizer_admin_settings\";}','7','3','','admin/settings/contentoptimizer','Content optimizer','t','','6','','Analize and optimize node content.','','0','sites/all/modules/contentoptimizer/contentoptimizer.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/db','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:23:\"db_tweaks_settings_form\";}','7','3','admin/drupal_tweaks','admin/drupal_tweaks','DB','t','','134','','Database Settings.','','6','sites/all/modules/drupal_tweaks/modules/db_tweaks/db_tweaks.admin.inc');INSERT INTO
menu_routerVALUES ('user/%/edit','a:1:{i:1;a:1:{s:18:\"user_category_load\";a:2:{i:0;s:4:\"%map\";i:1;s:6:\"%index\";}}}','','user_edit_access','a:1:{i:0;i:1;}','user_edit','a:1:{i:0;i:1;}','5','3','user/%','user/%','Edit','t','','128','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('admin/settings/globalredirect','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:23:\"globalredirect_settings\";}','7','3','','admin/settings/globalredirect','Global Redirect','t','','6','','Chose which features you would like enabled for Global Redirect','','0','sites/all/modules/globalredirect/globalredirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/mollom','','','_mollom_access','a:1:{i:0;s:17:\"administer mollom\";}','drupal_get_form','a:1:{i:0;s:19:\"mollom_reports_page\";}','7','3','','admin/reports/mollom','Mollom statistics','t','','6','','Reports and usage statistics for the Mollom module.','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/page_title','','','user_access','a:1:{i:0;s:22:\"administer page titles\";}','drupal_get_form','a:1:{i:0;s:25:\"page_title_admin_settings\";}','7','3','','admin/content/page_title','Page titles','t','','6','','Enhanced control over the page titles (in the <head> tag).','','0','sites/all/modules/page_title/page_title.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/search','','','user_access','a:1:{i:0;s:19:\"access site reports\";}','dblog_top','a:1:{i:0;s:6:\"search\";}','7','3','','admin/reports/search','Top search phrases','t','','6','','View most popular search phrases.','','0','modules/dblog/dblog.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/admin','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:27:\"system_admin_theme_settings\";}','7','3','','admin/settings/admin','Administration theme','t','','6','system_admin_theme_settings','Settings for how your administrative pages should look.','left','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('node/add/page','','','node_access','a:2:{i:0;s:6:\"create\";i:1;s:4:\"page\";}','node_add','a:1:{i:0;i:2;}','7','3','','node/add/page','Page','check_plain','','6','','A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.','','0','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('node/add/photo','','','node_access','a:2:{i:0;s:6:\"create\";i:1;s:5:\"photo\";}','node_add','a:1:{i:0;i:2;}','7','3','','node/add/photo','Photo','check_plain','','6','','','','0','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('node/add/story','','','node_access','a:2:{i:0;s:6:\"create\";i:1;s:5:\"story\";}','node_add','a:1:{i:0;i:2;}','7','3','','node/add/story','Story','check_plain','','6','','A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.','','0','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('search/advanced_help/%','a:1:{i:2;N;}','a:1:{i:2;s:16:\"menu_tail_to_arg\";}','user_access','a:1:{i:0;s:24:\"view advanced help index\";}','search_view','a:1:{i:0;s:13:\"advanced_help\";}','6','3','search','search','','module_invoke','a:4:{i:0;s:13:\"advanced_help\";i:1;s:6:\"search\";i:2;s:4:\"name\";i:3;b:1;}','128','','','','0','modules/search/search.pages.inc');INSERT INTO
menu_routerVALUES ('search/node/%','a:1:{i:2;N;}','a:1:{i:2;s:16:\"menu_tail_to_arg\";}','_search_menu','a:1:{i:0;s:4:\"node\";}','search_view','a:1:{i:0;s:4:\"node\";}','6','3','search','search','','module_invoke','a:4:{i:0;s:4:\"node\";i:1;s:6:\"search\";i:2;s:4:\"name\";i:3;b:1;}','128','','','','0','modules/search/search.pages.inc');INSERT INTO
menu_routerVALUES ('search/user/%','a:1:{i:2;N;}','a:1:{i:2;s:16:\"menu_tail_to_arg\";}','_search_menu','a:1:{i:0;s:4:\"user\";}','search_view','a:1:{i:0;s:4:\"user\";}','6','3','search','search','','module_invoke','a:4:{i:0;s:4:\"user\";i:1;s:6:\"search\";i:2;s:4:\"name\";i:3;b:1;}','128','','','','0','modules/search/search.pages.inc');INSERT INTO
menu_routerVALUES ('admin/settings/mollom/forms','','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','mollom_admin_form_list','a:0:{}','15','4','admin/settings/mollom','admin/settings/mollom','Forms','t','','136','','','','-10','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list','','','user_access','a:1:{i:0;s:17:\"administer blocks\";}','block_admin_display','a:0:{}','15','4','admin/build/block','admin/build/block','List','t','','136','','','','-10','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/list','','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','imagecache_ui_preset_overview','a:0:{}','15','4','admin/build/imagecache','admin/build/imagecache','List','t','','136','','','','-10','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/content/node/overview','','','user_access','a:1:{i:0;s:16:\"administer nodes\";}','drupal_get_form','a:1:{i:0;s:18:\"node_admin_content\";}','15','4','admin/content/node','admin/content/node','List','t','','136','','','','-10','modules/node/node.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/types/list','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','content_types_overview','a:0:{}','15','4','admin/content/types','admin/content/types','List','t','','136','','','','-10','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/path/list','','','user_access','a:1:{i:0;s:22:\"administer url aliases\";}','path_admin_overview','a:0:{}','15','4','admin/build/path','admin/build/path','List','t','','136','','','','-10','modules/path/path.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/path-redirect/list','','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','drupal_get_form','a:1:{i:0;s:29:\"path_redirect_admin_redirects\";}','15','4','admin/build/path-redirect','admin/build/path-redirect','List','t','','136','','','','-10','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy/list','','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','drupal_get_form','a:1:{i:0;s:30:\"taxonomy_overview_vocabularies\";}','15','4','admin/content/taxonomy','admin/content/taxonomy','List','t','','136','','','','-10','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/rules/list','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','user_admin_access','a:0:{}','15','4','admin/user/rules','admin/user/rules','List','t','','136','','','','-10','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/user/list','','','user_access','a:1:{i:0;s:16:\"administer users\";}','user_admin','a:1:{i:0;s:4:\"list\";}','15','4','admin/user/user','admin/user/user','List','t','','136','','','','-10','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/google_website_optimizer/list','','','user_access','a:1:{i:0;s:35:\"administer google_website_optimizer\";}','google_website_optimizer_admin_overview','a:0:{}','15','4','admin/settings/google_website_optimizer','admin/settings/google_website_optimizer','List','t','','136','','','','-1','sites/all/modules/google_website_optimizer/google_website_optimizer.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/imageapi/list','','','user_access','a:1:{i:0;s:19:\"administer imageapi\";}','drupal_get_form','a:1:{i:0;s:17:\"imageapi_settings\";}','15','4','admin/settings/imageapi','admin/settings/imageapi','List','t','','136','','','','-1','');INSERT INTO
menu_routerVALUES ('admin/settings/filters/list','','','user_access','a:1:{i:0;s:18:\"administer filters\";}','drupal_get_form','a:1:{i:0;s:21:\"filter_admin_overview\";}','15','4','admin/settings/filters','admin/settings/filters','List','t','','136','','','','0','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/modules/list','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:14:\"system_modules\";}','15','4','admin/build/modules','admin/build/modules','List','t','','136','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/wysiwyg/profile','','','user_access','a:1:{i:0;s:18:\"administer filters\";}','drupal_get_form','a:1:{i:0;s:24:\"wysiwyg_profile_overview\";}','15','4','admin/settings/wysiwyg','admin/settings/wysiwyg','Profiles','t','','136','','','','0','sites/all/modules/wysiwyg/wysiwyg.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/imce/profiles','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','imce_admin','a:0:{}','15','4','admin/settings/imce','admin/settings/imce','Settings','t','','136','','','','0','sites/all/modules/imce/inc/admin.inc');INSERT INTO
menu_routerVALUES ('user/%/edit/account','a:1:{i:1;a:1:{s:18:\"user_category_load\";a:2:{i:0;s:4:\"%map\";i:1;s:6:\"%index\";}}}','','user_edit_access','a:1:{i:0;i:1;}','user_edit','a:1:{i:0;i:1;}','11','4','user/%/edit','user/%','Account','t','','136','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/export','','','user_access','a:1:{i:0;s:14:\"perform backup\";}','drupal_get_form','a:1:{i:0;s:21:\"backup_migrate_backup\";}','15','4','admin/content/backup_migrate','admin/content/backup_migrate','Backup/Export DB','t','','136','','Backup the database.','','0','');INSERT INTO
menu_routerVALUES ('admin/user/captcha/captcha','','','user_access','a:1:{i:0;s:27:\"administer CAPTCHA settings\";}','drupal_get_form','a:1:{i:0;s:22:\"captcha_admin_settings\";}','15','4','admin/user/captcha','admin/user/captcha','CAPTCHA','t','','136','','','','-20','sites/all/modules/captcha/captcha.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/spam/general','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_admin_settings','a:0:{}','15','4','admin/settings/spam','admin/settings/spam','General','t','','136','','','','-4','');INSERT INTO
menu_routerVALUES ('admin/build/themes/select','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:2:{i:0;s:18:\"system_themes_form\";i:1;N;}','15','4','admin/build/themes','admin/build/themes','List','t','','136','','Select the default theme.','','-1','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu/list','','','user_access','a:1:{i:0;s:15:\"administer menu\";}','menu_overview_page','a:0:{}','15','4','admin/build/menu','admin/build/menu','List menus','t','','136','','','','-10','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('sites/default/files/imagecache','','','1','a:0:{}','imagecache_cache','a:0:{}','15','4','','sites/default/files/imagecache','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/reports/spam/blocked_ip','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_logs_blocked_ip','a:0:{}','15','4','admin/reports/spam','admin/reports/spam','Blocked IPs','t','','128','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:21:\"system_theme_settings\";}','15','4','admin/build/themes','admin/build/themes','Configure','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/spam/filters','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_admin_filter_overview','a:0:{}','15','4','admin/settings/spam','admin/settings/spam','Filters','t','','128','','','','-2','');INSERT INTO
menu_routerVALUES ('admin/build/contact/list','','','user_access','a:1:{i:0;s:33:\"administer site-wide contact form\";}','contact_admin_categories','a:0:{}','15','4','admin/build/contact','admin/build/contact','List','t','','136','','','','0','modules/contact/contact.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/spam/logs','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_logs_overview','a:0:{}','15','4','admin/reports/spam','admin/reports/spam','Logs','t','','136','','','','-10','');INSERT INTO
menu_routerVALUES ('admin/settings/actions/manage','','','user_access','a:1:{i:0;s:18:\"administer actions\";}','system_actions_manage','a:0:{}','15','4','admin/settings/actions','admin/settings/actions','Manage actions','t','','136','','Manage the actions defined for your site.','','-2','');INSERT INTO
menu_routerVALUES ('admin/settings/actions/orphan','','','user_access','a:1:{i:0;s:18:\"administer actions\";}','system_actions_remove_orphans','a:0:{}','15','4','','admin/settings/actions/orphan','Remove orphans','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/settings','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:1:{i:0;s:23:\"nodewords_settings_form\";}','15','4','admin/content/nodewords','admin/content/nodewords','Settings','t','','136','','','','-1','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/xmlsitemap/sitemap','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:19:\"xmlsitemap_settings\";}','15','4','admin/settings/xmlsitemap','admin/settings/xmlsitemap','Sitemap','t','','136','','Configure the XML sitemap.','','-1','sites/all/modules/xmlsitemap/xmlsitemap.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/spam/statistics','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_logs_statistics','a:0:{}','15','4','admin/reports/spam','admin/reports/spam','Statistics','t','','128','','','','-7','');INSERT INTO
menu_routerVALUES ('admin/build/modules/uninstall','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:24:\"system_modules_uninstall\";}','15','4','admin/build/modules','admin/build/modules','Uninstall','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/spam/feedback','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_admin_list_feedback','a:0:{}','15','4','admin/content/spam','admin/content/spam','feedback','t','','128','','','','2','');INSERT INTO
menu_routerVALUES ('admin/content/spam/list','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_admin_list','a:0:{}','15','4','admin/content/spam','admin/content/spam','list','t','','136','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/path/add','','','user_access','a:1:{i:0;s:22:\"administer url aliases\";}','path_admin_edit','a:0:{}','15','4','admin/build/path','admin/build/path','Add alias','t','','128','','','','0','modules/path/path.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/filters/add','','','user_access','a:1:{i:0;s:18:\"administer filters\";}','filter_admin_format_page','a:0:{}','15','4','admin/settings/filters','admin/settings/filters','Add input format','t','','128','','','','1','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/imce/profile','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','imce_profile_operations','a:0:{}','15','4','','admin/settings/imce/profile','Add new profile','t','','4','','','','0','sites/all/modules/imce/inc/admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/rules/add','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','user_admin_access_add','a:0:{}','15','4','admin/user/rules','admin/user/rules','Add rule','t','','128','','','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/user/create','','','user_access','a:1:{i:0;s:16:\"administer users\";}','user_admin','a:1:{i:0;s:6:\"create\";}','15','4','admin/user/user','admin/user/user','Add user','t','','128','','','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/rules/check','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','user_admin_access_check','a:0:{}','15','4','admin/user/rules','admin/user/rules','Check rules','t','','128','','','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/clean-urls/check','','','1','a:0:{}','drupal_json','a:1:{i:0;a:1:{s:6:\"status\";b:1;}}','15','4','','admin/settings/clean-urls/check','Clean URL check','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/imageapi/config','','','user_access','a:1:{i:0;s:19:\"administer imageapi\";}','drupal_get_form','a:1:{i:0;s:25:\"imageapi_gd_settings_form\";}','15','4','admin/settings/imageapi','admin/settings/imageapi','Configure','t','','128','','','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/actions/configure','','','user_access','a:1:{i:0;s:18:\"administer actions\";}','drupal_get_form','a:1:{i:0;s:24:\"system_actions_configure\";}','15','4','','admin/settings/actions/configure','Configure an advanced action','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/date-time/lookup','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','system_date_time_lookup','a:0:{}','15','4','','admin/settings/date-time/lookup','Date and time lookup','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/delete','','','user_access','a:1:{i:0;s:19:\"delete backup files\";}','_backup_migrate_delete','a:0:{}','15','4','','admin/content/backup_migrate/delete','Delete File','t','','4','','Delete a backup file','','0','');INSERT INTO
menu_routerVALUES ('admin/build/path/edit','','','user_access','a:1:{i:0;s:22:\"administer url aliases\";}','path_admin_edit','a:0:{}','15','4','','admin/build/path/edit','Edit alias','t','','4','','','','0','modules/path/path.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/roles/edit','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','drupal_get_form','a:1:{i:0;s:15:\"user_admin_role\";}','15','4','','admin/user/roles/edit','Edit role','t','','4','','','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/rules/edit','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','user_admin_access_edit','a:0:{}','15','4','','admin/user/rules/edit','Edit rule','t','','4','','','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/types/export','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:1:{i:0;s:24:\"content_copy_export_form\";}','15','4','admin/content/types','admin/content/types','Export','t','','128','','','','3','');INSERT INTO
menu_routerVALUES ('admin/content/types/fields','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','content_fields_list','a:0:{}','15','4','admin/content/types','admin/content/types','Fields','t','','128','','','','0','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/types/import','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:1:{i:0;s:24:\"content_copy_import_form\";}','15','4','admin/content/types','admin/content/types','Import','t','','128','','','','4','');INSERT INTO
menu_routerVALUES ('admin/reports/updates/list','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','update_status','a:0:{}','15','4','admin/reports/updates','admin/reports/updates','List','t','','136','','','','0','modules/update/update.report.inc');INSERT INTO
menu_routerVALUES ('admin/reports/updates/check','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','update_manual_status','a:0:{}','15','4','','admin/reports/updates/check','Manual update check','t','','4','','','','0','modules/update/update.fetch.inc');INSERT INTO
menu_routerVALUES ('admin/reports/status/php','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','system_php','a:0:{}','15','4','','admin/reports/status/php','PHP','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/op/clear_cache','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:32:\"drupal_tweaks_clear_cache_submit\";}','15','4','','admin/drupal_tweaks/op/clear_cache','Rebuild cache','t','','4','','','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.op.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/op/rebuild_perm','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_get_form','a:1:{i:0;s:34:\"drupal_tweaks_rebuild_perm_confirm\";}','15','4','','admin/drupal_tweaks/op/rebuild_perm','Rebuild permissions','t','','4','','','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.admin.op.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-settings/rebuild','','','user_access','a:1:{i:0;s:27:\"access administration pages\";}','drupal_get_form','a:1:{i:0;s:30:\"node_configure_rebuild_confirm\";}','15','4','','admin/content/node-settings/rebuild','Rebuild permissions','t','','4','','','','0','modules/node/node.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/status/run-cron','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','system_run_cron','a:0:{}','15','4','','admin/reports/status/run-cron','Run cron','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/status/sql','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','system_sql','a:0:{}','15','4','','admin/reports/status/sql','SQL','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/files','','','user_access','a:1:{i:0;s:19:\"access backup files\";}','_backup_migrate_list_files','a:0:{}','15','4','admin/content/backup_migrate','admin/content/backup_migrate','Saved Backups','t','','128','','View existing backup files','','2','');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/restorefile','','','user_access','a:1:{i:0;s:19:\"restore from backup\";}','_backup_migrate_restore_from_server','a:0:{}','15','4','','admin/content/backup_migrate/restorefile','restore from backup','t','','4','','Restore database from a backup file on the server','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/google_website_optimizer/add','','','user_access','a:1:{i:0;s:35:\"administer google_website_optimizer\";}','drupal_get_form','a:1:{i:0;s:35:\"google_website_optimizer_admin_form\";}','15','4','admin/settings/google_website_optimizer','admin/settings/google_website_optimizer','Add Test','t','','128','','','','0','sites/all/modules/google_website_optimizer/google_website_optimizer.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/add','','','user_access','a:1:{i:0;s:17:\"administer blocks\";}','drupal_get_form','a:1:{i:0;s:20:\"block_add_block_form\";}','15','4','admin/build/block','admin/build/block','Add block','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/contact/add','','','user_access','a:1:{i:0;s:33:\"administer site-wide contact form\";}','drupal_get_form','a:2:{i:0;s:18:\"contact_admin_edit\";i:1;i:3;}','15','4','admin/build/contact','admin/build/contact','Add category','t','','128','','','','1','modules/contact/contact.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/types/add','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:1:{i:0;s:14:\"node_type_form\";}','15','4','admin/content/types','admin/content/types','Add content type','t','','128','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/settings/mollom/add','','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','drupal_get_form','a:1:{i:0;s:27:\"mollom_admin_configure_form\";}','15','4','admin/settings/mollom','admin/settings/mollom','Add form','t','','128','','','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu/add','','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:2:{i:0;s:14:\"menu_edit_menu\";i:1;s:3:\"add\";}','15','4','admin/build/menu','admin/build/menu','Add menu','t','','128','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/add','','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','drupal_get_form','a:1:{i:0;s:25:\"imagecache_ui_preset_form\";}','15','4','admin/build/imagecache','admin/build/imagecache','Add new preset','t','','128','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/schedule','','','user_access','a:1:{i:0;s:19:\"access backup files\";}','drupal_get_form','a:1:{i:0;s:23:\"backup_migrate_schedule\";}','15','4','admin/content/backup_migrate','admin/content/backup_migrate','Backup Schedule','t','','128','','View existing backup files','','3','');INSERT INTO
menu_routerVALUES ('admin/settings/mollom/blacklist','','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','mollom_admin_blacklist','a:0:{}','15','4','admin/settings/mollom','admin/settings/mollom','Blacklist','t','','128','','Configure word and URL blacklists.','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/search/wipe','','','user_access','a:1:{i:0;s:17:\"administer search\";}','drupal_get_form','a:1:{i:0;s:19:\"search_wipe_confirm\";}','15','4','','admin/settings/search/wipe','Clear index','t','','4','','','','0','modules/search/search.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/configure','','','user_access','a:1:{i:0;s:17:\"administer blocks\";}','drupal_get_form','a:1:{i:0;s:21:\"block_admin_configure\";}','15','4','','admin/build/block/configure','Configure block','t','','4','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:1:{i:0;s:19:\"nodewords_tags_form\";}','15','4','admin/content/nodewords','admin/content/nodewords','Default and specific meta tags','t','','128','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/path/delete','','','user_access','a:1:{i:0;s:22:\"administer url aliases\";}','drupal_get_form','a:1:{i:0;s:25:\"path_admin_delete_confirm\";}','15','4','','admin/build/path/delete','Delete alias','t','','4','','','','0','modules/path/path.admin.inc');INSERT INTO
menu_routerVALUES ('spam/%/%/spam','a:2:{i:1;a:1:{s:14:\"spam_mark_load\";a:2:{i:0;i:2;i:1;i:3;}}i:2;N;}','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_mark_as_spam','a:3:{i:0;i:1;i:1;i:2;i:2;a:1:{s:8:\"redirect\";b:1;}}','9','4','','spam/%/%/spam','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/path/delete_bulk','','','user_access','a:1:{i:0;s:22:\"administer url aliases\";}','drupal_get_form','a:1:{i:0;s:21:\"pathauto_admin_delete\";}','15','4','admin/build/path','admin/build/path','Delete aliases','t','','128','','','','0','sites/all/modules/pathauto/pathauto.admin.inc');INSERT INTO
menu_routerVALUES ('spam/%/%/not_spam','a:2:{i:1;a:1:{s:14:\"spam_mark_load\";a:2:{i:0;i:2;i:1;i:3;}}i:2;N;}','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_mark_as_not_spam','a:3:{i:0;i:1;i:1;i:2;i:2;a:1:{s:8:\"redirect\";b:1;}}','9','4','','spam/%/%/not_spam','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/views/add','','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_add_page','a:0:{}','15','4','admin/build/views','admin/build/views','Add','t','','128','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/delete','','','user_access','a:1:{i:0;s:17:\"administer blocks\";}','drupal_get_form','a:1:{i:0;s:16:\"block_box_delete\";}','15','4','','admin/build/block/delete','Delete block','t','','4','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/rules/delete','','','user_access','a:1:{i:0;s:22:\"administer permissions\";}','drupal_get_form','a:1:{i:0;s:32:\"user_admin_access_delete_confirm\";}','15','4','','admin/user/rules/delete','Delete rule','t','','4','','','','0','modules/user/user.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/event/%','a:1:{i:3;N;}','','user_access','a:1:{i:0;s:19:\"access site reports\";}','dblog_event','a:1:{i:0;i:3;}','14','4','','admin/reports/event/%','Details','t','','4','','','','0','modules/dblog/dblog.admin.inc');INSERT INTO
menu_routerVALUES ('mollom/captcha/%/%','a:2:{i:2;N;i:3;N;}','','_mollom_access','a:0:{}','mollom_captcha_js','a:2:{i:0;i:2;i:1;i:3;}','12','4','','mollom/captcha/%/%','','t','','4','','','','0','sites/all/modules/mollom/mollom.pages.inc');INSERT INTO
menu_routerVALUES ('admin/settings/filters/delete','','','user_access','a:1:{i:0;s:18:\"administer filters\";}','drupal_get_form','a:1:{i:0;s:19:\"filter_admin_delete\";}','15','4','','admin/settings/filters/delete','Delete input format','t','','4','','','','0','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/imce/subdirectory','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:22:\"imce_form_subdirectory\";}','15','4','admin/settings/imce','admin/settings/imce','Directory creation tool','t','','128','','','','1','sites/all/modules/imce/inc/subdir.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/autocomplete/disabled_modules','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_tweaks_autocomplete_modules','a:0:{}','15','4','','admin/drupal_tweaks/autocomplete/disabled_modules','Disable the module.','t','','4','','','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.ajax.inc');INSERT INTO
menu_routerVALUES ('admin/build/custom_pagers/edit','','','user_access','a:1:{i:0;s:24:\"administer custom pagers\";}','drupal_get_form','a:2:{i:0;s:18:\"custom_pagers_form\";i:1;i:4;}','15','4','','admin/build/custom_pagers/edit','Edit custom pager','t','','4','','','','0','sites/all/modules/custom_pagers/custom_pagers.admin.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/autocomplete/enabled_modules','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_tweaks_autocomplete_modules','a:0:{}','15','4','','admin/drupal_tweaks/autocomplete/enabled_modules','Enable the module.','t','','4','','','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.ajax.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/autocomplete/form_id','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_tweaks_autocomplete_form_id','a:0:{}','15','4','','admin/drupal_tweaks/autocomplete/form_id','Find the node.','t','','4','','','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.ajax.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/autocomplete/nodes','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_tweaks_autocomplete_nodes','a:0:{}','15','4','','admin/drupal_tweaks/autocomplete/nodes','Find the node.','t','','4','','','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.ajax.inc');INSERT INTO
menu_routerVALUES ('admin/drupal_tweaks/autocomplete/users','','','user_access','a:1:{i:0;s:24:\"administer drupal_tweaks\";}','drupal_tweaks_autocomplete_users','a:0:{}','15','4','','admin/drupal_tweaks/autocomplete/users','Find the node.','t','','4','','','','0','sites/all/modules/drupal_tweaks/includes/drupal_tweaks.ajax.inc');INSERT INTO
menu_routerVALUES ('admin/user/captcha/image_captcha','','','user_access','a:1:{i:0;s:27:\"administer CAPTCHA settings\";}','drupal_get_form','a:1:{i:0;s:27:\"image_captcha_settings_form\";}','15','4','admin/user/captcha','admin/user/captcha','Image CAPTCHA','t','','128','','','','0','sites/all/modules/captcha/image_captcha/image_captcha.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy/%','a:1:{i:3;s:24:\"taxonomy_vocabulary_load\";}','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','drupal_get_form','a:2:{i:0;s:23:\"taxonomy_overview_terms\";i:1;i:3;}','14','4','','admin/content/taxonomy/%','List terms','t','','4','','','','0','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:4:\"Page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}','15','4','','admin/content/node-type/page','Page','t','','4','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/list','','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_list_views','a:0:{}','15','4','admin/build/views','admin/build/views','List','t','','136','','','','-1','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"photo\";s:4:\"name\";s:5:\"Photo\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:0:\"\";}}','15','4','','admin/content/node-type/photo','Photo','t','','4','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/restore','','','user_access','a:1:{i:0;s:19:\"restore from backup\";}','drupal_get_form','a:1:{i:0;s:22:\"backup_migrate_restore\";}','15','4','admin/content/backup_migrate','admin/content/backup_migrate','Restore/Import DB','t','','128','','Restore the database from a previous backup','','1','');INSERT INTO
menu_routerVALUES ('admin/build/contact/settings','','','user_access','a:1:{i:0;s:33:\"administer site-wide contact form\";}','drupal_get_form','a:1:{i:0;s:22:\"contact_admin_settings\";}','15','4','admin/build/contact','admin/build/contact','Settings','t','','128','','','','2','modules/contact/contact.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu/settings','','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:1:{i:0;s:14:\"menu_configure\";}','15','4','admin/build/menu','admin/build/menu','Settings','t','','128','','','','5','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/updates/settings','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:15:\"update_settings\";}','15','4','admin/reports/updates','admin/reports/updates','Settings','t','','128','','','','0','modules/update/update.settings.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:5:\"story\";}}','15','4','','admin/content/node-type/story','Story','t','','4','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/build/path/pathauto','','','user_access','a:1:{i:0;s:19:\"administer pathauto\";}','drupal_get_form','a:1:{i:0;s:23:\"pathauto_admin_settings\";}','15','4','admin/build/path','admin/build/path','Automated alias settings','t','','128','','','','10','sites/all/modules/pathauto/pathauto.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views1/convert','','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_convert1','a:1:{i:0;i:4;}','15','4','','admin/build/views1/convert','Convert view','t','','4','','','','0','sites/all/modules/views/includes/convert.inc');INSERT INTO
menu_routerVALUES ('admin/settings/logging/dblog','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:20:\"dblog_admin_settings\";}','15','4','','admin/settings/logging/dblog','Database logging','t','','6','','Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.','','0','modules/dblog/dblog.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/custom_pagers/add','','','user_access','a:1:{i:0;s:24:\"administer custom pagers\";}','drupal_get_form','a:1:{i:0;s:18:\"custom_pagers_form\";}','15','4','','admin/build/custom_pagers/add','Add custom pager','t','','4','','','','0','sites/all/modules/custom_pagers/custom_pagers.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views1/delete','','','user_access','a:1:{i:0;s:16:\"administer views\";}','drupal_get_form','a:2:{i:0;s:24:\"views_ui_delete1_confirm\";i:1;i:4;}','15','4','','admin/build/views1/delete','Delete view','t','','4','','','','0','sites/all/modules/views/includes/convert.inc');INSERT INTO
menu_routerVALUES ('admin/build/path-redirect/add','','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','drupal_get_form','a:1:{i:0;s:23:\"path_redirect_edit_form\";}','15','4','admin/build/path-redirect','admin/build/path-redirect','Add redirect','t','','128','','Add a new URL redirect.','','0','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/path-redirect/export','','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','drupal_get_form','a:1:{i:0;s:25:\"path_redirect_export_form\";}','15','4','admin/build/path-redirect','admin/build/path-redirect','Export','t','','128','','Export URL redirects.','','30','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('mollom/report/%/%','a:2:{i:2;N;i:3;N;}','','mollom_report_access','a:2:{i:0;i:2;i:1;i:3;}','drupal_get_form','a:3:{i:0;s:18:\"mollom_report_form\";i:1;i:2;i:2;i:3;}','12','4','','mollom/report/%/%','Report to Mollom','t','','4','','','','0','sites/all/modules/mollom/mollom.pages.inc');INSERT INTO
menu_routerVALUES ('admin/settings/xmlsitemap/engines','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:27:\"xmlsitemap_engines_settings\";}','15','4','admin/settings/xmlsitemap','admin/settings/xmlsitemap','Search engines','t','','128','','Configure the submission settings of the XML sitemap to the search engines.','','0','sites/all/modules/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/mollom/settings','','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','drupal_get_form','a:1:{i:0;s:21:\"mollom_admin_settings\";}','15','4','admin/settings/mollom','admin/settings/mollom','Settings','t','','128','','Configure Mollom keys and global settings.','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/import','','','user_access','a:1:{i:0;s:16:\"administer views\";}','drupal_get_form','a:1:{i:0;s:20:\"views_ui_import_page\";}','15','4','admin/build/views','admin/build/views','Import','t','','128','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/path-redirect/settings','','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','drupal_get_form','a:1:{i:0;s:27:\"path_redirect_settings_form\";}','15','4','admin/build/path-redirect','admin/build/path-redirect','Settings','t','','128','','Configure behavior for URL redirects.','','10','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/tools','','','user_access','a:1:{i:0;s:16:\"administer views\";}','drupal_get_form','a:1:{i:0;s:20:\"views_ui_admin_tools\";}','15','4','admin/build/views','admin/build/views','Tools','t','','128','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/xmlsitemap/tools','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:16:\"xmlsitemap_tools\";}','15','4','admin/settings/xmlsitemap','admin/settings/xmlsitemap','Tools','t','','128','','Sitemap tools.','','0','sites/all/modules/xmlsitemap/xmlsitemap.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/filters/%','a:1:{i:3;s:18:\"filter_format_load\";}','','user_access','a:1:{i:0;s:18:\"administer filters\";}','filter_admin_format_page','a:1:{i:0;i:3;}','14','4','','admin/settings/filters/%','','filter_admin_format_title','a:1:{i:0;i:3;}','4','','','','0','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%','a:1:{i:3;s:25:\"imagecache_ui_preset_load\";}','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','drupal_get_form','a:2:{i:0;s:25:\"imagecache_ui_preset_form\";i:1;i:3;}','14','4','','admin/build/imagecache/%','','imagecache_preset_title_callback','a:2:{i:0;s:24:\"Edit preset: !presetname\";i:1;i:3;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu-customize/%','a:1:{i:3;s:9:\"menu_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:2:{i:0;s:18:\"menu_overview_form\";i:1;i:3;}','14','4','','admin/build/menu-customize/%','Customize menu','menu_overview_title','a:1:{i:0;i:3;}','4','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/edit','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:4:\"Page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}','31','5','admin/content/node-type/page','admin/content/node-type/page','Edit','t','','136','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/edit','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"photo\";s:4:\"name\";s:5:\"Photo\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:0:\"\";}}','31','5','admin/content/node-type/photo','admin/content/node-type/photo','Edit','t','','136','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/edit','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:5:\"story\";}}','31','5','admin/content/node-type/story','admin/content/node-type/story','Edit','t','','136','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/global','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:21:\"system_theme_settings\";}','31','5','admin/build/themes/settings','admin/build/themes','Global settings','t','','136','','','','-1','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy/%/list','a:1:{i:3;s:24:\"taxonomy_vocabulary_load\";}','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','drupal_get_form','a:2:{i:0;s:23:\"taxonomy_overview_terms\";i:1;i:3;}','29','5','admin/content/taxonomy/%','admin/content/taxonomy/%','List','t','','136','','','','-10','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/filters/%/edit','a:1:{i:3;s:18:\"filter_format_load\";}','','user_access','a:1:{i:0;s:18:\"administer filters\";}','filter_admin_format_page','a:1:{i:0;i:3;}','29','5','admin/settings/filters/%','admin/settings/filters/%','Edit','t','','136','','','','0','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/captcha/captcha/settings','','','user_access','a:1:{i:0;s:27:\"administer CAPTCHA settings\";}','drupal_get_form','a:1:{i:0;s:22:\"captcha_admin_settings\";}','31','5','admin/user/captcha/captcha','admin/user/captcha','General settings','t','','136','','','','0','sites/all/modules/captcha/captcha.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/modules/list/confirm','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:14:\"system_modules\";}','31','5','','admin/build/modules/list/confirm','List','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu-customize/%/list','a:1:{i:3;s:9:\"menu_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:2:{i:0;s:18:\"menu_overview_form\";i:1;i:3;}','29','5','admin/build/menu-customize/%','admin/build/menu-customize/%','List items','t','','136','','','','-10','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/spam/filters/overview','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_admin_filter_overview','a:0:{}','31','5','admin/settings/spam/filters','admin/settings/spam','Overview','t','','136','','','','-2','');INSERT INTO
menu_routerVALUES ('admin/build/modules/uninstall/confirm','','','user_access','a:1:{i:0;s:29:\"administer site configuration\";}','drupal_get_form','a:1:{i:0;s:24:\"system_modules_uninstall\";}','31','5','','admin/build/modules/uninstall/confirm','Uninstall','t','','4','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/tools/export','','','user_access','a:1:{i:0;s:18:\"use views exporter\";}','views_export_export','a:0:{}','31','5','admin/build/views/tools','admin/build/views','Bulk export','t','','128','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/default','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:1:{i:0;s:19:\"nodewords_tags_form\";}','31','5','admin/content/nodewords/meta-tags','admin/content/nodewords','Default values','t','','136','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/reports/spam/%/detail','a:1:{i:3;s:16:\"spam_number_load\";}','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_logs_entry','a:1:{i:0;i:3;}','29','5','','admin/reports/spam/%/detail','','t','','0','','','','0','');INSERT INTO
menu_routerVALUES ('admin/reports/spam/%/trace','a:1:{i:3;s:16:\"spam_number_load\";}','','user_access','a:1:{i:0;s:15:\"administer spam\";}','spam_logs_trace','a:1:{i:0;i:3;}','29','5','','admin/reports/spam/%/trace','','t','','0','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/abarre','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:35:\"sites/all/themes/abarre/abarre.info\";s:4:\"name\";s:6:\"abarre\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:6:\"Abarre\";s:11:\"description\";s:20:\"A bar to rule it all\";s:10:\"screenshot\";s:38:\"sites/all/themes/abarre/screenshot.png\";s:7:\"version\";s:7:\"6.x-1.0\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:3:{s:12:\"sidebar_left\";s:12:\"Left sidebar\";s:7:\"content\";s:7:\"Content\";s:11:\"content_top\";s:11:\"Content Top\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"sites/all/themes/abarre/style.css\";}}s:3:\"php\";s:5:\"4.3.3\";s:7:\"project\";s:6:\"abarre\";s:9:\"datestamp\";s:10:\"1219523403\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"sites/all/themes/abarre/script.js\";}}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"sites/all/themes/abarre/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:6:\"abarre\";}','31','5','admin/build/themes/settings','admin/build/themes','Abarre','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/alagna','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:45:\"sites/all/themes/marinelli/alagna/alagna.info\";s:4:\"name\";s:6:\"alagna\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:6:\"Alagna\";s:11:\"description\";s:36:\"Marinelli theme alternative graphics\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:12:\"graphics.css\";s:46:\"sites/all/themes/marinelli/alagna/graphics.css\";s:14:\"typography.css\";s:48:\"sites/all/themes/marinelli/alagna/typography.css\";s:9:\"links.css\";s:43:\"sites/all/themes/marinelli/alagna/links.css\";s:10:\"layout.css\";s:44:\"sites/all/themes/marinelli/alagna/layout.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/marinelli/alagna/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/marinelli/alagna/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:12:\"graphics.css\";s:46:\"sites/all/themes/marinelli/alagna/graphics.css\";s:14:\"typography.css\";s:48:\"sites/all/themes/marinelli/alagna/typography.css\";s:9:\"links.css\";s:43:\"sites/all/themes/marinelli/alagna/links.css\";s:10:\"layout.css\";s:44:\"sites/all/themes/marinelli/alagna/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:9:\"marinelli\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:6:\"alagna\";}','31','5','admin/build/themes/settings','admin/build/themes','Alagna','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/bluemarine','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:33:\"themes/bluemarine/bluemarine.info\";s:4:\"name\";s:10:\"bluemarine\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:10:\"Bluemarine\";s:11:\"description\";s:66:\"Table-based multi-column theme with a marine and ash color scheme.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/bluemarine/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/bluemarine/script.js\";}s:10:\"screenshot\";s:32:\"themes/bluemarine/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/bluemarine/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:10:\"bluemarine\";}','31','5','admin/build/themes/settings','admin/build/themes','Bluemarine','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/chameleon','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":11:{s:8:\"filename\";s:31:\"themes/chameleon/chameleon.info\";s:4:\"name\";s:9:\"chameleon\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:32:\"themes/chameleon/chameleon.theme\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:9:\"Chameleon\";s:11:\"description\";s:42:\"Minimalist tabled theme with light colors.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:8:\"features\";a:4:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:26:\"themes/chameleon/script.js\";}s:10:\"screenshot\";s:31:\"themes/chameleon/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:9:\"chameleon\";}','31','5','admin/build/themes/settings','admin/build/themes','Chameleon','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/delete','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:4:\"Page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}','31','5','','admin/content/node-type/page/delete','Delete','t','','4','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/delete','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"photo\";s:4:\"name\";s:5:\"Photo\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:0:\"\";}}','31','5','','admin/content/node-type/photo/delete','Delete','t','','4','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/delete','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:5:\"story\";}}','31','5','','admin/content/node-type/story/delete','Delete','t','','4','','','','0','modules/node/content_types.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy/edit/term','','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','taxonomy_admin_term_edit','a:0:{}','31','5','','admin/content/taxonomy/edit/term','Edit term','t','','4','','','','0','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/captcha/image_captcha/font_preview','','','user_access','a:1:{i:0;s:27:\"administer CAPTCHA settings\";}','image_captcha_font_preview','a:0:{}','31','5','','admin/user/captcha/image_captcha/font_preview','Font example','t','','4','','','','0','sites/all/modules/captcha/image_captcha/image_captcha.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/garland','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:27:\"themes/garland/garland.info\";s:4:\"name\";s:7:\"garland\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:66:\"Tableless, recolorable, multi-column, fluid width theme (default).\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:24:\"themes/garland/script.js\";}s:10:\"screenshot\";s:29:\"themes/garland/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:7:\"garland\";}','31','5','admin/build/themes/settings','admin/build/themes','Garland','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/giordani','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:49:\"sites/all/themes/marinelli/giordani/giordani.info\";s:4:\"name\";s:8:\"giordani\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Giordani\";s:11:\"description\";s:39:\"Marinelli theme with left sidebar first\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"giordani.css\";s:48:\"sites/all/themes/marinelli/giordani/giordani.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/giordani/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/giordani/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"giordani.css\";s:48:\"sites/all/themes/marinelli/giordani/giordani.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:9:\"marinelli\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:8:\"giordani\";}','31','5','admin/build/themes/settings','admin/build/themes','Giordani','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/gnifetti','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:49:\"sites/all/themes/marinelli/gnifetti/gnifetti.info\";s:4:\"name\";s:8:\"gnifetti\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Gnifetti\";s:11:\"description\";s:40:\"Marinelli with both sidebars on the left\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"gnifetti.css\";s:48:\"sites/all/themes/marinelli/gnifetti/gnifetti.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/gnifetti/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/gnifetti/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"gnifetti.css\";s:48:\"sites/all/themes/marinelli/gnifetti/gnifetti.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:9:\"marinelli\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:8:\"gnifetti\";}','31','5','admin/build/themes/settings','admin/build/themes','Gnifetti','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/js','','','user_access','a:1:{i:0;s:17:\"administer blocks\";}','block_admin_display_js','a:0:{}','31','5','','admin/build/block/list/js','JavaScript List Form','t','','4','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/files/manual','','','user_access','a:1:{i:0;s:19:\"access backup files\";}','_backup_migrate_list_files','a:1:{i:0;s:6:\"manual\";}','31','5','admin/content/backup_migrate/files','admin/content/backup_migrate','Manual Backups','t','','136','','','','1','');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/marinelli','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:41:\"sites/all/themes/marinelli/marinelli.info\";s:4:\"name\";s:9:\"marinelli\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:9:\"Marinelli\";s:11:\"description\";s:60:\"A fresh 3-column layout for Drupal. Still usable over 4000m!\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:10:\"layout.css\";s:37:\"sites/all/themes/marinelli/layout.css\";s:12:\"graphics.css\";s:39:\"sites/all/themes/marinelli/graphics.css\";s:14:\"typography.css\";s:41:\"sites/all/themes/marinelli/typography.css\";s:9:\"links.css\";s:36:\"sites/all/themes/marinelli/links.css\";}}s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:36:\"sites/all/themes/marinelli/script.js\";}s:10:\"screenshot\";s:41:\"sites/all/themes/marinelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:10:\"layout.css\";s:37:\"sites/all/themes/marinelli/layout.css\";s:12:\"graphics.css\";s:39:\"sites/all/themes/marinelli/graphics.css\";s:14:\"typography.css\";s:41:\"sites/all/themes/marinelli/typography.css\";s:9:\"links.css\";s:36:\"sites/all/themes/marinelli/links.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:9:\"marinelli\";}','31','5','admin/build/themes/settings','admin/build/themes','Marinelli','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/marvin','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:35:\"themes/chameleon/marvin/marvin.info\";s:4:\"name\";s:6:\"marvin\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:6:\"Marvin\";s:11:\"description\";s:31:\"Boxy tabled theme in all grays.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:9:\"chameleon\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/chameleon/marvin/script.js\";}s:10:\"screenshot\";s:38:\"themes/chameleon/marvin/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:10:\"base_theme\";s:9:\"chameleon\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:6:\"marvin\";}','31','5','admin/build/themes/settings','admin/build/themes','Marvin','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/minnelli','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:37:\"themes/garland/minnelli/minnelli.info\";s:4:\"name\";s:8:\"minnelli\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Minnelli\";s:11:\"description\";s:56:\"Tableless, recolorable, multi-column, fixed width theme.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:7:\"garland\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/garland/minnelli/script.js\";}s:10:\"screenshot\";s:38:\"themes/garland/minnelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:6:\"engine\";s:11:\"phptemplate\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:7:\"garland\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:8:\"minnelli\";}','31','5','admin/build/themes/settings','admin/build/themes','Minnelli','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/pixture_reloaded','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:55:\"sites/all/themes/pixture_reloaded/pixture_reloaded.info\";s:4:\"name\";s:16:\"pixture_reloaded\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"1\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:16:\"Pixture Reloaded\";s:11:\"description\";s:166:\"Recolorable multi-column liquid/fixed layout theme. Original Design by Pixture Studio, Ported to CSS layout by AdaptiveThemes.\";s:7:\"version\";s:7:\"6.x-3.2\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:8:{s:6:\"header\";s:13:\"Header blocks\";s:9:\"superfish\";s:14:\"Superfish menu\";s:11:\"content_top\";s:11:\"Content top\";s:7:\"content\";s:7:\"Content\";s:14:\"content_bottom\";s:14:\"Content bottom\";s:4:\"left\";s:12:\"Sidebar left\";s:5:\"right\";s:13:\"Sidebar right\";s:6:\"footer\";s:6:\"footer\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:10:\"layout.css\";s:44:\"sites/all/themes/pixture_reloaded/layout.css\";s:9:\"style.css\";s:43:\"sites/all/themes/pixture_reloaded/style.css\";}}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:7:\"project\";s:16:\"pixture_reloaded\";s:9:\"datestamp\";s:10:\"1241716288\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/pixture_reloaded/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/pixture_reloaded/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:10:\"layout.css\";s:44:\"sites/all/themes/pixture_reloaded/layout.css\";s:9:\"style.css\";s:43:\"sites/all/themes/pixture_reloaded/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:16:\"pixture_reloaded\";}','31','5','admin/build/themes/settings','admin/build/themes','Pixture Reloaded','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/themes/settings/pushbutton','','','_system_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:33:\"themes/pushbutton/pushbutton.info\";s:4:\"name\";s:10:\"pushbutton\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:10:\"Pushbutton\";s:11:\"description\";s:52:\"Tabled, multi-column theme in blue and orange tones.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/pushbutton/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/pushbutton/script.js\";}s:10:\"screenshot\";s:32:\"themes/pushbutton/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/pushbutton/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','drupal_get_form','a:2:{i:0;s:21:\"system_theme_settings\";i:1;s:10:\"pushbutton\";}','31','5','admin/build/themes/settings','admin/build/themes','Pushbutton','t','','128','','','','0','modules/system/system.admin.inc');INSERT INTO
menu_routerVALUES ('spam/denied/error/%/%','a:2:{i:3;a:1:{s:14:\"spam_hash_load\";a:1:{i:0;i:4;}}i:4;N;}','','1','a:0:{}','spam_denied_in_error_page','a:0:{}','28','5','','spam/denied/error/%/%','Report legitimate content','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/backup_migrate/files/scheduled','','','user_access','a:1:{i:0;s:19:\"access backup files\";}','_backup_migrate_list_files','a:1:{i:0;s:9:\"scheduled\";}','31','5','admin/content/backup_migrate/files','admin/content/backup_migrate','Scheduled Backups','t','','128','','','','2','');INSERT INTO
menu_routerVALUES ('admin/content/spam/feedback/%','a:1:{i:4;s:16:\"spam_number_load\";}','','user_access','a:1:{i:0;s:15:\"administer spam\";}','drupal_get_form','a:2:{i:0;s:24:\"spam_admin_feedback_form\";i:1;i:4;}','30','5','','admin/content/spam/feedback/%','View feedback','t','','4','','','','2','');INSERT INTO
menu_routerVALUES ('admin/settings/imageapi/config/imageapi_gd','','','user_access','a:1:{i:0;s:19:\"administer imageapi\";}','drupal_get_form','a:1:{i:0;s:25:\"imageapi_gd_settings_form\";}','31','5','admin/settings/imageapi/config','admin/settings/imageapi','@name','t','a:1:{s:5:\"@name\";s:12:\"ImageAPI GD2\";}','136','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/block/list/abarre','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:35:\"sites/all/themes/abarre/abarre.info\";s:4:\"name\";s:6:\"abarre\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:6:\"Abarre\";s:11:\"description\";s:20:\"A bar to rule it all\";s:10:\"screenshot\";s:38:\"sites/all/themes/abarre/screenshot.png\";s:7:\"version\";s:7:\"6.x-1.0\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:3:{s:12:\"sidebar_left\";s:12:\"Left sidebar\";s:7:\"content\";s:7:\"Content\";s:11:\"content_top\";s:11:\"Content Top\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"sites/all/themes/abarre/style.css\";}}s:3:\"php\";s:5:\"4.3.3\";s:7:\"project\";s:6:\"abarre\";s:9:\"datestamp\";s:10:\"1219523403\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"sites/all/themes/abarre/script.js\";}}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"sites/all/themes/abarre/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','block_admin_display','a:1:{i:0;s:6:\"abarre\";}','31','5','admin/build/block/list','admin/build/block','Abarre','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu-customize/%/add','a:1:{i:3;s:9:\"menu_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:4:{i:0;s:14:\"menu_edit_item\";i:1;s:3:\"add\";i:2;N;i:3;i:3;}','29','5','admin/build/menu-customize/%','admin/build/menu-customize/%','Add item','t','','128','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/alagna','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:45:\"sites/all/themes/marinelli/alagna/alagna.info\";s:4:\"name\";s:6:\"alagna\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:6:\"Alagna\";s:11:\"description\";s:36:\"Marinelli theme alternative graphics\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:12:\"graphics.css\";s:46:\"sites/all/themes/marinelli/alagna/graphics.css\";s:14:\"typography.css\";s:48:\"sites/all/themes/marinelli/alagna/typography.css\";s:9:\"links.css\";s:43:\"sites/all/themes/marinelli/alagna/links.css\";s:10:\"layout.css\";s:44:\"sites/all/themes/marinelli/alagna/layout.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/marinelli/alagna/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/marinelli/alagna/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:12:\"graphics.css\";s:46:\"sites/all/themes/marinelli/alagna/graphics.css\";s:14:\"typography.css\";s:48:\"sites/all/themes/marinelli/alagna/typography.css\";s:9:\"links.css\";s:43:\"sites/all/themes/marinelli/alagna/links.css\";s:10:\"layout.css\";s:44:\"sites/all/themes/marinelli/alagna/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:9:\"marinelli\";}}','block_admin_display','a:1:{i:0;s:6:\"alagna\";}','31','5','admin/build/block/list','admin/build/block','Alagna','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/bluemarine','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:33:\"themes/bluemarine/bluemarine.info\";s:4:\"name\";s:10:\"bluemarine\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:10:\"Bluemarine\";s:11:\"description\";s:66:\"Table-based multi-column theme with a marine and ash color scheme.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/bluemarine/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/bluemarine/script.js\";}s:10:\"screenshot\";s:32:\"themes/bluemarine/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/bluemarine/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','block_admin_display','a:1:{i:0;s:10:\"bluemarine\";}','31','5','admin/build/block/list','admin/build/block','Bluemarine','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/captcha/captcha/captcha_point','','','user_access','a:1:{i:0;s:27:\"administer CAPTCHA settings\";}','captcha_point_admin','a:2:{i:0;i:5;i:1;i:6;}','31','5','','admin/user/captcha/captcha/captcha_point','CAPTCHA point administration','t','','4','','','','0','sites/all/modules/captcha/captcha.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/chameleon','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":11:{s:8:\"filename\";s:31:\"themes/chameleon/chameleon.info\";s:4:\"name\";s:9:\"chameleon\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:32:\"themes/chameleon/chameleon.theme\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:9:\"Chameleon\";s:11:\"description\";s:42:\"Minimalist tabled theme with light colors.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:8:\"features\";a:4:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:26:\"themes/chameleon/script.js\";}s:10:\"screenshot\";s:31:\"themes/chameleon/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}}}','block_admin_display','a:1:{i:0;s:9:\"chameleon\";}','31','5','admin/build/block/list','admin/build/block','Chameleon','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/mollom/manage/%','a:1:{i:4;s:16:\"mollom_form_load\";}','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','drupal_get_form','a:2:{i:0;s:27:\"mollom_admin_configure_form\";i:1;i:4;}','30','5','','admin/settings/mollom/manage/%','Configure','t','','6','','','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/filters/%/configure','a:1:{i:3;s:18:\"filter_format_load\";}','','user_access','a:1:{i:0;s:18:\"administer filters\";}','filter_admin_configure_page','a:1:{i:0;i:3;}','29','5','admin/settings/filters/%','admin/settings/filters/%','Configure','t','','128','','','','1','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/spam/filters/custom','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','drupal_get_form','a:1:{i:0;s:21:\"custom_admin_settings\";}','31','5','admin/settings/spam/filters','admin/settings/spam','Custom','t','','128','','Configure the custom spam filter module.','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/mollom/blacklist/delete','','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','drupal_get_form','a:3:{i:0;s:29:\"mollom_admin_blacklist_delete\";i:1;i:5;i:2;i:6;}','31','5','','admin/settings/mollom/blacklist/delete','Delete','t','','4','','','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/actions/delete/%','a:1:{i:4;s:12:\"actions_load\";}','','user_access','a:1:{i:0;s:18:\"administer actions\";}','drupal_get_form','a:2:{i:0;s:26:\"system_actions_delete_form\";i:1;i:4;}','30','5','','admin/settings/actions/delete/%','Delete action','t','','4','','Delete an action.','','0','');INSERT INTO
menu_routerVALUES ('admin/build/contact/delete/%','a:1:{i:4;s:12:\"contact_load\";}','','user_access','a:1:{i:0;s:33:\"administer site-wide contact form\";}','drupal_get_form','a:2:{i:0;s:20:\"contact_admin_delete\";i:1;i:4;}','30','5','','admin/build/contact/delete/%','Delete contact','t','','4','','','','0','modules/contact/contact.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu-customize/%/delete','a:1:{i:3;s:9:\"menu_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','menu_delete_menu_page','a:1:{i:0;i:3;}','29','5','','admin/build/menu-customize/%/delete','Delete menu','t','','4','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/google_website_optimizer/delete/%','a:1:{i:4;N;}','','user_access','a:1:{i:0;s:35:\"administer google_website_optimizer\";}','drupal_get_form','a:2:{i:0;s:39:\"google_website_optimizer_delete_confirm\";i:1;i:4;}','30','5','','admin/settings/google_website_optimizer/delete/%','Delete test','t','','6','','','','0','sites/all/modules/google_website_optimizer/google_website_optimizer.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/display','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:29:\"content_display_overview_form\";i:1;s:4:\"page\";}','31','5','admin/content/node-type/page','admin/content/node-type/page','Display fields','t','','128','','','','2','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/display','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"photo\";}','31','5','admin/content/node-type/photo','admin/content/node-type/photo','Display fields','t','','128','','','','2','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/display','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"story\";}','31','5','admin/content/node-type/story','admin/content/node-type/story','Display fields','t','','128','','','','2','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/spam/filters/duplicate','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','drupal_get_form','a:1:{i:0;s:24:\"duplicate_admin_settings\";}','31','5','admin/settings/spam/filters','admin/settings/spam','Duplicate','t','','128','','Configure the spam duplicate filter.','','0','');INSERT INTO
menu_routerVALUES ('admin/build/contact/edit/%','a:1:{i:4;s:12:\"contact_load\";}','','user_access','a:1:{i:0;s:33:\"administer site-wide contact form\";}','drupal_get_form','a:3:{i:0;s:18:\"contact_admin_edit\";i:1;i:3;i:2;i:4;}','30','5','','admin/build/contact/edit/%','Edit contact category','t','','4','','','','0','modules/contact/contact.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu-customize/%/edit','a:1:{i:3;s:9:\"menu_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:3:{i:0;s:14:\"menu_edit_menu\";i:1;s:4:\"edit\";i:2;i:3;}','29','5','admin/build/menu-customize/%','admin/build/menu-customize/%','Edit menu','t','','128','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/google_website_optimizer/edit/%','a:1:{i:4;N;}','','user_access','a:1:{i:0;s:35:\"administer google_website_optimizer\";}','drupal_get_form','a:2:{i:0;s:35:\"google_website_optimizer_admin_form\";i:1;i:4;}','30','5','','admin/settings/google_website_optimizer/edit/%','Edit test','t','','6','','','','0','sites/all/modules/google_website_optimizer/google_website_optimizer.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/errorpage_403','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:3:{i:0;s:19:\"nodewords_tags_form\";i:1;s:1:\"2\";i:2;s:3:\"403\";}','31','5','admin/content/nodewords/meta-tags','admin/content/nodewords','Error 403 page','t','','128','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/errorpage_404','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:3:{i:0;s:19:\"nodewords_tags_form\";i:1;s:1:\"2\";i:2;s:3:\"404\";}','31','5','admin/content/nodewords/meta-tags','admin/content/nodewords','Error 404 page','t','','128','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/frontpage','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:2:{i:0;s:19:\"nodewords_tags_form\";i:1;s:1:\"3\";}','31','5','admin/content/nodewords/meta-tags','admin/content/nodewords','Front page','t','','128','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/garland','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:27:\"themes/garland/garland.info\";s:4:\"name\";s:7:\"garland\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:66:\"Tableless, recolorable, multi-column, fluid width theme (default).\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:24:\"themes/garland/script.js\";}s:10:\"screenshot\";s:29:\"themes/garland/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','block_admin_display','a:1:{i:0;s:7:\"garland\";}','31','5','admin/build/block/list','admin/build/block','Garland','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/giordani','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:49:\"sites/all/themes/marinelli/giordani/giordani.info\";s:4:\"name\";s:8:\"giordani\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Giordani\";s:11:\"description\";s:39:\"Marinelli theme with left sidebar first\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"giordani.css\";s:48:\"sites/all/themes/marinelli/giordani/giordani.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/giordani/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/giordani/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"giordani.css\";s:48:\"sites/all/themes/marinelli/giordani/giordani.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:9:\"marinelli\";}}','block_admin_display','a:1:{i:0;s:8:\"giordani\";}','31','5','admin/build/block/list','admin/build/block','Giordani','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/gnifetti','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:49:\"sites/all/themes/marinelli/gnifetti/gnifetti.info\";s:4:\"name\";s:8:\"gnifetti\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Gnifetti\";s:11:\"description\";s:40:\"Marinelli with both sidebars on the left\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"gnifetti.css\";s:48:\"sites/all/themes/marinelli/gnifetti/gnifetti.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/gnifetti/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/gnifetti/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"gnifetti.css\";s:48:\"sites/all/themes/marinelli/gnifetti/gnifetti.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:9:\"marinelli\";}}','block_admin_display','a:1:{i:0;s:8:\"gnifetti\";}','31','5','admin/build/block/list','admin/build/block','Gnifetti','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/fields','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:27:\"content_field_overview_form\";i:1;s:4:\"page\";}','31','5','admin/content/node-type/page','admin/content/node-type/page','Manage fields','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/fields','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:27:\"content_field_overview_form\";i:1;s:5:\"photo\";}','31','5','admin/content/node-type/photo','admin/content/node-type/photo','Manage fields','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/fields','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:2:{i:0;s:27:\"content_field_overview_form\";i:1;s:5:\"story\";}','31','5','admin/content/node-type/story','admin/content/node-type/story','Manage fields','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/marinelli','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:41:\"sites/all/themes/marinelli/marinelli.info\";s:4:\"name\";s:9:\"marinelli\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:9:\"Marinelli\";s:11:\"description\";s:60:\"A fresh 3-column layout for Drupal. Still usable over 4000m!\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:10:\"layout.css\";s:37:\"sites/all/themes/marinelli/layout.css\";s:12:\"graphics.css\";s:39:\"sites/all/themes/marinelli/graphics.css\";s:14:\"typography.css\";s:41:\"sites/all/themes/marinelli/typography.css\";s:9:\"links.css\";s:36:\"sites/all/themes/marinelli/links.css\";}}s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:36:\"sites/all/themes/marinelli/script.js\";}s:10:\"screenshot\";s:41:\"sites/all/themes/marinelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:10:\"layout.css\";s:37:\"sites/all/themes/marinelli/layout.css\";s:12:\"graphics.css\";s:39:\"sites/all/themes/marinelli/graphics.css\";s:14:\"typography.css\";s:41:\"sites/all/themes/marinelli/typography.css\";s:9:\"links.css\";s:36:\"sites/all/themes/marinelli/links.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','block_admin_display','a:1:{i:0;s:9:\"marinelli\";}','31','5','admin/build/block/list','admin/build/block','Marinelli','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/minnelli','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":13:{s:8:\"filename\";s:37:\"themes/garland/minnelli/minnelli.info\";s:4:\"name\";s:8:\"minnelli\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Minnelli\";s:11:\"description\";s:56:\"Tableless, recolorable, multi-column, fixed width theme.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:7:\"garland\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/garland/minnelli/script.js\";}s:10:\"screenshot\";s:38:\"themes/garland/minnelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:6:\"engine\";s:11:\"phptemplate\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:10:\"base_theme\";s:7:\"garland\";}}','block_admin_display','a:1:{i:0;s:8:\"minnelli\";}','31','5','admin/build/block/list','admin/build/block','Minnelli','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('filefield/ahah/%/%/%','a:3:{i:2;N;i:3;N;i:4;N;}','','filefield_edit_access','a:1:{i:0;i:3;}','filefield_js','a:3:{i:0;i:2;i:1;i:3;i:2;i:4;}','24','5','','filefield/ahah/%/%/%','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/block/list/marvin','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:35:\"themes/chameleon/marvin/marvin.info\";s:4:\"name\";s:6:\"marvin\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:6:\"Marvin\";s:11:\"description\";s:31:\"Boxy tabled theme in all grays.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:9:\"chameleon\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/chameleon/marvin/script.js\";}s:10:\"screenshot\";s:38:\"themes/chameleon/marvin/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:10:\"base_theme\";s:9:\"chameleon\";}}','block_admin_display','a:1:{i:0;s:6:\"marvin\";}','31','5','admin/build/block/list','admin/build/block','Marvin','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/other','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:1:{i:0;s:24:\"nodewords_pages_overview\";}','31','5','admin/content/nodewords/meta-tags','admin/content/nodewords','Other pages','t','','128','','','','5','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/pixture_reloaded','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:55:\"sites/all/themes/pixture_reloaded/pixture_reloaded.info\";s:4:\"name\";s:16:\"pixture_reloaded\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"1\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:16:\"Pixture Reloaded\";s:11:\"description\";s:166:\"Recolorable multi-column liquid/fixed layout theme. Original Design by Pixture Studio, Ported to CSS layout by AdaptiveThemes.\";s:7:\"version\";s:7:\"6.x-3.2\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:8:{s:6:\"header\";s:13:\"Header blocks\";s:9:\"superfish\";s:14:\"Superfish menu\";s:11:\"content_top\";s:11:\"Content top\";s:7:\"content\";s:7:\"Content\";s:14:\"content_bottom\";s:14:\"Content bottom\";s:4:\"left\";s:12:\"Sidebar left\";s:5:\"right\";s:13:\"Sidebar right\";s:6:\"footer\";s:6:\"footer\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:10:\"layout.css\";s:44:\"sites/all/themes/pixture_reloaded/layout.css\";s:9:\"style.css\";s:43:\"sites/all/themes/pixture_reloaded/style.css\";}}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:7:\"project\";s:16:\"pixture_reloaded\";s:9:\"datestamp\";s:10:\"1241716288\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/pixture_reloaded/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/pixture_reloaded/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:10:\"layout.css\";s:44:\"sites/all/themes/pixture_reloaded/layout.css\";s:9:\"style.css\";s:43:\"sites/all/themes/pixture_reloaded/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','block_admin_display','a:1:{i:0;s:16:\"pixture_reloaded\";}','31','5','admin/build/block/list','admin/build/block','Pixture Reloaded','t','','136','','','','-10','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/filters/%/order','a:1:{i:3;s:18:\"filter_format_load\";}','','user_access','a:1:{i:0;s:18:\"administer filters\";}','filter_admin_order_page','a:1:{i:0;i:3;}','29','5','admin/settings/filters/%','admin/settings/filters/%','Rearrange','t','','128','','','','2','modules/filter/filter.admin.inc');INSERT INTO
menu_routerVALUES ('user/reset/%/%/%','a:3:{i:2;N;i:3;N;i:4;N;}','','1','a:0:{}','drupal_get_form','a:4:{i:0;s:15:\"user_pass_reset\";i:1;i:2;i:2;i:3;i:3;i:4;}','24','5','','user/reset/%/%/%','Reset password','t','','4','','','','0','modules/user/user.pages.inc');INSERT INTO
menu_routerVALUES ('admin/views/ajax/autocomplete/user','','','user_access','a:1:{i:0;s:14:\"access content\";}','views_ajax_autocomplete_user','a:0:{}','31','5','','admin/views/ajax/autocomplete/user','','t','','4','','','','0','sites/all/modules/views/includes/ajax.inc');INSERT INTO
menu_routerVALUES ('admin/build/block/list/pushbutton','','','_block_themes_access','a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:33:\"themes/pushbutton/pushbutton.info\";s:4:\"name\";s:10:\"pushbutton\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:8:\"throttle\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:10:\"Pushbutton\";s:11:\"description\";s:52:\"Tabled, multi-column theme in blue and orange tones.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/pushbutton/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/pushbutton/script.js\";}s:10:\"screenshot\";s:32:\"themes/pushbutton/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/pushbutton/style.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}','block_admin_display','a:1:{i:0;s:10:\"pushbutton\";}','31','5','admin/build/block/list','admin/build/block','Pushbutton','t','','128','','','','0','modules/block/block.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/tracker','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:2:{i:0;s:19:\"nodewords_tags_form\";i:1;s:1:\"7\";}','31','5','admin/content/nodewords/meta-tags','admin/content/nodewords','Tracker pages','t','','128','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/mollom/unprotect/%','a:1:{i:4;s:16:\"mollom_form_load\";}','','user_access','a:1:{i:0;s:17:\"administer mollom\";}','drupal_get_form','a:2:{i:0;s:27:\"mollom_admin_unprotect_form\";i:1;i:4;}','30','5','','admin/settings/mollom/unprotect/%','Unprotect form','t','','4','','','','0','sites/all/modules/mollom/mollom.admin.inc');INSERT INTO
menu_routerVALUES ('admin/views/ajax/autocomplete/tag','','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_autocomplete_tag','a:0:{}','31','5','','admin/views/ajax/autocomplete/tag','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/path-redirect/delete/%','a:1:{i:4;s:18:\"path_redirect_load\";}','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','drupal_get_form','a:2:{i:0;s:25:\"path_redirect_delete_form\";i:1;i:4;}','30','5','','admin/build/path-redirect/delete/%','Delete redirect','t','','4','','Delete an existing URL redirect.','','0','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/path-redirect/edit/%','a:1:{i:4;s:18:\"path_redirect_load\";}','','user_access','a:1:{i:0;s:20:\"administer redirects\";}','drupal_get_form','a:2:{i:0;s:23:\"path_redirect_edit_form\";i:1;i:4;}','30','5','','admin/build/path-redirect/edit/%','Edit redirect','t','','4','','Edit an existing URL redirect.','','0','sites/all/modules/path_redirect/path_redirect.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/export/%','a:1:{i:4;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','drupal_get_form','a:2:{i:0;s:20:\"views_ui_export_page\";i:1;i:4;}','30','5','','admin/build/views/export/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/clone/%','a:1:{i:4;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_clone_page','a:1:{i:0;i:4;}','30','5','','admin/build/views/clone/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/enable/%','a:1:{i:4;s:21:\"views_ui_default_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_enable_page','a:1:{i:0;i:4;}','30','5','','admin/build/views/enable/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy/add/vocabulary','','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','drupal_get_form','a:1:{i:0;s:24:\"taxonomy_form_vocabulary\";}','31','5','admin/content/taxonomy','admin/content/taxonomy','Add vocabulary','t','','128','','','','0','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/break-lock/%','a:1:{i:4;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','drupal_get_form','a:2:{i:0;s:27:\"views_ui_break_lock_confirm\";i:1;i:4;}','30','5','','admin/build/views/break-lock/%','Delete view','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/disable/%','a:1:{i:4;s:21:\"views_ui_default_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_disable_page','a:1:{i:0;i:4;}','30','5','','admin/build/views/disable/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/tools/basic','','','user_access','a:1:{i:0;s:16:\"administer views\";}','drupal_get_form','a:1:{i:0;s:20:\"views_ui_admin_tools\";}','31','5','admin/build/views/tools','admin/build/views','Basic','t','','136','','','','-10','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/delete/%','a:1:{i:4;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','drupal_get_form','a:2:{i:0;s:23:\"views_ui_delete_confirm\";i:1;i:4;}','30','5','','admin/build/views/delete/%','Delete view','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/edit/%','a:1:{i:4;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_edit_page','a:1:{i:0;i:4;}','30','5','admin/build/views','admin/build/views','Edit','t','','128','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/user/captcha/captcha/examples','','','user_access','a:1:{i:0;s:27:\"administer CAPTCHA settings\";}','drupal_get_form','a:3:{i:0;s:16:\"captcha_examples\";i:1;i:5;i:2;i:6;}','31','5','admin/user/captcha/captcha','admin/user/captcha','Examples','t','','128','','An overview of the available challenge types with examples.','','5','sites/all/modules/captcha/captcha.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/tools/convert','','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_admin_convert','a:0:{}','31','5','admin/build/views/tools','admin/build/views','Convert','t','','128','','Convert stored Views 1 views.','','1','sites/all/modules/views/includes/convert.inc');INSERT INTO
menu_routerVALUES ('node/%/revisions/%/view','a:2:{i:1;a:1:{s:9:\"node_load\";a:1:{i:0;i:3;}}i:3;N;}','','_node_revision_access','a:1:{i:0;i:1;}','node_show','a:3:{i:0;i:1;i:1;N;i:2;b:1;}','21','5','','node/%/revisions/%/view','Revisions','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%/delete','a:1:{i:3;s:25:\"imagecache_ui_preset_load\";}','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','drupal_get_form','a:2:{i:0;s:32:\"imagecache_ui_preset_delete_form\";i:1;i:3;}','29','5','','admin/build/imagecache/%/delete','','imagecache_preset_title_callback','a:2:{i:0;s:26:\"Delete preset: !presetname\";i:1;i:3;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%/export','a:1:{i:3;s:25:\"imagecache_ui_preset_load\";}','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','drupal_get_form','a:2:{i:0;s:32:\"imagecache_ui_preset_export_form\";i:1;i:3;}','29','5','','admin/build/imagecache/%/export','','imagecache_preset_title_callback','a:2:{i:0;s:26:\"Export preset: !presetname\";i:1;i:3;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%/flush','a:1:{i:3;s:25:\"imagecache_ui_preset_load\";}','','user_access','a:1:{i:0;s:16:\"flush imagecache\";}','drupal_get_form','a:2:{i:0;s:31:\"imagecache_ui_preset_flush_form\";i:1;i:3;}','29','5','','admin/build/imagecache/%/flush','','imagecache_preset_title_callback','a:2:{i:0;s:25:\"Flush preset: !presetname\";i:1;i:3;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%/override','a:1:{i:3;s:25:\"imagecache_ui_preset_load\";}','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','drupal_get_form','a:3:{i:0;s:25:\"imagecache_ui_preset_form\";i:1;i:3;i:2;b:1;}','29','5','','admin/build/imagecache/%/override','','imagecache_preset_title_callback','a:2:{i:0;s:28:\"Override preset: !presetname\";i:1;i:3;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%/%','a:2:{i:3;s:25:\"imagecache_ui_preset_load\";i:4;s:22:\"imagecache_action_load\";}','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','drupal_get_form','a:3:{i:0;s:25:\"imagecache_ui_action_form\";i:1;i:3;i:2;i:4;}','28','5','','admin/build/imagecache/%/%','','imagecache_preset_title_callback','a:3:{i:0;s:30:\"!action for preset !presetname\";i:1;i:3;i:2;i:4;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('node/%/revisions/%/delete','a:2:{i:1;a:1:{s:9:\"node_load\";a:1:{i:0;i:3;}}i:3;N;}','','_node_revision_access','a:2:{i:0;i:1;i:1;s:6:\"delete\";}','drupal_get_form','a:2:{i:0;s:28:\"node_revision_delete_confirm\";i:1;i:1;}','21','5','','node/%/revisions/%/delete','Delete earlier revision','t','','4','','','','0','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('node/%/revisions/%/revert','a:2:{i:1;a:1:{s:9:\"node_load\";a:1:{i:0;i:3;}}i:3;N;}','','_node_revision_access','a:2:{i:0;i:1;i:1;s:6:\"update\";}','drupal_get_form','a:2:{i:0;s:28:\"node_revision_revert_confirm\";i:1;i:1;}','21','5','','node/%/revisions/%/revert','Revert to earlier revision','t','','4','','','','0','modules/node/node.pages.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/display/basic','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:4:\"page\";i:2;s:5:\"basic\";}','63','6','admin/content/node-type/page/display','admin/content/node-type/page','Basic','t','','136','','','','0','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/display/basic','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"photo\";i:2;s:5:\"basic\";}','63','6','admin/content/node-type/photo/display','admin/content/node-type/photo','Basic','t','','136','','','','0','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/display/basic','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"story\";i:2;s:5:\"basic\";}','63','6','admin/content/node-type/story/display','admin/content/node-type/story','Basic','t','','136','','','','0','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/display/rss','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:4:\"page\";i:2;s:3:\"rss\";}','63','6','admin/content/node-type/page/display','admin/content/node-type/page','RSS','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/display/rss','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"photo\";i:2;s:3:\"rss\";}','63','6','admin/content/node-type/photo/display','admin/content/node-type/photo','RSS','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/display/search','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:4:\"page\";i:2;s:6:\"search\";}','63','6','admin/content/node-type/page/display','admin/content/node-type/page','Search','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/tools/export/results','','','user_access','a:1:{i:0;s:18:\"use views exporter\";}','views_export_export','a:0:{}','63','6','','admin/build/views/tools/export/results','','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/display/rss','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"story\";i:2;s:3:\"rss\";}','63','6','admin/content/node-type/story/display','admin/content/node-type/story','RSS','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/display/search','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"photo\";i:2;s:6:\"search\";}','63','6','admin/content/node-type/photo/display','admin/content/node-type/photo','Search','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/display/search','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"story\";i:2;s:6:\"search\";}','63','6','admin/content/node-type/story/display','admin/content/node-type/story','Search','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/display/token','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:4:\"page\";i:2;s:5:\"token\";}','63','6','admin/content/node-type/page/display','admin/content/node-type/page','Token','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/display/token','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"photo\";i:2;s:5:\"token\";}','63','6','admin/content/node-type/photo/display','admin/content/node-type/photo','Token','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/display/token','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"story\";i:2;s:5:\"token\";}','63','6','admin/content/node-type/story/display','admin/content/node-type/story','Token','t','','128','','','','1','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/groups/%','a:1:{i:5;N;}','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:26:\"fieldgroup_group_edit_form\";i:1;s:4:\"page\";i:2;i:5;}','62','6','','admin/content/node-type/page/groups/%','Edit group','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/groups/%','a:1:{i:5;N;}','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:26:\"fieldgroup_group_edit_form\";i:1;s:5:\"photo\";i:2;i:5;}','62','6','','admin/content/node-type/photo/groups/%','Edit group','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/groups/%','a:1:{i:5;N;}','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:26:\"fieldgroup_group_edit_form\";i:1;s:5:\"story\";i:2;i:5;}','62','6','','admin/content/node-type/story/groups/%','Edit group','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/other/add','','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:1:{i:0;s:20:\"nodewords_pages_edit\";}','63','6','','admin/content/nodewords/meta-tags/other/add','Add page meta tags','t','','4','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/spam/filters/custom/create','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','drupal_get_form','a:1:{i:0;s:19:\"custom_admin_filter\";}','63','6','admin/settings/spam/filters/custom','admin/settings/spam','Create','t','','128','','Create a custom spam filter.','','0','');INSERT INTO
menu_routerVALUES ('admin/build/menu/item/%/delete','a:1:{i:4;s:14:\"menu_link_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','menu_item_delete_page','a:1:{i:0;i:4;}','61','6','','admin/build/menu/item/%/delete','Delete menu item','t','','4','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu/item/%/edit','a:1:{i:4;s:14:\"menu_link_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:4:{i:0;s:14:\"menu_edit_item\";i:1;s:4:\"edit\";i:2;i:4;i:3;N;}','61','6','','admin/build/menu/item/%/edit','Edit menu item','t','','4','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy/edit/vocabulary/%','a:1:{i:5;s:24:\"taxonomy_vocabulary_load\";}','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','taxonomy_admin_vocabulary_edit','a:1:{i:0;i:5;}','62','6','','admin/content/taxonomy/edit/vocabulary/%','Edit vocabulary','t','','4','','','','0','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/spam/filters/custom/list','','','user_access','a:1:{i:0;s:15:\"administer spam\";}','drupal_get_form','a:1:{i:0;s:21:\"custom_admin_settings\";}','63','6','admin/settings/spam/filters/custom','admin/settings/spam','List','t','','136','','Configure the custom spam filter module.','','0','');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/fields/field_photo','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:23:\"content_field_edit_form\";i:1;s:5:\"photo\";i:2;s:11:\"field_photo\";}','63','6','admin/content/node-type/photo/fields','admin/content/node-type/photo','Photo','t','','128','','','','0','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/menu/item/%/reset','a:1:{i:4;s:14:\"menu_link_load\";}','','user_access','a:1:{i:0;s:15:\"administer menu\";}','drupal_get_form','a:2:{i:0;s:23:\"menu_reset_item_confirm\";i:1;i:4;}','61','6','','admin/build/menu/item/%/reset','Reset menu item','t','','4','','','','0','modules/menu/menu.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/%/add-display/%','a:2:{i:3;s:16:\"views_ui_js_load\";i:5;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_add_display','a:2:{i:0;i:3;i:1;i:5;}','58','6','','admin/build/views/%/add-display/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/%/%/%','a:3:{i:3;s:16:\"views_ui_js_load\";i:4;N;i:5;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_ajax_form','a:3:{i:0;i:3;i:1;i:4;i:2;i:5;}','56','6','','admin/build/views/%/%/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/%/analyze/%','a:2:{i:3;s:16:\"views_ui_js_load\";i:5;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_analyze_view','a:2:{i:0;i:3;i:1;i:5;}','58','6','','admin/build/views/%/analyze/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/%/details/%','a:2:{i:3;s:16:\"views_ui_js_load\";i:5;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_edit_details','a:2:{i:0;i:3;i:1;i:5;}','58','6','','admin/build/views/%/details/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/views/%/preview/%','a:2:{i:3;s:16:\"views_ui_js_load\";i:5;s:19:\"views_ui_cache_load\";}','','user_access','a:1:{i:0;s:16:\"administer views\";}','views_ui_preview','a:2:{i:0;i:3;i:1;i:5;}','58','6','','admin/build/views/%/preview/%','','t','','4','','','','0','sites/all/modules/views/includes/admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/taxonomy/%/add/term','a:1:{i:3;s:24:\"taxonomy_vocabulary_load\";}','','user_access','a:1:{i:0;s:19:\"administer taxonomy\";}','taxonomy_add_term_page','a:1:{i:0;i:3;}','59','6','admin/content/taxonomy/%','admin/content/taxonomy/%','Add term','t','','128','','','','0','modules/taxonomy/taxonomy.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/wysiwyg/profile/%/edit','a:1:{i:4;s:20:\"wysiwyg_profile_load\";}','','user_access','a:1:{i:0;s:18:\"administer filters\";}','drupal_get_form','a:2:{i:0;s:20:\"wysiwyg_profile_form\";i:1;i:4;}','61','6','admin/settings/wysiwyg/profile/%wysiwyg_profile','admin/settings/wysiwyg/profile','Edit','t','','128','','','','0','sites/all/modules/wysiwyg/wysiwyg.admin.inc');INSERT INTO
menu_routerVALUES ('admin/settings/wysiwyg/profile/%/delete','a:1:{i:4;s:20:\"wysiwyg_profile_load\";}','','user_access','a:1:{i:0;s:18:\"administer filters\";}','drupal_get_form','a:2:{i:0;s:30:\"wysiwyg_profile_delete_confirm\";i:1;i:4;}','61','6','admin/settings/wysiwyg/profile/%wysiwyg_profile','admin/settings/wysiwyg/profile','Remove','t','','128','','','','10','sites/all/modules/wysiwyg/wysiwyg.admin.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%/add/%','a:2:{i:3;s:25:\"imagecache_ui_preset_load\";i:5;N;}','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','imagecache_ui_action_add_page','a:2:{i:0;i:3;i:1;i:5;}','58','6','','admin/build/imagecache/%/add/%','','imagecache_preset_title_callback','a:3:{i:0;s:30:\"Add !actionname to !presetname\";i:1;i:3;i:2;i:5;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/build/imagecache/%/%/delete','a:2:{i:3;s:25:\"imagecache_ui_preset_load\";i:4;s:22:\"imagecache_action_load\";}','','user_access','a:1:{i:0;s:21:\"administer imagecache\";}','drupal_get_form','a:3:{i:0;s:32:\"imagecache_ui_action_delete_form\";i:1;i:3;i:2;i:4;}','57','6','','admin/build/imagecache/%/%/delete','','imagecache_preset_title_callback','a:3:{i:0;s:37:\"Delete !action for preset !presetname\";i:1;i:3;i:2;i:4;}','4','','','','0','sites/all/modules/imagecache/imagecache_ui.pages.inc');INSERT INTO
menu_routerVALUES ('admin/content/node-type/page/groups/%/remove','a:1:{i:5;N;}','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:23:\"fieldgroup_remove_group\";i:1;s:4:\"page\";i:2;i:5;}','125','7','','admin/content/node-type/page/groups/%/remove','Edit group','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/groups/%/remove','a:1:{i:5;N;}','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:23:\"fieldgroup_remove_group\";i:1;s:5:\"photo\";i:2;i:5;}','125','7','','admin/content/node-type/photo/groups/%/remove','Edit group','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/content/node-type/story/groups/%/remove','a:1:{i:5;N;}','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:23:\"fieldgroup_remove_group\";i:1;s:5:\"story\";i:2;i:5;}','125','7','','admin/content/node-type/story/groups/%/remove','Edit group','t','','4','','','','0','');INSERT INTO
menu_routerVALUES ('admin/settings/spam/filters/custom/%/edit','a:1:{i:5;N;}','','user_access','a:1:{i:0;s:15:\"administer spam\";}','drupal_get_form','a:2:{i:0;s:19:\"custom_admin_filter\";i:1;i:5;}','125','7','admin/settings/spam/filters/custom','admin/settings/spam','Create','t','','128','','Edit a custom spam filter.','','0','');INSERT INTO
menu_routerVALUES ('admin/content/node-type/photo/fields/field_photo/remove','','','user_access','a:1:{i:0;s:24:\"administer content types\";}','drupal_get_form','a:3:{i:0;s:25:\"content_field_remove_form\";i:1;s:5:\"photo\";i:2;s:11:\"field_photo\";}','127','7','','admin/content/node-type/photo/fields/field_photo/remove','Remove field','t','','4','','','','0','sites/all/modules/cck/includes/content.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/other/delete/%','a:1:{i:6;s:19:\"nodewords_page_load\";}','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:2:{i:0;s:30:\"nodewords_pages_confirm_delete\";i:1;i:6;}','126','7','','admin/content/nodewords/meta-tags/other/delete/%','Delete page meta tags','t','','4','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');INSERT INTO
menu_routerVALUES ('admin/content/nodewords/meta-tags/other/edit/%','a:1:{i:6;s:19:\"nodewords_page_load\";}','','user_access','a:1:{i:0;s:20:\"administer meta tags\";}','drupal_get_form','a:2:{i:0;s:20:\"nodewords_pages_edit\";i:1;i:6;}','126','7','','admin/content/nodewords/meta-tags/other/edit/%','Edit page meta tags','t','','4','','','','0','sites/all/modules/nodewords/nodewords.admin.inc');DROP TABLE IF EXISTS
mollom;CREATE TABLE
mollom(didvarchar(32) NOT NULL default '',sessionvarchar(255) NOT NULL default '',qualityvarchar(255) NOT NULL default '',reputationvarchar(255) NOT NULL default '',languagesvarchar(255) NOT NULL default '',entityvarchar(32) NOT NULL default '', PRIMARY KEY (entity,did), KEYsession(session) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
mollom_form;CREATE TABLE
mollom_form(form_idvarchar(255) NOT NULL default '',modetinyint(4) NOT NULL default '0',enabled_fieldstext,modulevarchar(255) NOT NULL default '', PRIMARY KEY (form_id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
node;CREATE TABLE
node(nidint(10) unsigned NOT NULL auto_increment,vidint(10) unsigned NOT NULL default '0',typevarchar(32) NOT NULL default '',languagevarchar(12) NOT NULL default '',titlevarchar(255) NOT NULL default '',uidint(11) NOT NULL default '0',statusint(11) NOT NULL default '1',createdint(11) NOT NULL default '0',changedint(11) NOT NULL default '0',commentint(11) NOT NULL default '0',promoteint(11) NOT NULL default '0',moderateint(11) NOT NULL default '0',stickyint(11) NOT NULL default '0',tnidint(10) unsigned NOT NULL default '0',translateint(11) NOT NULL default '0', PRIMARY KEY (nid), UNIQUE KEYvid(vid), KEYnode_changed(changed), KEYnode_created(created), KEYnode_moderate(moderate), KEYnode_promote_status(promote,status), KEYnode_status_type(status,type,nid), KEYnode_title_type(title,type(4)), KEYnode_type(type(4)), KEYuid(uid), KEYtnid(tnid), KEYtranslate(translate) ) ENGINE=MyISAM AUTO_INCREMENT=94 DEFAULT CHARSET=utf8 AUTO_INCREMENT=94;INSERT INTO
nodeVALUES ('1','1','page','','Welcome To D Cubed Builders, Inc.','1','1','1247456025','1265606077','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('2','2','page','','About Us','1','1','1247456179','1265511273','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('24','24','photo','','r3','1','1','1248233360','1248233360','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('21','21','page','','Our Photo Galleries','1','1','1248231054','1265768840','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('30','30','page','','Excelsior Rottweilers','1','1','1248322057','1259637893','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('8','8','page','','D Cubed Builders','1','1','1247779595','1265684763','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('9','9','page','','Our Services','1','1','1247793876','1259350593','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('23','23','photo','','r2','1','1','1248233283','1248233283','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('22','22','photo','','r1','1','1','1248232588','1248232588','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('25','25','photo','','r4','1','1','1248233433','1248233433','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('26','26','photo','','r5','1','1','1248233491','1248233491','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('29','29','page','','Links','1','1','1248318805','1265768153','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('32','32','page','','Excelsior News','1','1','1248323529','1259351034','0','0','0','0','0','0');INSERT INTO
nodeVALUES ('87','87','photo','','d5','1','1','1248407178','1248407178','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('86','86','photo','','d4','1','1','1248406918','1248406918','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('85','85','photo','','d3','1','1','1248406855','1248406855','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('36','36','photo','','s1','1','1','1248325032','1248325032','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('37','37','photo','','s2','1','1','1248325169','1248325169','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('38','38','photo','','s3','1','1','1248325231','1248325231','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('39','39','photo','','s4','1','1','1248325330','1248325330','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('40','40','photo','','s5','1','1','1248325376','1248325376','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('41','41','photo','','s6','1','1','1248325432','1248325432','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('43','43','photo','','s7','1','1','1248325610','1248325610','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('44','44','photo','','s8','1','1','1248325668','1248325668','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('45','45','photo','','s9','1','1','1248325724','1248325724','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('46','46','photo','','s10','1','1','1248325778','1248325778','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('47','47','photo','','s11','1','1','1248325856','1248325856','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('48','48','photo','','c1','1','1','1248325997','1248325997','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('49','49','photo','','c2','1','1','1248326052','1248326052','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('50','50','photo','','c3','1','1','1248326103','1248326103','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('51','51','photo','','c4','1','1','1248326162','1248326162','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('52','52','photo','','c5','1','1','1248326211','1248326211','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('53','53','photo','','c6','1','1','1248326265','1248326265','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('54','54','photo','','c7','1','1','1248326315','1248326315','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('55','55','photo','','c8','1','1','1248326362','1248326362','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('56','56','photo','','c9','1','1','1248326408','1248326408','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('57','57','photo','','c10','1','1','1248326454','1248326454','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('58','58','photo','','c11','1','1','1248326512','1248326512','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('59','59','photo','','c12','1','1','1248326554','1248326554','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('60','60','photo','','c13','1','1','1248326611','1248326611','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('62','62','photo','','c27','1','1','1248326790','1248745656','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('63','63','photo','','c28','1','1','1248326848','1248745698','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('64','64','photo','','c14','1','1','1248327028','1248327028','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('65','65','photo','','c15','1','1','1248327094','1248327094','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('66','66','photo','','c16','1','1','1248327157','1248327157','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('67','67','photo','','c17','1','1','1248327222','1248327222','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('68','68','photo','','c18','1','1','1248327291','1248327291','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('69','69','photo','','c19','1','1','1248327423','1248327423','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('70','70','photo','','c21','1','1','1248327490','1248327490','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('71','71','photo','','c22','1','1','1248327560','1248327560','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('72','72','photo','','c23','1','1','1248327626','1248327626','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('73','73','photo','','c24','1','1','1248327721','1248327721','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('74','74','photo','','c25','1','1','1248327788','1248327788','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('76','76','photo','','c20','1','1','1248384474','1248384893','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('77','77','photo','','c26','1','1','1248384679','1248384837','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('84','84','photo','','d2','1','1','1248406801','1248406801','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('83','83','photo','','d1','1','1','1248406744','1248406744','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('88','88','photo','','d6','1','1','1248407250','1248407250','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('89','89','photo','','d7','1','1','1248407305','1248407305','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('90','90','photo','','d8','1','1','1248407375','1248407375','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('91','91','photo','','d9','1','1','1248407482','1248407482','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('92','92','photo','','d10','1','1','1248407532','1248407532','0','1','0','0','0','0');INSERT INTO
nodeVALUES ('93','93','photo','','d11','1','1','1249538619','1249538619','0','1','0','0','0','0');DROP TABLE IF EXISTS
node_access;CREATE TABLE
node_access(nidint(10) unsigned NOT NULL default '0',gidint(10) unsigned NOT NULL default '0',realmvarchar(255) NOT NULL default '',grant_viewtinyint(3) unsigned NOT NULL default '0',grant_updatetinyint(3) unsigned NOT NULL default '0',grant_deletetinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (nid,gid,realm) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
node_accessVALUES ('0','0','all','1','0','0');DROP TABLE IF EXISTS
node_comment_statistics;CREATE TABLE
node_comment_statistics(nidint(10) unsigned NOT NULL default '0',last_comment_timestampint(11) NOT NULL default '0',last_comment_namevarchar(60) default NULL,last_comment_uidint(11) NOT NULL default '0',comment_countint(10) unsigned NOT NULL default '0', PRIMARY KEY (nid), KEYnode_comment_timestamp(last_comment_timestamp) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
node_comment_statisticsVALUES ('1','1247456025',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('2','1247456179',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('10','1247951159',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('4','1247457034',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('5','1247457136',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('7','1247719136',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('8','1247779595',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('9','1247793876',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('24','1248233360',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('21','1259350762',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('30','1259637893',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('23','1248233283',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('22','1248232588',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('25','1248233433',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('26','1248233491',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('29','1259351303',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('32','1259351034',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('87','1248407178',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('86','1248406918',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('85','1248406855',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('36','1248325032',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('37','1248325169',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('38','1248325231',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('39','1248325330',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('40','1248325376',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('41','1248325432',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('43','1248325610',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('44','1248325668',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('45','1248325724',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('46','1248325778',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('47','1248325856',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('48','1248325997',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('49','1248326052',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('50','1248326103',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('51','1248326162',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('52','1248326211',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('53','1248326265',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('54','1248326315',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('55','1248326362',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('56','1248326408',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('57','1248326454',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('58','1248326512',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('59','1248326554',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('60','1248326611',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('62','1248745656',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('63','1248745698',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('64','1248327028',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('65','1248327094',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('66','1248327157',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('67','1248327222',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('68','1248327291',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('69','1248327423',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('70','1248327490',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('71','1248327560',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('72','1248327626',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('73','1248327721',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('74','1248327788',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('76','1248384893',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('77','1248384837',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('84','1248406801',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('83','1248406744',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('88','1248407250',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('89','1248407305',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('90','1248407375',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('91','1248407482',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('92','1248407532',null,'1','0');INSERT INTO
node_comment_statisticsVALUES ('93','1249538619',null,'1','0');DROP TABLE IF EXISTS
node_counter;CREATE TABLE
node_counter(nidint(11) NOT NULL default '0',totalcountbigint(20) unsigned NOT NULL default '0',daycountmediumint(8) unsigned NOT NULL default '0',timestampint(10) unsigned NOT NULL default '0', PRIMARY KEY (nid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
node_revisions;CREATE TABLE
node_revisions(nidint(10) unsigned NOT NULL default '0',vidint(10) unsigned NOT NULL auto_increment,uidint(11) NOT NULL default '0',titlevarchar(255) NOT NULL default '',bodylongtext NOT NULL,teaserlongtext NOT NULL,loglongtext NOT NULL,timestampint(11) NOT NULL default '0',formatint(11) NOT NULL default '0', PRIMARY KEY (vid), KEYnid(nid), KEYuid(uid) ) ENGINE=MyISAM AUTO_INCREMENT=94 DEFAULT CHARSET=utf8 AUTO_INCREMENT=94;INSERT INTO
node_revisionsVALUES ('1','1','1','Welcome To D Cubed Builders, Inc.','','
','','1265606077','2');
INSERT INTO
node_revisionsVALUES ('2','2','1','About Us','','
','','1265511273','2');
INSERT INTO
node_revisionsVALUES ('21','21','1','Our Photo Galleries','','
','','1265768840','2');
INSERT INTO
node_revisionsVALUES ('30','30','1','Excelsior Rottweilers','Rottweilers Bred For Conformation, Working Ability, And Temperment
ROTT-WEI-LER
ˈrätˌwīlər; ˈrôtˌvīlər
A breed of working dog descended from a cattle dog left by the Roman legions in Rottweil, Germany. The Rottweiler accompanied local butchers on buying expeditions from the Middle Ages to about 1900, carrying money in a neck pouch to market. It has also served as a guard dog, a drover\'s dog, a draft dog and a police dog.
In Apex, North Carolina you will find the home of Mark Cissi and Excelsior Rottweilers. Mark has been involved with the breed since 1989. As well as being an ardent supporter of the breed, Mark is an Unlimited Licensed General Contractor, doing both commercial and residential work. A specialty offshoot of his contracting business is the design and construction of kennel facilities. Having a practical insight into the requirements of a successful facility, Mark is able to design and construct a kennel facility that suits any need.
','
','','1259637893','2');
INSERT INTO
node_revisionsVALUES ('8','8','1','D Cubed Builders','Located in Apex, North Carolina, D Cubed Builders holds an Unlimited General Contractors License providing both residential and commercial services. Owner and operator Mark Cissi has been involved in construction from early on in his life. Having hands on experience in masonry, framing, and interior trim to mention a few. Mark\'s philosophy is, "If a builder doesn\'t know how to perform a particular trade, or at least have basic knowledge of it, how can he hold his subcontractors to any standard of quality? If I am inspecting a subcontractors completed work, and find fault with something because it\'s not up to my standards, I really need to be able to justify my criticism."
Attending Paul Smith\'s College in New York States Adirondack Mountains, SUNY College Of Environmental Science And Forestry in Syracuse, New York, and Syracuse University, Mark has a wealth of knowledge about construction materials, construction practices, architecture, site design, and sound business management. Mark is a Full Member in The American Society Of Landscape Architects, a Member of The National Association Of Homebuilders, Member of The North Carolina Home Builders Association, Member of Home Builders Association Raleigh-Wake County, Member American Kennel Club, and Member American Rottweiler Club.
','
<
p style=\"text-align: center; \">Located in Apex, North Carolina, D Cubed Builders holds an Unlimited General Contractors License providing both residential and commercial services. Owner and operator Mark Cissi has been involved in construction from early on in his life. Having hands on experience in masonry, framing, and interior trim to mention a few. Mark\'s philosophy is, "If a builder doesn\'t know how to perform a particular trade, or at least have basic knowledge of it, how can he hold his subcontractors to any standard of quality?','','1265684763','2');
INSERT INTO
node_revisionsVALUES ('22','22','1','r1','','
','','1248232588','2');
INSERT INTO
node_revisionsVALUES ('23','23','1','r2','','
','','1248233283','2');
INSERT INTO
node_revisionsVALUES ('24','24','1','r3','','
','','1248233360','2');
INSERT INTO
node_revisionsVALUES ('25','25','1','r4','','
','','1248233433','2');
INSERT INTO
node_revisionsVALUES ('26','26','1','r5','','
','','1248233491','2');
INSERT INTO
node_revisionsVALUES ('29','29','1','Links','PROFESSIONAL ASSOCIATIONS - PROFESSIONAL SERVICES
National Association Of Home Builders www.nahb.org
Home Builders Association Of Raleigh-Wake County www.hbawake.com
North Carolina State Home Builders Association www.nchba.com
Pinna, Johnston & Burwell, PA www.pjb-law.com
Perkins, Lund, Collar & Associates, PLLC www.bplcpa.com
American Society Of Landscape Architects (ASLA) www.asla.org
Coalmarch Productions, LLC www.coalmarch.com
Animal Hospital Of Peak Plaza www.apexanimal.com
DOG RELATED
American Kennel Club www.akc.org
American Rottweiler Club www.amrottclub.org
Raleigh Kennel Club www.raleighkennelclub.com
Colonial Rottweiler Club www.colonialrottclub.org
Medallion Rottweiler Club www.mrcrottweiler.org
Westminster Kennel Club www.westminsterkennelclub.org
Info Dog www.infodog.com
Jack Onofrio Dog Shows www.onofrio.com
Kevin Rogers Dog Shows www.rogersdogshows.com
Bay Ray Event Services, Inc. www.bayrayevents.com
Jim Rau Dog Shows www.raudogshows.com
Silverhill Rottweilers www.silverhillrottweilers.com
Eternal Moon Rottweilers www.etmoon.com
','
PROFESSIONAL ASSOCIATIONS - PROFESSIONAL SERVICES
National Association Of Home Builders www.nahb.org
','','1265768153','2');
INSERT INTO
node_revisionsVALUES ('9','9','1','Our Services','D Cubed Builders Offers A variety of services. We approach each with the same discipline, to provide outstanding service to our clients while maintaining our high standard of quality.
CUSTOM HOME CONSTRUCTION - REMODELING - ADDITIONS
Be it a 2500 square foot home or a 10,000 square foot home, we incorporate the same philosophy. Although every client is unique, they all share one basic desire, to live in a home that expresses their lifestyle, taste, and personality. D Cubed Builders works with each client to achieve just this. Every client is involved in the design and build process in such a way that they are able to ultimately have a home that truly exhibits who and what they are.
We take pride in offering outstanding custom home construction, remodeling services, and whole house additions, meeting and many times exceeding our clients expectations. Working along side with clients, architects, interior designers, and engineers, we assist in defining the parameters of a project, developing specifications, and assisting the client in the design/selection process.
COMMERCIAL UP-FITS
Be it a 1500 square foot coffee shop or a 6000 square foot office suite, we approach all projects with one ultimate goal, to exceed our clients expectations, providing a finished product that they are truly proud of to represent their business.
CUSTOM STAIR CONSTRUCTION / INSTALLATION
We provide a full service staircase installation division. Be it for a homeowner or builder, we can provide turnkey service to meet any design or desire. From the simplest straight stair to the most complex free-standing curve, we have done it all. We address all applicable code issues while designing a staircase that is a work of art rather than just a utilitarian device. Basic red oak to exotic species, we can provide both stock and custom parts. Wood to wrought iron balustrades, our skilled craftsmen can make your dream a reality. If you can envision it, we can create it.
','
D Cubed Builders Offers A variety of services. We approach each with the same discipline, to provide outstanding service to our clients while maintaining our high standard of quality.
CUSTOM HOME CONSTRUCTION - REMODELING - ADDITIONS
','','1259350593','2');
INSERT INTO
node_revisionsVALUES ('32','32','1','Excelsior News','','
','','1259351034','2');
INSERT INTO
node_revisionsVALUES ('88','88','1','d6','','
','','1248407250','2');
INSERT INTO
node_revisionsVALUES ('85','85','1','d3','','
','','1248406855','2');
INSERT INTO
node_revisionsVALUES ('86','86','1','d4','','
','','1248406918','2');
INSERT INTO
node_revisionsVALUES ('87','87','1','d5','','
','','1248407178','2');
INSERT INTO
node_revisionsVALUES ('36','36','1','s1','','
','','1248325032','2');
INSERT INTO
node_revisionsVALUES ('37','37','1','s2','','
','','1248325169','2');
INSERT INTO
node_revisionsVALUES ('38','38','1','s3','','
','','1248325231','2');
INSERT INTO
node_revisionsVALUES ('39','39','1','s4','','
','','1248325330','2');
INSERT INTO
node_revisionsVALUES ('40','40','1','s5','','
','','1248325376','2');
INSERT INTO
node_revisionsVALUES ('41','41','1','s6','','
','','1248325432','2');
INSERT INTO
node_revisionsVALUES ('44','44','1','s8','','
','','1248325668','2');
INSERT INTO
node_revisionsVALUES ('43','43','1','s7','','
','','1248325610','2');
INSERT INTO
node_revisionsVALUES ('45','45','1','s9','','
','','1248325724','2');
INSERT INTO
node_revisionsVALUES ('46','46','1','s10','','
','','1248325778','2');
INSERT INTO
node_revisionsVALUES ('47','47','1','s11','','
','','1248325856','2');
INSERT INTO
node_revisionsVALUES ('48','48','1','c1','','
','','1248325997','2');
INSERT INTO
node_revisionsVALUES ('49','49','1','c2','','
','','1248326052','2');
INSERT INTO
node_revisionsVALUES ('50','50','1','c3','','
','','1248326103','2');
INSERT INTO
node_revisionsVALUES ('51','51','1','c4','','
','','1248326162','2');
INSERT INTO
node_revisionsVALUES ('52','52','1','c5','','
','','1248326211','2');
INSERT INTO
node_revisionsVALUES ('53','53','1','c6','','
','','1248326265','2');
INSERT INTO
node_revisionsVALUES ('54','54','1','c7','','
','','1248326315','2');
INSERT INTO
node_revisionsVALUES ('55','55','1','c8','','
','','1248326362','2');
INSERT INTO
node_revisionsVALUES ('56','56','1','c9','','
','','1248326408','2');
INSERT INTO
node_revisionsVALUES ('57','57','1','c10','','
','','1248326454','2');
INSERT INTO
node_revisionsVALUES ('58','58','1','c11','','
','','1248326512','2');
INSERT INTO
node_revisionsVALUES ('59','59','1','c12','','
','','1248326554','2');
INSERT INTO
node_revisionsVALUES ('60','60','1','c13','','
','','1248326611','2');
INSERT INTO
node_revisionsVALUES ('63','63','1','c28','','
','','1248745698','2');
INSERT INTO
node_revisionsVALUES ('62','62','1','c27','','
','','1248745656','2');
INSERT INTO
node_revisionsVALUES ('64','64','1','c14','','
','','1248327028','2');
INSERT INTO
node_revisionsVALUES ('65','65','1','c15','','
','','1248327094','2');
INSERT INTO
node_revisionsVALUES ('66','66','1','c16','','
','','1248327157','2');
INSERT INTO
node_revisionsVALUES ('67','67','1','c17','','
','','1248327222','2');
INSERT INTO
node_revisionsVALUES ('68','68','1','c18','','
','','1248327291','2');
INSERT INTO
node_revisionsVALUES ('69','69','1','c19','','
','','1248327423','2');
INSERT INTO
node_revisionsVALUES ('70','70','1','c21','','
','','1248327490','2');
INSERT INTO
node_revisionsVALUES ('71','71','1','c22','','
','','1248327560','2');
INSERT INTO
node_revisionsVALUES ('72','72','1','c23','','
','','1248327626','2');
INSERT INTO
node_revisionsVALUES ('73','73','1','c24','','
','','1248327721','2');
INSERT INTO
node_revisionsVALUES ('74','74','1','c25','','
','','1248327788','2');
INSERT INTO
node_revisionsVALUES ('77','77','1','c26','','
','','1248384837','2');
INSERT INTO
node_revisionsVALUES ('76','76','1','c20','','
','','1248384893','2');
INSERT INTO
node_revisionsVALUES ('84','84','1','d2','','
','','1248406801','2');
INSERT INTO
node_revisionsVALUES ('83','83','1','d1','','
','','1248406744','2');
INSERT INTO
node_revisionsVALUES ('89','89','1','d7','','
','','1248407305','2');
INSERT INTO
node_revisionsVALUES ('90','90','1','d8','','
','','1248407375','2');
INSERT INTO
node_revisionsVALUES ('91','91','1','d9','','
','','1248407482','2');
INSERT INTO
node_revisionsVALUES ('92','92','1','d10','','
','','1248407532','2');
INSERT INTO
node_revisionsVALUES ('93','93','1','d11','','
','','1249538619','2');
DROP TABLE IF EXISTS
node_type;CREATE TABLE
node_type(typevarchar(32) NOT NULL,namevarchar(255) NOT NULL default '',modulevarchar(255) NOT NULL,descriptionmediumtext NOT NULL,helpmediumtext NOT NULL,has_titletinyint(3) unsigned NOT NULL,title_labelvarchar(255) NOT NULL default '',has_bodytinyint(3) unsigned NOT NULL,body_labelvarchar(255) NOT NULL default '',min_word_countsmallint(5) unsigned NOT NULL,customtinyint(4) NOT NULL default '0',modifiedtinyint(4) NOT NULL default '0',lockedtinyint(4) NOT NULL default '0',orig_typevarchar(255) NOT NULL default '', PRIMARY KEY (type) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
node_typeVALUES ('page','Page','node','A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.','','1','Title','1','Body','0','1','1','0','page');INSERT INTO
node_typeVALUES ('story','Story','node','A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.','','1','Title','1','Body','0','1','1','0','story');INSERT INTO
node_typeVALUES ('photo','Photo','node','','','1','Title','1','Body','0','1','1','0','');DROP TABLE IF EXISTS
nodewords;CREATE TABLE
nodewords(mtidint(11) NOT NULL auto_increment,typesmallint(5) unsigned NOT NULL default '0',idsmallint(5) unsigned NOT NULL default '0',namevarchar(32) NOT NULL default '',contentlongtext NOT NULL, PRIMARY KEY (mtid), UNIQUE KEYnodewords_type_id_name(type,id,name), KEYnodewords_name(name(6)), KEYnodewords_type_id(type,id) ) ENGINE=MyISAM AUTO_INCREMENT=113 DEFAULT CHARSET=utf8 AUTO_INCREMENT=113;INSERT INTO
nodewordsVALUES ('1','3','0','description','a:1:{s:5:\"value\";s:182:\"D Cubed Builders, Inc. home builder. Outstanding custom homes, commercial up-fits, custom stair fabrication/installation. Remodeling, additions. Premier Raleigh , NC home builder.\";}');INSERT INTO
nodewordsVALUES ('2','3','0','keywords','a:1:{s:5:\"value\";s:255:\"custom homes, commercial up fits, remodeling, additions, design, residential, stairs construction, installation, rottweiler, excelsior, mark cissi, american society of landscape architects, american kennel club, american rottweiler club, hba raleigh-wake \";}');INSERT INTO
nodewordsVALUES ('3','5','1','description','a:1:{s:5:\"value\";s:264:\"\";}');INSERT INTO
nodewordsVALUES ('4','5','1','keywords','a:1:{s:5:\"value\";s:265:\"home builder raleigh nc, custom home raleigh nc, new home raleigh nc, home improvement raleigh nc, home builders raleigh nc, remodeling raleigh nc, homes raleigh nc, contractors raleigh nc, builder raleigh nc, building contractor raleigh nc, construction raleigh nc\";}');INSERT INTO
nodewordsVALUES ('7','5','8','description','a:1:{s:5:\"value\";s:408:\"\";}');INSERT INTO
nodewordsVALUES ('8','5','8','keywords','a:1:{s:5:\"value\";s:255:\"custom homes, commercial up fits, remodeling, additions, design, residential, stairs construction, installation, rottweiler, excelsior, mark cissi, american society of landscape architects, american kennel club, american rottweiler club, hba raleigh-wake \";}');INSERT INTO
nodewordsVALUES ('9','5','9','description','a:1:{s:5:\"value\";s:140:\"D Cubed Builders offers custom home construction, remodeling, additions, commercial up-fits, and custom stair construction and installation.\";}');INSERT INTO
nodewordsVALUES ('10','5','9','keywords','a:1:{s:5:\"value\";s:150:\"outstanding service,custom home construction,remodeling,additions,commercial up-fits, stair construction, stair installation,home builder,custom homes\";}');INSERT INTO
nodewordsVALUES ('37','5','1','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('13','1','0','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('14','1','0','copyright','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('15','1','0','description','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('16','1','0','keywords','a:1:{s:5:\"value\";s:12:\"home builder\";}');INSERT INTO
nodewordsVALUES ('17','1','0','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('18','1','0','robots','a:1:{s:5:\"value\";a:6:{s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:5:\"noodp\";i:0;s:9:\"nosnippet\";i:0;s:6:\"noydir\";i:0;}}');INSERT INTO
nodewordsVALUES ('19','1','0','dc.contributor','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('20','1','0','dc.creator','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('21','1','0','dc.publisher','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('22','1','0','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('23','1','0','pics-label','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('24','3','0','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('25','3','0','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('26','3','0','copyright','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('27','3','0','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('28','3','0','robots','a:2:{s:5:\"value\";a:6:{s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:5:\"noodp\";i:0;s:9:\"nosnippet\";i:0;s:6:\"noydir\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('29','3','0','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('30','3','0','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('31','3','0','bing_webmaster_center','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('32','3','0','google_webmaster_tools','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('33','3','0','yahoo_site_explorer','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('34','5','1','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('35','5','1','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('36','5','1','copyright','a:1:{s:5:\"value\";s:37:\"copyright 2010 d cubed builders, inc.\";}');INSERT INTO
nodewordsVALUES ('38','5','1','robots','a:2:{s:5:\"value\";a:6:{s:5:\"noodp\";s:5:\"noodp\";s:6:\"noydir\";s:6:\"noydir\";s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:9:\"nosnippet\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('39','5','1','dc.contributor','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('40','5','1','dc.creator','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('41','5','1','dc.date','a:1:{s:5:\"value\";a:3:{s:5:\"month\";s:2:\"12\";s:3:\"day\";s:2:\"11\";s:4:\"year\";s:4:\"2009\";}}');INSERT INTO
nodewordsVALUES ('42','5','1','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('43','5','1','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('44','5','1','pics-label','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('45','8','10','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('46','8','10','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('47','8','10','copyright','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('48','8','10','description','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('49','8','10','keywords','a:1:{s:5:\"value\";s:12:\"home builder\";}');INSERT INTO
nodewordsVALUES ('50','8','10','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('51','8','10','robots','a:2:{s:5:\"value\";a:6:{s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:5:\"noodp\";i:0;s:9:\"nosnippet\";i:0;s:6:\"noydir\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('52','8','10','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('53','8','10','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('54','5','8','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('55','5','8','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('56','5','8','copyright','a:1:{s:5:\"value\";s:37:\"copyright 2010 d cubed builders, inc.\";}');INSERT INTO
nodewordsVALUES ('57','5','8','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('58','5','8','robots','a:2:{s:5:\"value\";a:6:{s:5:\"noodp\";s:5:\"noodp\";s:6:\"noydir\";s:6:\"noydir\";s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:9:\"nosnippet\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('59','5','8','dc.contributor','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('60','5','8','dc.creator','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('61','5','8','dc.date','a:1:{s:5:\"value\";a:3:{s:5:\"month\";s:2:\"12\";s:3:\"day\";s:2:\"13\";s:4:\"year\";s:4:\"2009\";}}');INSERT INTO
nodewordsVALUES ('62','5','8','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('63','5','8','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('64','5','8','pics-label','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('65','5','29','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('66','5','29','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('67','5','29','copyright','a:1:{s:5:\"value\";s:37:\"copyright 2010 d cubed builders, inc.\";}');INSERT INTO
nodewordsVALUES ('68','5','29','description','a:1:{s:5:\"value\";s:768:\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \" />\";}');INSERT INTO
nodewordsVALUES ('69','5','29','keywords','a:1:{s:5:\"value\";s:350:\"professional associations, professional services, National Association Of Home Builders, Home Builders Association Of Raleigh-Wake County, North Carolina State Home Builders Association, Pinna, Johnston & Burwell, PA, Perkins, Lund, Collar & Associates, PLLC, American Society Of Landscape Architects (ASLA), Coalmarch Productions, LLC, Animal Hosp\";}');INSERT INTO
nodewordsVALUES ('70','5','29','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('71','5','29','robots','a:2:{s:5:\"value\";a:6:{s:5:\"noodp\";s:5:\"noodp\";s:6:\"noydir\";s:6:\"noydir\";s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:9:\"nosnippet\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('72','5','29','dc.contributor','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('73','5','29','dc.creator','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('74','5','29','dc.date','a:1:{s:5:\"value\";a:3:{s:5:\"month\";s:2:\"12\";s:3:\"day\";s:2:\"13\";s:4:\"year\";s:4:\"2009\";}}');INSERT INTO
nodewordsVALUES ('75','5','29','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('76','5','29','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('77','5','29','pics-label','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('78','8','1','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('79','8','1','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('80','8','1','copyright','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('81','8','1','description','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('82','8','1','keywords','a:1:{s:5:\"value\";s:12:\"home builder\";}');INSERT INTO
nodewordsVALUES ('83','8','1','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('84','8','1','robots','a:2:{s:5:\"value\";a:6:{s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:5:\"noodp\";i:0;s:9:\"nosnippet\";i:0;s:6:\"noydir\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('85','8','1','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('86','8','1','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('87','5','2','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('88','5','2','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('89','5','2','copyright','a:1:{s:5:\"value\";s:37:\"copyright 2010 d cubed builders, inc.\";}');INSERT INTO
nodewordsVALUES ('90','5','2','description','a:1:{s:5:\"value\";s:239:\"\";}');INSERT INTO
nodewordsVALUES ('91','5','2','keywords','a:1:{s:5:\"value\";s:111:\"new home construction, custom home builders, new homes, custom homes, home construction, homes, custom builders\";}');INSERT INTO
nodewordsVALUES ('92','5','2','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('93','5','2','robots','a:2:{s:5:\"value\";a:6:{s:5:\"noodp\";s:5:\"noodp\";s:6:\"noydir\";s:6:\"noydir\";s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:9:\"nosnippet\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('94','5','2','dc.contributor','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('95','5','2','dc.creator','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('96','5','2','dc.date','a:1:{s:5:\"value\";a:3:{s:5:\"month\";s:1:\"2\";s:3:\"day\";s:1:\"6\";s:4:\"year\";s:4:\"2010\";}}');INSERT INTO
nodewordsVALUES ('97','5','2','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('98','5','2','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('99','5','2','pics-label','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('100','5','21','abstract','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('101','5','21','canonical','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('102','5','21','copyright','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('103','5','21','description','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('104','5','21','keywords','a:1:{s:5:\"value\";s:12:\"home builder\";}');INSERT INTO
nodewordsVALUES ('105','5','21','revisit-after','a:1:{s:5:\"value\";s:1:\"1\";}');INSERT INTO
nodewordsVALUES ('106','5','21','robots','a:2:{s:5:\"value\";a:6:{s:5:\"noodp\";s:5:\"noodp\";s:6:\"noydir\";s:6:\"noydir\";s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:9:\"nosnippet\";i:0;}s:11:\"use_default\";i:0;}');INSERT INTO
nodewordsVALUES ('107','5','21','dc.contributor','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('108','5','21','dc.creator','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('109','5','21','dc.date','a:1:{s:5:\"value\";a:3:{s:5:\"month\";s:1:\"2\";s:3:\"day\";s:1:\"9\";s:4:\"year\";s:4:\"2010\";}}');INSERT INTO
nodewordsVALUES ('110','5','21','dc.title','a:1:{s:5:\"value\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('111','5','21','location','a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}');INSERT INTO
nodewordsVALUES ('112','5','21','pics-label','a:1:{s:5:\"value\";s:0:\"\";}');DROP TABLE IF EXISTS
nodewords_custom;CREATE TABLE
nodewords_custom(pidint(11) NOT NULL auto_increment,pathmediumtext NOT NULL,weighttinyint(4) NOT NULL default '0',enabledtinyint(4) NOT NULL default '1',namevarchar(60) NOT NULL default '', PRIMARY KEY (pid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
page_title;CREATE TABLE
page_title(typevarchar(15) NOT NULL default 'node',idint(10) unsigned NOT NULL default '0',page_titlevarchar(255) NOT NULL default '', PRIMARY KEY (type,id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
page_titleVALUES ('node','1','Welcome to D Cubed Builders, Inc. D Cubed is a General Contractor specializing in custom homes, commercial up-fits, home improvements, and stair construction. Our unique approach will be sure to please');INSERT INTO
page_titleVALUES ('node','29','Links, professional associations, professional services. dog related');INSERT INTO
page_titleVALUES ('node','2','About Us. We build outstanding custom homes, perform distinctive commercial up-fits, and fabricate and install elegant custom stairs. We embrace \"The Art Of Construction\".');INSERT INTO
page_titleVALUES ('node','8','D Cubed Builders holds an unlimited general contractors license providing both residential and commercial services. Located in Apex, North Carolina, D cubed Builders works throughout the Triangle.');INSERT INTO
page_titleVALUES ('node','21','Our photo galleries, Residential photos, Commercial photos, Stair photos');DROP TABLE IF EXISTS
path_redirect;CREATE TABLE
path_redirect(ridint(11) NOT NULL auto_increment,sourcevarchar(255) NOT NULL,redirectvarchar(255) NOT NULL,queryvarchar(255) default NULL,fragmentvarchar(50) default NULL,languagevarchar(12) NOT NULL default '',typesmallint(6) NOT NULL,last_usedint(10) unsigned NOT NULL default '0', PRIMARY KEY (rid), UNIQUE KEYsource_language(source,language) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 AUTO_INCREMENT=3;INSERT INTO
path_redirectVALUES ('1','home','D-Cubed-Builders.html','','','','301','1270180434');INSERT INTO
path_redirectVALUES ('2','about','About-Us.html','','','','301','1270058713');DROP TABLE IF EXISTS
permission;CREATE TABLE
permission(pidint(11) NOT NULL auto_increment,ridint(10) unsigned NOT NULL default '0',permlongtext,tidint(10) unsigned NOT NULL default '0', PRIMARY KEY (pid), KEYrid(rid) ) ENGINE=MyISAM AUTO_INCREMENT=100 DEFAULT CHARSET=utf8 AUTO_INCREMENT=100;INSERT INTO
permissionVALUES ('97','2','access site-wide contact form, access content, access user profiles','0');INSERT INTO
permissionVALUES ('96','1','access site-wide contact form, view field_photo, view imagecache preview, view imagecache thumbnail, access content, access user profiles','0');INSERT INTO
permissionVALUES ('99','4','access administration menu, display drupal links, view advanced help index, view advanced help popup, view advanced help topic, access backup files, delete backup files, perform backup, restore from backup, administer blocks, use PHP for block visibility, administer CAPTCHA settings, skip CAPTCHA, administer site-wide contact form, Use PHP input for field settings (dangerous - grant with care), edit field_photo, view field_photo, administer custom pagers, use php in custom pagers, administer database, administer drupal_tweaks, show all error messages, show all status messages, show all warning messages, administer filters, administer google_website_optimizer, administer google analytics, opt-in or out of tracking, use PHP for tracking visibility, administer imageapi, administer imagecache, flush imagecache, view imagecache preview, view imagecache thumbnail, administer menu, administer mollom, bypass mollom protection, access content, administer content types, administer nodes, create page content, create photo content, delete any page content, delete any photo content, delete own page content, delete own photo content, delete revisions, edit any page content, edit any photo content, edit own page content, edit own photo content, revert revisions, view revisions, administer meta tags, edit meta tag DESCRIPTION, edit meta tag KEYWORDS, edit Bing Webmaster Center verification meta tag, edit Google Webmaster Tools verification meta tag, edit Yahoo! Site Explorer verification meta tag, administer page titles, set page title, administer url aliases, create url aliases, administer redirects, administer pathauto, notify of path changes, administer search, search content, use advanced search, access seochecklist content, administer spam, bypass filters, access administration pages, access site reports, administer actions, administer files, administer site configuration, select different theme, administer taxonomy, access user profiles, administer permissions, administer users, change own username, access all views, administer views, use views exporter, override node settings, override profile settings','0');INSERT INTO
permissionVALUES ('98','3','access administration menu, display drupal links, view advanced help index, view advanced help popup, view advanced help topic, administer blocks, administer site-wide contact form, administer menu, administer nodes, edit any page content, edit own page content, revert revisions, view revisions, administer meta tags, edit meta tag DESCRIPTION, edit meta tag KEYWORDS, edit Bing Webmaster Center verification meta tag, edit Google Webmaster Tools verification meta tag, edit Yahoo! Site Explorer verification meta tag, administer page titles, set page title, administer url aliases, create url aliases, access administration pages, access site reports, administer actions, administer files, administer site configuration, administer taxonomy, administer permissions, administer users, access all views, administer views','0');DROP TABLE IF EXISTS
profile_fields;CREATE TABLE
profile_fields(fidint(11) NOT NULL auto_increment,titlevarchar(255) default NULL,namevarchar(128) NOT NULL default '',explanationtext,categoryvarchar(255) default NULL,pagevarchar(255) default NULL,typevarchar(128) default NULL,weighttinyint(4) NOT NULL default '0',requiredtinyint(4) NOT NULL default '0',registertinyint(4) NOT NULL default '0',visibilitytinyint(4) NOT NULL default '0',autocompletetinyint(4) NOT NULL default '0',optionstext, PRIMARY KEY (fid), UNIQUE KEYname(name), KEYcategory(category) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
profile_values;CREATE TABLE
profile_values(fidint(10) unsigned NOT NULL default '0',uidint(10) unsigned NOT NULL default '0',valuetext, PRIMARY KEY (uid,fid), KEYfid(fid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
role;CREATE TABLE
role(ridint(10) unsigned NOT NULL auto_increment,namevarchar(64) NOT NULL default '', PRIMARY KEY (rid), UNIQUE KEYname(name) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 AUTO_INCREMENT=5;INSERT INTO
roleVALUES ('1','anonymous user');INSERT INTO
roleVALUES ('2','authenticated user');INSERT INTO
roleVALUES ('3','editor');INSERT INTO
roleVALUES ('4','site administrator');DROP TABLE IF EXISTS
search_dataset;CREATE TABLE
search_dataset(sidint(10) unsigned NOT NULL default '0',typevarchar(16) default NULL,datalongtext NOT NULL,reindexint(10) unsigned NOT NULL default '0', UNIQUE KEYsid_type(sid,type) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
search_index;CREATE TABLE
search_index(wordvarchar(50) NOT NULL default '',sidint(10) unsigned NOT NULL default '0',typevarchar(16) default NULL,scorefloat default NULL, UNIQUE KEYword_sid_type(word,sid,type), KEYsid_type(sid,type), KEYword(word) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
search_node_links;CREATE TABLE
search_node_links(sidint(10) unsigned NOT NULL default '0',typevarchar(16) NOT NULL default '',nidint(10) unsigned NOT NULL default '0',captionlongtext, PRIMARY KEY (sid,type,nid), KEYnid(nid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
search_node_linksVALUES ('84','node','83','previous');INSERT INTO
search_node_linksVALUES ('83','node','84','next');INSERT INTO
search_node_linksVALUES ('22','node','23','next');INSERT INTO
search_node_linksVALUES ('84','node','85','next');DROP TABLE IF EXISTS
search_total;CREATE TABLE
search_total(wordvarchar(50) NOT NULL default '',countfloat default NULL, PRIMARY KEY (word) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
seo_checklist;CREATE TABLE
seo_checklist(idtinyint(4) NOT NULL auto_increment,group_idtinyint(4) NOT NULL default '0',namevarchar(255) NOT NULL default '',modulevarchar(255) NOT NULL default '',downloadvarchar(255) NOT NULL default '',enablevarchar(255) NOT NULL default '',configurevarchar(255) NOT NULL default '',order_idtinyint(4) NOT NULL default '0',completedint(10) unsigned NOT NULL default '0',uidint(10) unsigned NOT NULL default '0', PRIMARY KEY (id) ) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8 AUTO_INCREMENT=47;INSERT INTO
seo_checklistVALUES ('41','1','Token (required for other modules to function)','token','http://drupal.org/project/token','admin/build/modules','','1','1258868077','1');INSERT INTO
seo_checklistVALUES ('1','1','Page Title Module','page_title','http://drupal.org/project/page_title','admin/build/modules','admin/content/page_title','2','1258868077','1');INSERT INTO
seo_checklistVALUES ('2','2','Clean URLs - Activate (Usually automatic. Please double-check!)','','','','admin/settings/clean-urls','1','1258868077','1');INSERT INTO
seo_checklistVALUES ('5','2','Pathauto Module','pathauto','http://drupal.org/project/pathauto','admin/build/modules','admin/build/path/pathauto','2','1258868077','1');INSERT INTO
seo_checklistVALUES ('6','2','Global Redirect Module','globalredirect','http://drupal.org/project/globalredirect','admin/build/modules','','3','1258868077','1');INSERT INTO
seo_checklistVALUES ('38','2','Path Redirect Module','path_redirect','http://drupal.org/project/path_redirect','admin/build/modules','','4','1258868077','1');INSERT INTO
seo_checklistVALUES ('7','3','Get a Google Account - You will need this for several of the steps that follow - https://www.google.com/accounts/NewAccount','','','','','1','1258935035','1');INSERT INTO
seo_checklistVALUES ('8','3','Get a Yahoo Account - You will need this for steps that follow - http://www.yahoo.com/r/m7','','','','','2','1258935035','1');INSERT INTO
seo_checklistVALUES ('44','3','Get a Windows Live ID - You will need this for steps that follow - https://signup.live.com/','','','','','2','1259123093','1');INSERT INTO
seo_checklistVALUES ('9','4','Google Analytics Module','googleanalytics','http://drupal.org/project/google_analytics','admin/build/modules','admin/settings/googleanalytics','1','1258935143','1');INSERT INTO
seo_checklistVALUES ('10','4','Sign in to your Google Analytics Account - http://www.google.com/analytics','','','','','2','1258935143','1');INSERT INTO
seo_checklistVALUES ('11','4','Create an Analytics for your website','','','','','3','1259801660','1');INSERT INTO
seo_checklistVALUES ('12','4','Paste Google Analytics code into Google Analytics Module','','','','','4','1259801660','1');INSERT INTO
seo_checklistVALUES ('13','4','Authenticate your site with Google Analytics','','','','','5','1259801660','1');INSERT INTO
seo_checklistVALUES ('15','5','Meta Tags Module (AKA Nodewords)','nodewords','http://drupal.org/project/nodewords','admin/build/modules','admin/content/nodewords','2','1258868077','1');INSERT INTO
seo_checklistVALUES ('16','5','Scheduler Module','scheduler','http://drupal.org/project/scheduler','admin/build/modules','admin/settings/scheduler','3','1259027629','1');INSERT INTO
seo_checklistVALUES ('17','5','HTML Purifier Module','htmlpurifier','http://drupal.org/project/htmlpurifier','admin/build/modules','admin/settings/filters/1','4','1259027629','1');INSERT INTO
seo_checklistVALUES ('45','5','READ THE INSTALL INSTRUCTIONS! then Download HTML Purifier. You will need\n 3.1.0rc1 or later. - http://htmlpurifier.org/','','','','','5','1259027629','1');INSERT INTO
seo_checklistVALUES ('18','5','Search 404 Module','search404','http://drupal.org/project/search404','admin/build/modules','admin/settings/search404','5','1259027629','1');INSERT INTO
seo_checklistVALUES ('19','6','Validate your site - http://validator.w3.org/','','','','','1','1259117572','1');INSERT INTO
seo_checklistVALUES ('20','6','Check your links - http://validator.w3.org/checklink','','','','','2','0','0');INSERT INTO
seo_checklistVALUES ('21','7','XML Sitemap Module','xmlsitemap','http://drupal.org/project/xmlsitemap','admin/build/modules','admin/settings/xmlsitemap','1','1258868077','1');INSERT INTO
seo_checklistVALUES ('46','7','Site Map Module - a plain text sitemap','site_map','http://drupal.org/project/site_map','admin/build/modules','admin/settings/sitemap','3','1259118292','1');INSERT INTO
seo_checklistVALUES ('22','7','Login to Google Webmaster Tools - http://www.google.com/webmasters/tools','','','','','5','1259118448','1');INSERT INTO
seo_checklistVALUES ('23','7','Authenticate your site with Google','','','','','7','1259118652','1');INSERT INTO
seo_checklistVALUES ('24','7','Submit your XML Sitemap to Google - http://www.google.com/webmasters/sitemaps/','','','','','9','1259118703','1');INSERT INTO
seo_checklistVALUES ('25','7','Login to Yahoo Site Explorer Account - https://siteexplorer.search.yahoo.com/','','','','','11','1259118768','1');INSERT INTO
seo_checklistVALUES ('26','7','Authenticate your site with Yahoo','','','','','13','1259118814','1');INSERT INTO
seo_checklistVALUES ('27','7','Submit your XML Sitemap to Yahoo - https://siteexplorer.search.yahoo.com/submit','','','','','15','1259118928','1');INSERT INTO
seo_checklistVALUES ('42','7','Login to Bing - http://www.bing.com/webmaster/','','','','','17','1259120412','1');INSERT INTO
seo_checklistVALUES ('43','7','Authenticate your site with Bing','','','','','19','1259120606','1');INSERT INTO
seo_checklistVALUES ('28','7','Submit your XML Sitemap to Bing - http://webmaster.live.com/webmaster/WebmasterAddSitesPage.aspx','','','','','21','1259120746','1');INSERT INTO
seo_checklistVALUES ('29','7','If appropriate, submit your company to Google Local Business Center - https://www.google.com/local/add/login','','','','','23','0','0');INSERT INTO
seo_checklistVALUES ('30','8','Digg This Module','diggthis','http://drupal.org/project/diggthis','admin/build/modules','admin/settings/diggthis','1','0','0');INSERT INTO
seo_checklistVALUES ('31','8','Service Links Module','service_links','http://drupal.org/project/service_links','admin/build/modules','admin/settings/service_links','2','0','0');INSERT INTO
seo_checklistVALUES ('32','8','Trackback Module','trackback','http://drupal.org/project/trackback','admin/build/modules','admin/settings/trackback','3','0','0');INSERT INTO
seo_checklistVALUES ('40','9','HIGHLY RECOMMENDED: Sign up for Mollom\'s free service and get Mollom code - http://mollom.com/user/register','','','','','0','1259121320','1');INSERT INTO
seo_checklistVALUES ('39','9','HIGHLY RECOMMENDED: Mollom Module','mollom','http://drupal.org/project/mollom','admin/build/modules','admin/settings/mollom','1','1259121320','1');INSERT INTO
seo_checklistVALUES ('33','9','Captcha Module','captcha','http://drupal.org/project/captcha','admin/build/modules','admin/user/captcha','2','0','0');INSERT INTO
seo_checklistVALUES ('34','9','Akismet Module','akismet','http://drupal.org/project/akismet','admin/build/modules','admin/settings/akismet','3','0','0');INSERT INTO
seo_checklistVALUES ('36','9','Spam Module','spam','http://drupal.org/project/spam','admin/build/modules','admin/settings/spam','4','0','0');DROP TABLE IF EXISTS
seo_group;CREATE TABLE
seo_group(idtinyint(4) NOT NULL auto_increment,namevarchar(255) NOT NULL default '',descriptionvarchar(255) NOT NULL default '', PRIMARY KEY (id) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 AUTO_INCREMENT=10;INSERT INTO
seo_groupVALUES ('1','Page Titles','The single most important thing you can do for on-site SEO.');INSERT INTO
seo_groupVALUES ('2','URL paths','The second most important thing you can do.');INSERT INTO
seo_groupVALUES ('3','Create Search Engine Accounts','Set yourself up with the search engines.');INSERT INTO
seo_groupVALUES ('4','Track your visitors','Know where your visitors are coming from and what they do while visiting your site.');INSERT INTO
seo_groupVALUES ('5','Page content','Take control of your page content.');INSERT INTO
seo_groupVALUES ('6','Clean code','Well written markup is very important to the search engine spiders.');INSERT INTO
seo_groupVALUES ('7','Submit your Site to the search engines.','Now that you\'ve got your site ready for the search engines, tell them about it!');INSERT INTO
seo_groupVALUES ('8','Social Tracking','Using Social news sites, blogs, etc? Consider these:');INSERT INTO
seo_groupVALUES ('9','Protect your site from Spam','If your site will get heavy use from visitors creating accounts, commenting and/or creating content then consider these. NOTE: Most sites just need Mollom. The other modules are here in case Mollom does not work for you for some reason.');DROP TABLE IF EXISTS
sessions;CREATE TABLE
sessions(uidint(10) unsigned NOT NULL,sidvarchar(64) NOT NULL default '',hostnamevarchar(128) NOT NULL default '',timestampint(11) NOT NULL default '0',cacheint(11) NOT NULL default '0',sessionlongtext, PRIMARY KEY (sid), KEYtimestamp(timestamp), KEYuid(uid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
spam_custom;CREATE TABLE
spam_custom(cidint(10) unsigned NOT NULL auto_increment,filtervarchar(255) NOT NULL default '',styleint(10) unsigned default '0',statusint(11) default '0',scanint(10) unsigned default '0',actionint(10) unsigned default '0',matchesint(10) unsigned default '0',lastint(10) unsigned default '0',weightint(11) default '0', PRIMARY KEY (cid), KEYfilter(filter), KEYlast(last), KEYmatches(matches), KEYweight(weight) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
spam_duplicate;CREATE TABLE
spam_duplicate(iidint(10) unsigned NOT NULL auto_increment,sidint(10) unsigned NOT NULL default '0',content_hashchar(32) NOT NULL default '',hostnamevarchar(15) NOT NULL default '',duplicate_hashint(11) NOT NULL default '0',duplicate_ipint(11) NOT NULL default '0',spamtinyint(4) NOT NULL default '0',expiredtinyint(4) NOT NULL default '0',timestampint(10) unsigned default '0', PRIMARY KEY (iid), KEYcontent_hash(content_hash), KEYhostname(hostname), KEYsid(sid), KEYspam(spam), KEYtimestamp(timestamp) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
spam_filters;CREATE TABLE
spam_filters(fidint(10) unsigned NOT NULL auto_increment,gidint(10) unsigned NOT NULL default '0',namevarchar(128) NOT NULL default '',modulevarchar(128) NOT NULL default '',statustinyint(3) unsigned NOT NULL default '0',weighttinyint(4) NOT NULL default '0',gaintinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (fid), KEYgid(gid), KEYmodule(module), KEYname(name), KEYstatus(status), KEYweight(weight) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
spam_filters_errors;CREATE TABLE
spam_filters_errors(bidint(10) unsigned NOT NULL auto_increment,uidint(10) unsigned NOT NULL default '0',content_typevarchar(128) NOT NULL default '',content_idint(10) unsigned default '0',content_hashchar(32) NOT NULL default '',contenttext NOT NULL,formtext NOT NULL,feedbacktext NOT NULL,hostnamevarchar(15) NOT NULL default '',timestampint(10) unsigned default '0', PRIMARY KEY (bid), UNIQUE KEYcontent_hash(content_hash), KEYcontent_type(content_type), KEYhostname(hostname), KEYid_type(content_id,content_type), KEYtimestamp(timestamp) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
spam_filters_groups;CREATE TABLE
spam_filters_groups(gidint(10) unsigned NOT NULL auto_increment,namevarchar(255) NOT NULL default '',weighttinyint(4) NOT NULL default '0', PRIMARY KEY (gid), KEYweight(weight) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
spam_filters_groups_data;CREATE TABLE
spam_filters_groups_data(gidint(10) unsigned NOT NULL auto_increment,content_typevarchar(64) NOT NULL default '', PRIMARY KEY (gid,content_type), KEYcontent_type(content_type) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
spam_log;CREATE TABLE
spam_log(lidint(10) unsigned NOT NULL auto_increment,tridint(10) unsigned NOT NULL default '0',levelint(10) unsigned NOT NULL default '0',content_typevarchar(128) default '',content_idint(10) unsigned default '0',uidint(10) unsigned NOT NULL default '0',functionvarchar(255) NOT NULL default '',messagevarchar(255) NOT NULL default '',hostnamevarchar(15) NOT NULL default '',timestampint(10) unsigned default '0', PRIMARY KEY (lid), KEYcontent_type_content_id(content_type,content_id), KEYhostname(hostname), KEYmessage(message), KEYtimestamp(timestamp), KEYtrid(trid), KEYuid(uid) ) ENGINE=MyISAM AUTO_INCREMENT=83 DEFAULT CHARSET=utf8 AUTO_INCREMENT=83;DROP TABLE IF EXISTS
spam_statistics;CREATE TABLE
spam_statistics(stidint(10) unsigned NOT NULL auto_increment,namevarchar(64) NOT NULL default '',countint(10) unsigned NOT NULL default '0',timestampint(10) unsigned default '0', PRIMARY KEY (stid), UNIQUE KEYname(name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
spam_tracker;CREATE TABLE
spam_tracker(sidint(10) unsigned NOT NULL auto_increment,content_typevarchar(128) NOT NULL default '',content_idint(10) unsigned default '0',scoreint(10) unsigned default '0',hostnamevarchar(15) NOT NULL default '',timestampint(10) unsigned default '0', PRIMARY KEY (sid), UNIQUE KEYcontent_id_content_type(content_id,content_type), KEYcontent_type(content_type), KEYhostname(hostname), KEYscore(score), KEYtimestamp(timestamp) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
system;CREATE TABLE
system(filenamevarchar(255) NOT NULL default '',namevarchar(255) NOT NULL default '',typevarchar(255) NOT NULL default '',ownervarchar(255) NOT NULL default '',statusint(11) NOT NULL default '0',throttletinyint(4) NOT NULL default '0',bootstrapint(11) NOT NULL default '0',schema_versionsmallint(6) NOT NULL default '-1',weightint(11) NOT NULL default '0',infotext, PRIMARY KEY (filename), KEYmodules(type(12),status,weight,filename), KEYbootstrap(type(12),status,bootstrap,weight,filename), KEYtype_name(type(12),name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
systemVALUES ('sites/all/modules/advanced_help/advanced_help.module','advanced_help','module','','1','0','0','0','0','a:9:{s:4:\"name\";s:13:\"Advanced help\";s:11:\"description\";s:38:\"Allow advanced help and documentation.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:13:\"advanced_help\";s:9:\"datestamp\";s:10:\"1238954409\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/themes/marinelli/alagna/alagna.info','alagna','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:14:{s:4:\"name\";s:6:\"Alagna\";s:11:\"description\";s:36:\"Marinelli theme alternative graphics\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:12:\"graphics.css\";s:46:\"sites/all/themes/marinelli/alagna/graphics.css\";s:14:\"typography.css\";s:48:\"sites/all/themes/marinelli/alagna/typography.css\";s:9:\"links.css\";s:43:\"sites/all/themes/marinelli/alagna/links.css\";s:10:\"layout.css\";s:44:\"sites/all/themes/marinelli/alagna/layout.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/marinelli/alagna/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/marinelli/alagna/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('themes/chameleon/chameleon.info','chameleon','theme','themes/chameleon/chameleon.theme','0','0','0','-1','0','a:12:{s:4:\"name\";s:9:\"Chameleon\";s:11:\"description\";s:42:\"Minimalist tabled theme with light colors.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:8:\"features\";a:4:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:26:\"themes/chameleon/script.js\";}s:10:\"screenshot\";s:31:\"themes/chameleon/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('themes/bluemarine/bluemarine.info','bluemarine','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:13:{s:4:\"name\";s:10:\"Bluemarine\";s:11:\"description\";s:66:\"Table-based multi-column theme with a marine and ash color scheme.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/bluemarine/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/bluemarine/script.js\";}s:10:\"screenshot\";s:32:\"themes/bluemarine/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/themes/pixture_reloaded/pixture_reloaded.info','pixture_reloaded','theme','themes/engines/phptemplate/phptemplate.engine','1','0','0','-1','0','a:13:{s:4:\"name\";s:16:\"Pixture Reloaded\";s:11:\"description\";s:166:\"Recolorable multi-column liquid/fixed layout theme. Original Design by Pixture Studio, Ported to CSS layout by AdaptiveThemes.\";s:7:\"version\";s:7:\"6.x-3.2\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:8:{s:6:\"header\";s:13:\"Header blocks\";s:9:\"superfish\";s:14:\"Superfish menu\";s:11:\"content_top\";s:11:\"Content top\";s:7:\"content\";s:7:\"Content\";s:14:\"content_bottom\";s:14:\"Content bottom\";s:4:\"left\";s:12:\"Sidebar left\";s:5:\"right\";s:13:\"Sidebar right\";s:6:\"footer\";s:6:\"footer\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:10:\"layout.css\";s:44:\"sites/all/themes/pixture_reloaded/layout.css\";s:9:\"style.css\";s:43:\"sites/all/themes/pixture_reloaded/style.css\";}}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:7:\"project\";s:16:\"pixture_reloaded\";s:9:\"datestamp\";s:10:\"1241716288\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/pixture_reloaded/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/pixture_reloaded/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/themes/marinelli/gnifetti/gnifetti.info','gnifetti','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:14:{s:4:\"name\";s:8:\"Gnifetti\";s:11:\"description\";s:40:\"Marinelli with both sidebars on the left\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"gnifetti.css\";s:48:\"sites/all/themes/marinelli/gnifetti/gnifetti.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/gnifetti/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/gnifetti/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('themes/garland/minnelli/minnelli.info','minnelli','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:14:{s:4:\"name\";s:8:\"Minnelli\";s:11:\"description\";s:56:\"Tableless, recolorable, multi-column, fixed width theme.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:7:\"garland\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/garland/minnelli/script.js\";}s:10:\"screenshot\";s:38:\"themes/garland/minnelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:6:\"engine\";s:11:\"phptemplate\";}');INSERT INTO
systemVALUES ('modules/system/system.module','system','module','','1','0','0','6053','0','a:10:{s:4:\"name\";s:6:\"System\";s:11:\"description\";s:54:\"Handles general site configuration for administrators.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/aggregator/aggregator.module','aggregator','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:10:\"Aggregator\";s:11:\"description\";s:57:\"Aggregates syndicated content (RSS, RDF, and Atom feeds).\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/block/block.module','block','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:5:\"Block\";s:11:\"description\";s:62:\"Controls the boxes that are displayed around the main content.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/blog/blog.module','blog','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:4:\"Blog\";s:11:\"description\";s:69:\"Enables keeping easily and regularly updated user web pages or blogs.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/blogapi/blogapi.module','blogapi','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:8:\"Blog API\";s:11:\"description\";s:79:\"Allows users to post content using applications that support XML-RPC blog APIs.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/book/book.module','book','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:4:\"Book\";s:11:\"description\";s:63:\"Allows users to structure site pages in a hierarchy or outline.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/color/color.module','color','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:5:\"Color\";s:11:\"description\";s:61:\"Allows the user to change the color scheme of certain themes.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/comment/comment.module','comment','module','','0','0','0','6003','0','a:10:{s:4:\"name\";s:7:\"Comment\";s:11:\"description\";s:57:\"Allows users to comment on and discuss published content.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/contact/contact.module','contact','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:7:\"Contact\";s:11:\"description\";s:61:\"Enables the use of both personal and site-wide contact forms.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/dblog/dblog.module','dblog','module','','1','0','0','6000','0','a:10:{s:4:\"name\";s:16:\"Database logging\";s:11:\"description\";s:47:\"Logs and records system events to the database.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/filter/filter.module','filter','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:6:\"Filter\";s:11:\"description\";s:60:\"Handles the filtering of content in preparation for display.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/forum/forum.module','forum','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:5:\"Forum\";s:11:\"description\";s:50:\"Enables threaded discussions about general topics.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:7:\"comment\";}s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/help/help.module','help','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:4:\"Help\";s:11:\"description\";s:35:\"Manages the display of online help.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/locale/locale.module','locale','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:6:\"Locale\";s:11:\"description\";s:119:\"Adds language handling functionality and enables the translation of the user interface to languages other than English.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/menu/menu.module','menu','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:4:\"Menu\";s:11:\"description\";s:60:\"Allows administrators to customize the site navigation menu.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/node/node.module','node','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:4:\"Node\";s:11:\"description\";s:66:\"Allows content to be submitted to the site and displayed on pages.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/openid/openid.module','openid','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:6:\"OpenID\";s:11:\"description\";s:48:\"Allows users to log into your site using OpenID.\";s:7:\"version\";s:4:\"6.15\";s:7:\"package\";s:15:\"Core - optional\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/path/path.module','path','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:4:\"Path\";s:11:\"description\";s:28:\"Allows users to rename URLs.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/php/php.module','php','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:10:\"PHP filter\";s:11:\"description\";s:50:\"Allows embedded PHP code/snippets to be evaluated.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/ping/ping.module','ping','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:4:\"Ping\";s:11:\"description\";s:51:\"Alerts other sites when your site has been updated.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/poll/poll.module','poll','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:4:\"Poll\";s:11:\"description\";s:95:\"Allows your site to capture votes on different topics in the form of multiple choice questions.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/profile/profile.module','profile','module','','0','0','0','0','0','a:10:{s:4:\"name\";s:7:\"Profile\";s:11:\"description\";s:36:\"Supports configurable user profiles.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/search/search.module','search','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:36:\"Enables site-wide keyword searching.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/statistics/statistics.module','statistics','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:10:\"Statistics\";s:11:\"description\";s:37:\"Logs access statistics for your site.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/syslog/syslog.module','syslog','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:6:\"Syslog\";s:11:\"description\";s:41:\"Logs and records system events to syslog.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/taxonomy/taxonomy.module','taxonomy','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:8:\"Taxonomy\";s:11:\"description\";s:38:\"Enables the categorization of content.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/throttle/throttle.module','throttle','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:8:\"Throttle\";s:11:\"description\";s:66:\"Handles the auto-throttling mechanism, to control site congestion.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/tracker/tracker.module','tracker','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:7:\"Tracker\";s:11:\"description\";s:43:\"Enables tracking of recent posts for users.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"comment\";}s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/translation/translation.module','translation','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:19:\"Content translation\";s:11:\"description\";s:57:\"Allows content to be translated into different languages.\";s:12:\"dependencies\";a:1:{i:0;s:6:\"locale\";}s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/trigger/trigger.module','trigger','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:7:\"Trigger\";s:11:\"description\";s:90:\"Enables actions to be fired on certain system events, such as when new content is created.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/update/update.module','update','module','','1','0','0','6000','0','a:10:{s:4:\"name\";s:13:\"Update status\";s:11:\"description\";s:88:\"Checks the status of available updates for Drupal and your installed modules and themes.\";s:7:\"version\";s:4:\"6.15\";s:7:\"package\";s:15:\"Core - optional\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/upload/upload.module','upload','module','','0','0','0','0','0','a:10:{s:4:\"name\";s:6:\"Upload\";s:11:\"description\";s:51:\"Allows users to upload and attach files to content.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('modules/user/user.module','user','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:4:\"User\";s:11:\"description\";s:47:\"Manages the user registration and login system.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/admin_menu/admin_menu.module','admin_menu','module','','1','0','0','6001','0','a:10:{s:4:\"name\";s:19:\"Administration menu\";s:11:\"description\";s:123:\"Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions).\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.5\";s:7:\"project\";s:10:\"admin_menu\";s:9:\"datestamp\";s:10:\"1246537502\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/wysiwyg/wysiwyg.module','wysiwyg','module','','1','0','0','6200','0','a:10:{s:4:\"name\";s:7:\"Wysiwyg\";s:11:\"description\";s:55:\"Allows users to edit contents with client-side editors.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:7:\"wysiwyg\";s:9:\"datestamp\";s:10:\"1268063714\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/wysiwyg/fckeditor/fckeditor.module','fckeditor','module','','0','0','0','6130','0','a:9:{s:4:\"name\";s:9:\"FCKeditor\";s:11:\"description\";s:70:\"Enables the usage of FCKeditor (WYSIWYG) instead of plain text fields.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:9:\"fckeditor\";s:9:\"datestamp\";s:10:\"1237480267\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/imce/imce.module','imce','module','','1','0','0','6001','0','a:9:{s:4:\"name\";s:4:\"IMCE\";s:11:\"description\";s:82:\"An image/file uploader and browser supporting personal directories and user quota.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:4:\"imce\";s:9:\"datestamp\";s:10:\"1253890535\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/imce_wysiwyg/imce_wysiwyg.module','imce_wysiwyg','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:23:\"IMCE Wysiwyg API bridge\";s:11:\"description\";s:82:\"Makes IMCE available as plugin for client-side editors integrated via Wysiwyg API.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:4:\"imce\";i:1;s:7:\"wysiwyg\";}s:7:\"version\";s:7:\"6.x-1.1\";s:7:\"project\";s:12:\"imce_wysiwyg\";s:9:\"datestamp\";s:10:\"1268433606\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/content.module','content','module','','1','0','0','6010','0','a:10:{s:4:\"name\";s:7:\"Content\";s:11:\"description\";s:50:\"Allows administrators to define new content types.\";s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/content_copy/content_copy.module','content_copy','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:12:\"Content Copy\";s:11:\"description\";s:51:\"Enables ability to import/export field definitions.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/content_permissions/content_permissions.module','content_permissions','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:19:\"Content Permissions\";s:11:\"description\";s:43:\"Set field-level permissions for CCK fields.\";s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/fieldgroup/fieldgroup.module','fieldgroup','module','','1','0','0','6007','9','a:10:{s:4:\"name\";s:10:\"Fieldgroup\";s:11:\"description\";s:37:\"Create display groups for CCK fields.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/filefield/filefield.module','filefield','module','','1','0','0','6104','0','a:10:{s:4:\"name\";s:9:\"FileField\";s:11:\"description\";s:26:\"Defines a file field type.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:3:\"5.0\";s:7:\"version\";s:7:\"6.x-3.2\";s:7:\"project\";s:9:\"filefield\";s:9:\"datestamp\";s:10:\"1256070656\";s:10:\"dependents\";a:0:{}}');INSERT INTO
systemVALUES ('sites/all/modules/filefield/filefield_meta/filefield_meta.module','filefield_meta','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:14:\"FileField Meta\";s:11:\"description\";s:48:\"Add metadata gathering and storage to FileField.\";s:12:\"dependencies\";a:2:{i:0;s:9:\"filefield\";i:1;s:6:\"getid3\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:3:\"5.0\";s:7:\"version\";s:7:\"6.x-3.2\";s:7:\"project\";s:9:\"filefield\";s:9:\"datestamp\";s:10:\"1256070656\";s:10:\"dependents\";a:0:{}}');INSERT INTO
systemVALUES ('sites/all/modules/advanced_help/help_example/help_example.module','help_example','module','','1','0','0','0','0','a:9:{s:4:\"name\";s:21:\"Advanced help example\";s:11:\"description\";s:62:\"A example help module to demonstrate the advanced help module.\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:13:\"advanced_help\";}s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:13:\"advanced_help\";s:9:\"datestamp\";s:10:\"1238954409\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/imageapi/imageapi.module','imageapi','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:8:\"ImageAPI\";s:11:\"description\";s:38:\"ImageAPI supporting multiple toolkits.\";s:7:\"package\";s:10:\"ImageCache\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:3:\"5.1\";s:7:\"version\";s:7:\"6.x-1.6\";s:7:\"project\";s:8:\"imageapi\";s:9:\"datestamp\";s:10:\"1239992203\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}}');INSERT INTO
systemVALUES ('sites/all/modules/imageapi/imageapi_gd.module','imageapi_gd','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:12:\"ImageAPI GD2\";s:11:\"description\";s:49:\"Uses PHP\'s built-in GD2 image processing support.\";s:7:\"package\";s:10:\"ImageCache\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.6\";s:7:\"project\";s:8:\"imageapi\";s:9:\"datestamp\";s:10:\"1239992203\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/imageapi/imageapi_imagemagick.module','imageapi_imagemagick','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:20:\"ImageAPI ImageMagick\";s:11:\"description\";s:33:\"Command Line ImageMagick support.\";s:7:\"package\";s:10:\"ImageCache\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.6\";s:7:\"project\";s:8:\"imageapi\";s:9:\"datestamp\";s:10:\"1239992203\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/imagecache/imagecache.module','imagecache','module','','1','0','0','6001','0','a:10:{s:4:\"name\";s:10:\"ImageCache\";s:11:\"description\";s:36:\"Dynamic image manipulator and cache.\";s:7:\"package\";s:10:\"ImageCache\";s:12:\"dependencies\";a:1:{i:0;s:8:\"imageapi\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:14:\"6.x-2.0-beta10\";s:7:\"project\";s:10:\"imagecache\";s:9:\"datestamp\";s:10:\"1250716281\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/imagecache/imagecache_ui.module','imagecache_ui','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:13:\"ImageCache UI\";s:11:\"description\";s:26:\"ImageCache User Interface.\";s:12:\"dependencies\";a:2:{i:0;s:10:\"imagecache\";i:1;s:8:\"imageapi\";}s:7:\"package\";s:10:\"ImageCache\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:14:\"6.x-2.0-beta10\";s:7:\"project\";s:10:\"imagecache\";s:9:\"datestamp\";s:10:\"1250716281\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/imagefield/imagefield.module','imagefield','module','','1','0','0','6005','0','a:10:{s:4:\"name\";s:10:\"ImageField\";s:11:\"description\";s:28:\"Defines an image field type.\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:7:\"content\";i:1;s:9:\"filefield\";}s:7:\"package\";s:3:\"CCK\";s:7:\"version\";s:7:\"6.x-3.2\";s:7:\"project\";s:10:\"imagefield\";s:9:\"datestamp\";s:10:\"1256070937\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nice_menus/nice_menus.module','nice_menus','module','','0','0','0','6000','0','a:9:{s:4:\"name\";s:10:\"Nice Menus\";s:11:\"description\";s:75:\"CSS/jQuery drop-down, drop-right and drop-left menus to be placed in blocks\";s:12:\"dependencies\";a:1:{i:0;s:4:\"menu\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:10:\"nice_menus\";s:9:\"datestamp\";s:10:\"1228075824\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/nodereference/nodereference.module','nodereference','module','','1','0','0','6001','0','a:10:{s:4:\"name\";s:14:\"Node Reference\";s:11:\"description\";s:59:\"Defines a field type for referencing one node from another.\";s:12:\"dependencies\";a:3:{i:0;s:7:\"content\";i:1;s:4:\"text\";i:2;s:13:\"optionwidgets\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/number/number.module','number','module','','1','0','0','6000','0','a:10:{s:4:\"name\";s:6:\"Number\";s:11:\"description\";s:28:\"Defines numeric field types.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/optionwidgets/optionwidgets.module','optionwidgets','module','','1','0','0','6001','0','a:10:{s:4:\"name\";s:14:\"Option Widgets\";s:11:\"description\";s:82:\"Defines selection, check box and radio button widgets for text and numeric fields.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/special_menu_items/special_menu_items.module','special_menu_items','module','','0','0','0','0','0','a:9:{s:4:\"name\";s:18:\"Special menu items\";s:11:\"description\";s:59:\"Allow users to add placeholder and/or separator menu items.\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:4:\"menu\";}s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:18:\"special_menu_items\";s:9:\"datestamp\";s:10:\"1243846910\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/text/text.module','text','module','','1','0','0','6003','0','a:10:{s:4:\"name\";s:4:\"Text\";s:11:\"description\";s:32:\"Defines simple text field types.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"content\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/token/token.module','token','module','','1','0','0','1','10','a:9:{s:4:\"name\";s:5:\"Token\";s:11:\"description\";s:79:\"Provides a shared API for replacement of textual placeholders with actual data.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1243895498\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/token/tokenSTARTER.module','tokenSTARTER','module','','1','0','0','0','0','a:9:{s:4:\"name\";s:12:\"TokenSTARTER\";s:11:\"description\";s:72:\"Provides additional tokens and a base on which to build your own tokens.\";s:12:\"dependencies\";a:1:{i:0;s:5:\"token\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1243895498\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/token/token_actions.module','token_actions','module','','1','0','0','0','0','a:9:{s:4:\"name\";s:13:\"Token actions\";s:11:\"description\";s:73:\"Provides enhanced versions of core Drupal actions using the Token module.\";s:12:\"dependencies\";a:1:{i:0;s:5:\"token\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1243895498\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/cck/modules/userreference/userreference.module','userreference','module','','1','0','0','6002','0','a:10:{s:4:\"name\";s:14:\"User Reference\";s:11:\"description\";s:56:\"Defines a field type for referencing a user from a node.\";s:12:\"dependencies\";a:3:{i:0;s:7:\"content\";i:1;s:4:\"text\";i:2;s:13:\"optionwidgets\";}s:7:\"package\";s:3:\"CCK\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.6\";s:7:\"project\";s:3:\"cck\";s:9:\"datestamp\";s:10:\"1257464735\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/views/views.module','views','module','','1','0','0','6007','10','a:10:{s:4:\"name\";s:5:\"Views\";s:11:\"description\";s:55:\"Create customized lists and queries from your database.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.8\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1259799377\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/views/views_export/views_export.module','views_export','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:14:\"Views exporter\";s:11:\"description\";s:40:\"Allows exporting multiple views at once.\";s:7:\"package\";s:5:\"Views\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.8\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1259799377\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/views/views_ui.module','views_ui','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:8:\"Views UI\";s:11:\"description\";s:93:\"Administrative interface to views. Without this module, you cannot create or edit your views.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:7:\"version\";s:7:\"6.x-2.8\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1259799377\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/xmlsitemap/xmlsitemap.module','xmlsitemap','module','','1','0','0','6151','5','a:10:{s:4:\"name\";s:11:\"XML sitemap\";s:11:\"description\";s:63:\"Create a XML sitemap conforming to sitemaps.org specifications.\";s:7:\"package\";s:11:\"XML sitemap\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:10:\"xmlsitemap\";s:9:\"datestamp\";s:10:\"1264572909\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nodewords/basic_metatags/basic_metatags.module','basic_metatags','module','','1','0','0','6101','10','a:10:{s:4:\"name\";s:15:\"Basic meta tags\";s:11:\"description\";s:83:\"Allows users to add basic meta tags to node, user profile, and taxonomy term pages.\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Nodewords\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1253722248\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/custom_pagers/custom_pagers.module','custom_pagers','module','','1','0','0','2','0','a:9:{s:4:\"name\";s:13:\"Custom Pagers\";s:4:\"core\";s:3:\"6.x\";s:11:\"description\";s:79:\"Allows administrators to define custom pagers for navigation in lists of nodes.\";s:7:\"version\";s:14:\"6.x-1.10-beta1\";s:7:\"project\";s:13:\"custom_pagers\";s:9:\"datestamp\";s:10:\"1213759811\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/contentoptimizer/contentoptimizer.module','contentoptimizer','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:17:\"Content Optimizer\";s:11:\"description\";s:68:\"Analyzes node content for search engine optimization recommendations\";s:7:\"package\";s:3:\"SEO\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:7:\"project\";s:16:\"contentoptimizer\";s:9:\"datestamp\";s:10:\"1238604330\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/google_website_optimizer/google_website_optimizer.module','google_website_optimizer','module','','1','0','0','6002','0','a:9:{s:4:\"name\";s:24:\"Google Website Optimizer\";s:11:\"description\";s:84:\"Easily insert the nessesary javascript code for your Google Website Optimizer tests.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.3\";s:7:\"project\";s:24:\"google_website_optimizer\";s:9:\"datestamp\";s:10:\"1245761746\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nodewords/nodewords.module','nodewords','module','','1','0','0','6167','10','a:11:{s:4:\"name\";s:9:\"Nodewords\";s:11:\"description\";s:160:\"Allows users to add meta tags, e.g. keywords or description. This module doesn\'t actually implement any meta tags, but requires other modules to implement them.\";s:7:\"package\";s:9:\"Meta tags\";s:4:\"core\";s:3:\"6.x\";s:10:\"recommends\";a:2:{i:0;s:8:\"checkall\";i:1;s:13:\"vertical_tabs\";}s:7:\"version\";s:8:\"6.x-1.11\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1262270443\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module','xmlsitemap_engines','module','','1','0','0','6111','15','a:10:{s:4:\"name\";s:19:\"XML sitemap engines\";s:11:\"description\";s:37:\"Submit the sitemap to search engines.\";s:7:\"package\";s:11:\"XML sitemap\";s:12:\"dependencies\";a:1:{i:0;s:10:\"xmlsitemap\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:10:\"xmlsitemap\";s:9:\"datestamp\";s:10:\"1264572909\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module','xmlsitemap_node','module','','1','0','0','6106','5','a:10:{s:4:\"name\";s:16:\"XML sitemap node\";s:11:\"description\";s:30:\"Add node links to the sitemap.\";s:7:\"package\";s:11:\"XML sitemap\";s:12:\"dependencies\";a:1:{i:0;s:10:\"xmlsitemap\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:10:\"xmlsitemap\";s:9:\"datestamp\";s:10:\"1264572909\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module','xmlsitemap_taxonomy','module','','1','0','0','6113','10','a:10:{s:4:\"name\";s:20:\"XML sitemap taxonomy\";s:11:\"description\";s:39:\"Add taxonomy term links to the sitemap.\";s:7:\"package\";s:11:\"XML sitemap\";s:12:\"dependencies\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:10:\"xmlsitemap\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:10:\"xmlsitemap\";s:9:\"datestamp\";s:10:\"1264572909\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module','xmlsitemap_user','module','','1','0','0','6113','10','a:10:{s:4:\"name\";s:16:\"XML sitemap user\";s:11:\"description\";s:38:\"Add user profile links to the sitemap.\";s:7:\"package\";s:11:\"XML sitemap\";s:12:\"dependencies\";a:1:{i:0;s:10:\"xmlsitemap\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:10:\"xmlsitemap\";s:9:\"datestamp\";s:10:\"1264572909\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/auto_nodetitle/auto_nodetitle.module','auto_nodetitle','module','','1','0','0','1','5','a:9:{s:4:\"name\";s:20:\"Automatic Nodetitles\";s:11:\"description\";s:70:\"Allows hiding of the content title field and automatic title creation.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"auto_nodetitle\";s:9:\"datestamp\";s:10:\"1249042505\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nodewords/extra_metatags/extra_metatags.module','extra_metatags','module','','1','0','0','6102','12','a:10:{s:4:\"name\";s:15:\"Extra meta tags\";s:11:\"description\";s:166:\"Allows users to add extra meta tags to node, user profile, and taxonomy term pages; it also allows the user to add custom meta tags by adding custom definition files.\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Nodewords\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1253722248\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/themes/marinelli/giordani/giordani.info','giordani','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:14:{s:4:\"name\";s:8:\"Giordani\";s:11:\"description\";s:39:\"Marinelli theme with left sidebar first\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"giordani.css\";s:48:\"sites/all/themes/marinelli/giordani/giordani.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/giordani/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/giordani/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('themes/pushbutton/pushbutton.info','pushbutton','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:13:{s:4:\"name\";s:10:\"Pushbutton\";s:11:\"description\";s:52:\"Tabled, multi-column theme in blue and orange tones.\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/pushbutton/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/pushbutton/script.js\";}s:10:\"screenshot\";s:32:\"themes/pushbutton/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('themes/garland/garland.info','garland','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:13:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:66:\"Tableless, recolorable, multi-column, fluid width theme (default).\";s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:24:\"themes/garland/script.js\";}s:10:\"screenshot\";s:29:\"themes/garland/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('themes/chameleon/marvin/marvin.info','marvin','theme','','0','0','0','-1','0','a:13:{s:4:\"name\";s:6:\"Marvin\";s:11:\"description\";s:31:\"Boxy tabled theme in all grays.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:7:\"version\";s:4:\"6.14\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:9:\"chameleon\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1253130027\";s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/chameleon/marvin/script.js\";}s:10:\"screenshot\";s:38:\"themes/chameleon/marvin/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nodewords/site_verification/site_verification.module','site_verification','module','','1','0','0','6100','10','a:10:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:74:\"Allows users to add site verification meta tags some web services require.\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Nodewords\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1253722248\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/themes/marinelli/marinelli.info','marinelli','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:13:{s:4:\"name\";s:9:\"Marinelli\";s:11:\"description\";s:60:\"A fresh 3-column layout for Drupal. Still usable over 4000m!\";s:7:\"version\";s:8:\"6.x-2.95\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:10:\"layout.css\";s:37:\"sites/all/themes/marinelli/layout.css\";s:12:\"graphics.css\";s:39:\"sites/all/themes/marinelli/graphics.css\";s:14:\"typography.css\";s:41:\"sites/all/themes/marinelli/typography.css\";s:9:\"links.css\";s:36:\"sites/all/themes/marinelli/links.css\";}}s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1242496884\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:36:\"sites/all/themes/marinelli/script.js\";}s:10:\"screenshot\";s:41:\"sites/all/themes/marinelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/backup_migrate/backup_migrate.module','backup_migrate','module','','1','0','1','0','0','a:9:{s:4:\"name\";s:18:\"Backup and Migrate\";s:11:\"description\";s:75:\"Backup or migrate the Drupal Database quickly and without unnecessary data.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"backup_migrate\";s:9:\"datestamp\";s:10:\"1232247609\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/site_map/site_map.module','site_map','module','','0','0','0','0','0','a:9:{s:4:\"name\";s:8:\"Site map\";s:11:\"description\";s:19:\"Display a site map.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:8:\"site_map\";s:9:\"datestamp\";s:10:\"1255552890\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/themes/abarre/abarre.info','abarre','theme','themes/engines/phptemplate/phptemplate.engine','0','0','0','-1','0','a:13:{s:4:\"name\";s:6:\"Abarre\";s:11:\"description\";s:20:\"A bar to rule it all\";s:10:\"screenshot\";s:38:\"sites/all/themes/abarre/screenshot.png\";s:7:\"version\";s:7:\"6.x-1.0\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:3:{s:12:\"sidebar_left\";s:12:\"Left sidebar\";s:7:\"content\";s:7:\"Content\";s:11:\"content_top\";s:11:\"Content Top\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:7:\"mission\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:6:\"search\";i:7;s:7:\"favicon\";i:8;s:13:\"primary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"sites/all/themes/abarre/style.css\";}}s:3:\"php\";s:5:\"4.3.3\";s:7:\"project\";s:6:\"abarre\";s:9:\"datestamp\";s:10:\"1219523403\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"sites/all/themes/abarre/script.js\";}}');INSERT INTO
systemVALUES ('sites/all/modules/page_title/page_title.module','page_title','module','','1','0','0','6200','0','a:9:{s:4:\"name\";s:10:\"Page Title\";s:11:\"description\";s:60:\"Enhanced control over the page title (in the <head> tag).\";s:12:\"dependencies\";a:1:{i:0;s:5:\"token\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.3\";s:7:\"project\";s:10:\"page_title\";s:9:\"datestamp\";s:10:\"1259017563\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/seo_checklist/seochecklist.module','seochecklist','module','','1','0','0','6206','0','a:10:{s:4:\"name\";s:13:\"SEO Checklist\";s:11:\"description\";s:50:\"A Search Engine Optimization checklist for Drupal.\";s:4:\"core\";s:3:\"6.x\";s:10:\"recommends\";a:1:{i:0;s:13:\"vertical_tabs\";}s:7:\"version\";s:13:\"6.x-2.1-beta1\";s:7:\"project\";s:13:\"seo_checklist\";s:9:\"datestamp\";s:10:\"1258764652\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/vertical_tabs/vertical_tabs.module','vertical_tabs','module','','1','0','0','6104','300','a:11:{s:4:\"name\";s:13:\"Vertical Tabs\";s:11:\"description\";s:67:\"Provides vertical tabs for supported forms like the node edit page.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:14:\"User interface\";s:10:\"recommends\";a:1:{i:0;s:4:\"form\";}s:7:\"version\";s:11:\"6.x-1.0-rc1\";s:7:\"project\";s:13:\"vertical_tabs\";s:9:\"datestamp\";s:10:\"1265224223\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/globalredirect/globalredirect.module','globalredirect','module','','1','0','0','6100','0','a:9:{s:4:\"name\";s:15:\"Global Redirect\";s:11:\"description\";s:129:\"Searches for an alias of the current URL and 301 redirects if found. Stops duplicate content arising when path module is enabled.\";s:12:\"dependencies\";a:1:{i:0;s:4:\"path\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.2\";s:7:\"project\";s:14:\"globalredirect\";s:9:\"datestamp\";s:10:\"1229943020\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/pathauto/pathauto.module','pathauto','module','','1','0','0','7','1','a:10:{s:4:\"name\";s:8:\"Pathauto\";s:11:\"description\";s:95:\"Provides a mechanism for modules to automatically generate aliases for the content they manage.\";s:12:\"dependencies\";a:2:{i:0;s:4:\"path\";i:1;s:5:\"token\";}s:8:\"suggests\";a:1:{i:0;s:13:\"path_redirect\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:8:\"pathauto\";s:9:\"datestamp\";s:10:\"1259928742\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/path_redirect/path_redirect.module','path_redirect','module','','1','0','0','6103','0','a:12:{s:4:\"name\";s:13:\"Path redirect\";s:11:\"description\";s:39:\"Redirect users from one URL to another.\";s:4:\"core\";s:3:\"6.x\";s:8:\"enhances\";a:1:{i:0;s:8:\"pathauto\";}s:8:\"suggests\";a:1:{i:0;s:15:\"global_redirect\";}s:10:\"recommends\";a:1:{i:0;s:8:\"elements\";}s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:7:\"project\";s:13:\"path_redirect\";s:9:\"datestamp\";s:10:\"1259754356\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/htmlpurifier/htmlpurifier.module','htmlpurifier','module','','1','0','0','6201','0','a:9:{s:4:\"name\";s:13:\"HTML Purifier\";s:11:\"description\";s:74:\"Filter that removes malicious HTML and ensures standards compliant output.\";s:4:\"core\";s:3:\"6.x\";s:3:\"php\";s:5:\"5.0.5\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:12:\"htmlpurifier\";s:9:\"datestamp\";s:10:\"1260667838\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}}');INSERT INTO
systemVALUES ('sites/all/modules/search404/search404.module','search404','module','','1','0','0','0','0','a:9:{s:4:\"name\";s:10:\"Search 404\";s:11:\"description\";s:10:\"Search 404\";s:12:\"dependencies\";a:1:{i:0;s:6:\"search\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.8\";s:7:\"project\";s:9:\"search404\";s:9:\"datestamp\";s:10:\"1261997461\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/google_analytics/googleanalytics.module','googleanalytics','module','','1','0','0','6200','0','a:10:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:72:\"Adds Google Analytics javascript tracking code to all your site\'s pages.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:10:\"Statistics\";s:7:\"version\";s:7:\"6.x-2.2\";s:7:\"project\";s:16:\"google_analytics\";s:9:\"datestamp\";s:10:\"1238610067\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/mollom/mollom.module','mollom','module','','1','0','1','6109','0','a:9:{s:4:\"name\";s:6:\"Mollom\";s:11:\"description\";s:28:\"Protects forms against spam.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:6:\"mollom\";s:9:\"datestamp\";s:10:\"1266654608\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/mollom/tests/mollom_test.module','mollom_test','module','','0','0','0','-1','0','a:11:{s:4:\"name\";s:11:\"Mollom Test\";s:11:\"description\";s:40:\"Testing module for Mollom functionality.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:7:\"Testing\";s:6:\"hidden\";b:1;s:7:\"version\";s:8:\"6.x-1.12\";s:7:\"project\";s:6:\"mollom\";s:9:\"datestamp\";s:10:\"1266654608\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/akismet/akismet.module','akismet','module','','0','0','0','2','0','a:9:{s:4:\"name\";s:7:\"Akismet\";s:11:\"description\";s:55:\"Use the Akismet Service to protect your site from spam.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:13:\"6.x-1.0-beta1\";s:7:\"project\";s:7:\"akismet\";s:9:\"datestamp\";s:10:\"1211845802\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/taxonomy_menu/taxonomy_menu.module','taxonomy_menu','module','','1','0','0','6200','0','a:10:{s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:8:\"taxonomy\";}s:11:\"description\";s:39:\"Adds links to taxonomy terms to a menu.\";s:4:\"name\";s:13:\"Taxonomy Menu\";s:7:\"package\";s:13:\"Taxonomy Menu\";s:7:\"version\";s:7:\"6.x-2.5\";s:7:\"project\";s:13:\"taxonomy_menu\";s:9:\"datestamp\";s:10:\"1264125906\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/taxonomy_menu/taxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module','taxonomy_menu_hierarchy','module','','1','0','0','0','0','a:10:{s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:13:\"taxonomy_menu\";}s:11:\"description\";s:40:\"Enables Hierarchy path to Taxonomy Menu.\";s:4:\"name\";s:23:\"Taxonomy Menu Hierarchy\";s:7:\"package\";s:13:\"Taxonomy Menu\";s:7:\"version\";s:7:\"6.x-2.5\";s:7:\"project\";s:13:\"taxonomy_menu\";s:9:\"datestamp\";s:10:\"1264125906\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/taxonomy_menu/taxonomy_menu_path_custom/taxonomy_menu_path_custom.module','taxonomy_menu_path_custom','module','','1','0','0','0','0','a:10:{s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:13:\"taxonomy_menu\";}s:11:\"description\";s:42:\"Enables Custom path base to Taxonomy Menu.\";s:4:\"name\";s:25:\"Taxonomy Menu Custom Path\";s:7:\"package\";s:13:\"Taxonomy Menu\";s:7:\"version\";s:7:\"6.x-2.5\";s:7:\"project\";s:13:\"taxonomy_menu\";s:9:\"datestamp\";s:10:\"1264125906\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/taxonomy_menu/taxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.module','taxonomy_menu_vocabulary_path','module','','1','0','0','0','0','a:10:{s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:13:\"taxonomy_menu\";}s:11:\"description\";s:64:\"Enables a custom path for each vocabulary through Taxonomy Menu.\";s:4:\"name\";s:29:\"Taxonomy Menu Vocabulary Path\";s:7:\"package\";s:13:\"Taxonomy Menu\";s:7:\"version\";s:7:\"6.x-2.5\";s:7:\"project\";s:13:\"taxonomy_menu\";s:9:\"datestamp\";s:10:\"1264125906\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/drupal_tweaks/modules/inline_msg/inline_msg.module','inline_msg','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:10:\"Inline Msg\";s:11:\"description\";s:49:\"Move validation messages above the form elements.\";s:7:\"package\";s:13:\"Drupal Tweaks\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:1:{i:0;s:13:\"drupal_tweaks\";}s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:13:\"drupal_tweaks\";s:9:\"datestamp\";s:10:\"1269561945\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/spam/filters/bayesian/bayesian.module','bayesian','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:15:\"Bayesian filter\";s:11:\"description\";s:18:\"A bayesian filter.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:1:{i:0;s:4:\"spam\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/captcha/captcha.module','captcha','module','','1','0','0','6201','0','a:10:{s:4:\"name\";s:7:\"CAPTCHA\";s:11:\"description\";s:61:\"Base CAPTCHA module for adding challenges to arbitrary forms.\";s:7:\"package\";s:12:\"Spam control\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:7:\"captcha\";s:9:\"datestamp\";s:10:\"1262396711\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/spam/filters/custom/custom.module','custom','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:13:\"Custom filter\";s:11:\"description\";s:48:\"Allows the creation of custom spam filter rules.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:1:{i:0;s:4:\"spam\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/spam/filters/duplicate/duplicate.module','duplicate','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:16:\"Duplicate filter\";s:11:\"description\";s:36:\"A duplication detecting spam filter.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:1:{i:0;s:4:\"spam\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/captcha/image_captcha/image_captcha.module','image_captcha','module','','1','0','0','6203','0','a:10:{s:4:\"name\";s:13:\"Image CAPTCHA\";s:11:\"description\";s:32:\"Provides an image based CAPTCHA.\";s:7:\"package\";s:12:\"Spam control\";s:12:\"dependencies\";a:1:{i:0;s:7:\"captcha\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.1\";s:7:\"project\";s:7:\"captcha\";s:9:\"datestamp\";s:10:\"1262396711\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/spam/filters/node_age/node_age.module','node_age','module','','0','0','0','0','0','a:10:{s:4:\"name\";s:20:\"Spam node age filter\";s:11:\"description\";s:54:\"A node-age comment filter plug-in for the spam module.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:2:{i:0;s:4:\"spam\";i:1;s:7:\"comment\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/spam/spam.module','spam','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:8:\"Spam API\";s:11:\"description\";s:54:\"The core Spam API for autodetecting and managing spam.\";s:7:\"package\";s:4:\"Spam\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/spam/filters/surbl/surbl.module','surbl','module','','1','0','0','0','0','a:10:{s:4:\"name\";s:17:\"Spam Surbl filter\";s:11:\"description\";s:43:\"A Surbl filter plug-in for the spam module.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:1:{i:0;s:4:\"spam\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/spam/filters/url/url.module','url','module','','0','0','0','0','0','a:10:{s:4:\"name\";s:15:\"Spam URL filter\";s:11:\"description\";s:41:\"A URL filter plug-in for the spam module.\";s:7:\"package\";s:4:\"Spam\";s:12:\"dependencies\";a:2:{i:0;s:4:\"spam\";i:1;s:8:\"bayesian\";}s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.0\";s:7:\"project\";s:4:\"spam\";s:9:\"datestamp\";s:10:\"1249930375\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nodewords/nodewords_basic/nodewords_basic.module','nodewords_basic','module','','1','0','0','0','12','a:10:{s:4:\"name\";s:27:\"Nodewords - basic meta tags\";s:11:\"description\";s:52:\"Allows users to add basic meta tags to Drupal pages.\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Meta tags\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.11\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1262270443\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nodewords/nodewords_extra/nodewords_extra.module','nodewords_extra','module','','1','0','0','0','14','a:10:{s:4:\"name\";s:27:\"Nodewords - extra meta tags\";s:11:\"description\";s:52:\"Allows users to add extra meta tags to Drupal pages.\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Meta tags\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.11\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1262270443\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/nodewords/nodewords_verification_tags/nodewords_verification_tags.module','nodewords_verification_tags','module','','1','0','0','0','16','a:10:{s:4:\"name\";s:40:\"Nodewords - site verification meta tags\";s:11:\"description\";s:104:\"Allows users to add site verification meta tags required by some web sites (mainly from search engines).\";s:12:\"dependencies\";a:1:{i:0;s:9:\"nodewords\";}s:7:\"package\";s:9:\"Meta tags\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:8:\"6.x-1.11\";s:7:\"project\";s:9:\"nodewords\";s:9:\"datestamp\";s:10:\"1262270443\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/path_redirect/generate/path_redirect_generate.module','path_redirect_generate','module','','0','0','0','-1','0','a:11:{s:4:\"name\";s:22:\"Path redirect generate\";s:11:\"description\";s:34:\"Bulk create redirects for testing.\";s:7:\"package\";s:11:\"Development\";s:4:\"core\";s:3:\"6.x\";s:12:\"dependencies\";a:2:{i:0;s:13:\"path_redirect\";i:1;s:14:\"devel_generate\";}s:4:\"tags\";a:1:{i:0;s:9:\"developer\";}s:7:\"version\";s:13:\"6.x-1.0-beta6\";s:7:\"project\";s:13:\"path_redirect\";s:9:\"datestamp\";s:10:\"1259754356\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/drupal_tweaks/modules/db_tweaks/db_tweaks.module','db_tweaks','module','','1','0','1','0','0','a:10:{s:4:\"name\";s:15:\"Database tweaks\";s:11:\"description\";s:52:\"Database tweaks module for additional MySQL settings\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:13:\"Drupal Tweaks\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:13:\"drupal_tweaks\";s:9:\"datestamp\";s:10:\"1269561945\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/drupal_tweaks/drupal_tweaks.module','drupal_tweaks','module','','1','0','1','0','0','a:10:{s:4:\"name\";s:13:\"Drupal tweaks\";s:11:\"description\";s:49:\"Drupal tweaks module for additional functionality\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:13:\"Drupal Tweaks\";s:7:\"version\";s:11:\"6.x-1.x-dev\";s:7:\"project\";s:13:\"drupal_tweaks\";s:9:\"datestamp\";s:10:\"1269561945\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');INSERT INTO
systemVALUES ('sites/all/modules/drupal_tweaks/modules/form2block/form2block.module','form2block','module','','0','0','0','-1','0','a:10:{s:4:\"name\";s:10:\"form2block\";s:11:\"description\";s:35:\"Convert any form or node into block\";s:7:\"package\";s:13:\"Drupal Tweaks\";s:12:\"dependencies\";a:1:{i:0;s:13:\"drupal_tweaks\";}s:7:\"version\";s:11:\"6.x-1.x-dev\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:13:\"drupal_tweaks\";s:9:\"datestamp\";s:10:\"1269561945\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}');DROP TABLE IF EXISTS
taxonomy_menu;CREATE TABLE
taxonomy_menu(mlidint(10) unsigned NOT NULL default '0',tidint(10) unsigned NOT NULL default '0',vidint(10) unsigned NOT NULL default '0', PRIMARY KEY (mlid,tid), KEYvid(vid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
term_data;CREATE TABLE
term_data(tidint(10) unsigned NOT NULL auto_increment,vidint(10) unsigned NOT NULL default '0',namevarchar(255) NOT NULL default '',descriptionlongtext,weighttinyint(4) NOT NULL default '0', PRIMARY KEY (tid), KEYtaxonomy_tree(vid,weight,name), KEYvid_name(vid,name) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 AUTO_INCREMENT=13;INSERT INTO
term_dataVALUES ('12','3','Our Dogs Photos','','3');INSERT INTO
term_dataVALUES ('11','3','Stair Photos','','2');INSERT INTO
term_dataVALUES ('10','3','Commercial Photos','','1');INSERT INTO
term_dataVALUES ('9','3','Residential Photos','','0');DROP TABLE IF EXISTS
term_hierarchy;CREATE TABLE
term_hierarchy(tidint(10) unsigned NOT NULL default '0',parentint(10) unsigned NOT NULL default '0', PRIMARY KEY (tid,parent), KEYparent(parent) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
term_hierarchyVALUES ('9','0');INSERT INTO
term_hierarchyVALUES ('10','0');INSERT INTO
term_hierarchyVALUES ('11','0');INSERT INTO
term_hierarchyVALUES ('12','0');DROP TABLE IF EXISTS
term_node;CREATE TABLE
term_node(nidint(10) unsigned NOT NULL default '0',vidint(10) unsigned NOT NULL default '0',tidint(10) unsigned NOT NULL default '0', PRIMARY KEY (tid,vid), KEYvid(vid), KEYnid(nid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
term_nodeVALUES ('23','23','9');INSERT INTO
term_nodeVALUES ('22','22','9');INSERT INTO
term_nodeVALUES ('24','24','9');INSERT INTO
term_nodeVALUES ('25','25','9');INSERT INTO
term_nodeVALUES ('26','26','9');INSERT INTO
term_nodeVALUES ('36','36','11');INSERT INTO
term_nodeVALUES ('37','37','11');INSERT INTO
term_nodeVALUES ('38','38','11');INSERT INTO
term_nodeVALUES ('39','39','11');INSERT INTO
term_nodeVALUES ('40','40','11');INSERT INTO
term_nodeVALUES ('41','41','11');INSERT INTO
term_nodeVALUES ('43','43','11');INSERT INTO
term_nodeVALUES ('44','44','11');INSERT INTO
term_nodeVALUES ('45','45','11');INSERT INTO
term_nodeVALUES ('46','46','11');INSERT INTO
term_nodeVALUES ('47','47','11');INSERT INTO
term_nodeVALUES ('48','48','10');INSERT INTO
term_nodeVALUES ('49','49','10');INSERT INTO
term_nodeVALUES ('50','50','10');INSERT INTO
term_nodeVALUES ('51','51','10');INSERT INTO
term_nodeVALUES ('52','52','10');INSERT INTO
term_nodeVALUES ('53','53','10');INSERT INTO
term_nodeVALUES ('54','54','10');INSERT INTO
term_nodeVALUES ('55','55','10');INSERT INTO
term_nodeVALUES ('56','56','10');INSERT INTO
term_nodeVALUES ('57','57','10');INSERT INTO
term_nodeVALUES ('58','58','10');INSERT INTO
term_nodeVALUES ('59','59','10');INSERT INTO
term_nodeVALUES ('60','60','10');INSERT INTO
term_nodeVALUES ('62','62','10');INSERT INTO
term_nodeVALUES ('63','63','10');INSERT INTO
term_nodeVALUES ('64','64','10');INSERT INTO
term_nodeVALUES ('65','65','10');INSERT INTO
term_nodeVALUES ('66','66','10');INSERT INTO
term_nodeVALUES ('67','67','10');INSERT INTO
term_nodeVALUES ('68','68','10');INSERT INTO
term_nodeVALUES ('69','69','10');INSERT INTO
term_nodeVALUES ('70','70','10');INSERT INTO
term_nodeVALUES ('71','71','10');INSERT INTO
term_nodeVALUES ('72','72','10');INSERT INTO
term_nodeVALUES ('73','73','10');INSERT INTO
term_nodeVALUES ('74','74','10');INSERT INTO
term_nodeVALUES ('76','76','10');INSERT INTO
term_nodeVALUES ('77','77','10');INSERT INTO
term_nodeVALUES ('87','87','12');INSERT INTO
term_nodeVALUES ('86','86','12');INSERT INTO
term_nodeVALUES ('85','85','12');INSERT INTO
term_nodeVALUES ('84','84','12');INSERT INTO
term_nodeVALUES ('83','83','12');INSERT INTO
term_nodeVALUES ('88','88','12');INSERT INTO
term_nodeVALUES ('89','89','12');INSERT INTO
term_nodeVALUES ('90','90','12');INSERT INTO
term_nodeVALUES ('91','91','12');INSERT INTO
term_nodeVALUES ('92','92','12');INSERT INTO
term_nodeVALUES ('93','93','12');DROP TABLE IF EXISTS
term_relation;CREATE TABLE
term_relation(tridint(11) NOT NULL auto_increment,tid1int(10) unsigned NOT NULL default '0',tid2int(10) unsigned NOT NULL default '0', PRIMARY KEY (trid), UNIQUE KEYtid1_tid2(tid1,tid2), KEYtid2(tid2) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
term_synonym;CREATE TABLE
term_synonym(tsidint(11) NOT NULL auto_increment,tidint(10) unsigned NOT NULL default '0',namevarchar(255) NOT NULL default '', PRIMARY KEY (tsid), KEYtid(tid), KEYname_tid(name,tid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;DROP TABLE IF EXISTS
upload;CREATE TABLE
upload(fidint(10) unsigned NOT NULL default '0',nidint(10) unsigned NOT NULL default '0',vidint(10) unsigned NOT NULL default '0',descriptionvarchar(255) NOT NULL default '',listtinyint(3) unsigned NOT NULL default '0',weighttinyint(4) NOT NULL default '0', PRIMARY KEY (vid,fid), KEYfid(fid), KEYnid(nid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;DROP TABLE IF EXISTS
url_alias;CREATE TABLE
url_alias(pidint(10) unsigned NOT NULL auto_increment,srcvarchar(128) NOT NULL default '',dstvarchar(128) NOT NULL default '',languagevarchar(12) NOT NULL default '', PRIMARY KEY (pid), UNIQUE KEYdst_language(dst,language), KEYsrc_language(src,language) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 AUTO_INCREMENT=21;INSERT INTO
url_aliasVALUES ('1','node/2','About-Us.html','');INSERT INTO
url_aliasVALUES ('10','node/21','our_photos','');INSERT INTO
url_aliasVALUES ('13','node/30','rotts','');INSERT INTO
url_aliasVALUES ('5','node/1','D-Cubed-Builders.html','');INSERT INTO
url_aliasVALUES ('8','node/8','dcubedbuilders','');INSERT INTO
url_aliasVALUES ('9','node/9','services','');INSERT INTO
url_aliasVALUES ('12','node/29','links','');INSERT INTO
url_aliasVALUES ('19','user/10','users/jim-switzer','');INSERT INTO
url_aliasVALUES ('15','node/32','excelsiornews','');INSERT INTO
url_aliasVALUES ('20','user/1','users/markcissi','');DROP TABLE IF EXISTS
users;CREATE TABLE
users(uidint(10) unsigned NOT NULL auto_increment,namevarchar(60) NOT NULL default '',passvarchar(32) NOT NULL default '',mailvarchar(64) default '',modetinyint(4) NOT NULL default '0',sorttinyint(4) default '0',thresholdtinyint(4) default '0',themevarchar(255) NOT NULL default '',signaturevarchar(255) NOT NULL default '',createdint(11) NOT NULL default '0',accessint(11) NOT NULL default '0',loginint(11) NOT NULL default '0',statustinyint(4) NOT NULL default '0',timezonevarchar(8) default NULL,languagevarchar(12) NOT NULL default '',picturevarchar(255) NOT NULL default '',initvarchar(64) default '',datalongtext,signature_formatsmallint(6) NOT NULL default '0', PRIMARY KEY (uid), UNIQUE KEYname(name), KEYaccess(access), KEYcreated(created), KEYmail(mail) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 AUTO_INCREMENT=11;INSERT INTO
usersVALUES ('0','','','','0','0','0','','','0','0','0','0',null,'','','',null,'0');INSERT INTO
usersVALUES ('1','markcissi','c1a841fe6813d939eae9d15c960f75fd','stairwiz@earthlink.net','0','0','0','','','1247445467','1270440237','1270236028','1','-18000','','','stairwiz@earthlink.net','a:5:{s:7:\"contact\";i:1;s:13:\"form_build_id\";s:37:\"form-69818af843f2354d3b306005751f4a88\";s:9:\"nodewords\";a:9:{s:8:\"abstract\";a:1:{s:5:\"value\";s:0:\"\";}s:9:\"canonical\";a:1:{s:5:\"value\";s:0:\"\";}s:9:\"copyright\";a:1:{s:5:\"value\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"value\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"value\";s:12:\"home builder\";}s:13:\"revisit-after\";a:1:{s:5:\"value\";s:1:\"1\";}s:6:\"robots\";a:2:{s:5:\"value\";a:6:{s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:5:\"noodp\";i:0;s:9:\"nosnippet\";i:0;s:6:\"noydir\";i:0;}s:11:\"use_default\";i:0;}s:8:\"dc.title\";a:1:{s:5:\"value\";s:0:\"\";}s:8:\"location\";a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}}s:24:\"xmlsitemap_user_priority\";s:2:\"-2\";s:10:\"page_title\";s:0:\"\";}','0');INSERT INTO
usersVALUES ('10','Jim Switzer','c32c2fc9d7e464607d8039749bdebc1e','jswitzer@coalmarch.com','0','0','0','','','1260669748','1264748059','1264748059','1','-18000','','','jswitzer@coalmarch.com','a:4:{s:13:\"form_build_id\";s:37:\"form-ea84bd89f7072432021f371abc48d724\";s:7:\"contact\";i:1;s:9:\"nodewords\";a:9:{s:8:\"abstract\";a:1:{s:5:\"value\";s:0:\"\";}s:9:\"canonical\";a:1:{s:5:\"value\";s:0:\"\";}s:9:\"copyright\";a:1:{s:5:\"value\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"value\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"value\";s:12:\"home builder\";}s:13:\"revisit-after\";a:1:{s:5:\"value\";s:1:\"1\";}s:6:\"robots\";a:2:{s:5:\"value\";a:6:{s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:5:\"noodp\";i:0;s:9:\"nosnippet\";i:0;s:6:\"noydir\";i:0;}s:11:\"use_default\";i:0;}s:8:\"dc.title\";a:1:{s:5:\"value\";s:0:\"\";}s:8:\"location\";a:2:{s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";}}s:24:\"xmlsitemap_user_priority\";s:2:\"-2\";}','0');DROP TABLE IF EXISTS
users_roles;CREATE TABLE
users_roles(uidint(10) unsigned NOT NULL default '0',ridint(10) unsigned NOT NULL default '0', PRIMARY KEY (uid,rid), KEYrid(rid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
users_rolesVALUES ('1','3');INSERT INTO
users_rolesVALUES ('1','4');INSERT INTO
users_rolesVALUES ('10','3');INSERT INTO
users_rolesVALUES ('10','4');DROP TABLE IF EXISTS
variable;CREATE TABLE
variable(namevarchar(128) NOT NULL default '',valuelongtext NOT NULL, PRIMARY KEY (name) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
variableVALUES ('theme_default','s:16:\"pixture_reloaded\";');INSERT INTO
variableVALUES ('filter_html_1','s:1:\"1\";');INSERT INTO
variableVALUES ('node_options_forum','a:1:{i:0;s:6:\"status\";}');INSERT INTO
variableVALUES ('drupal_private_key','s:64:\"f5ba48a2109127fbff61281afb5330fe8dfed95031dd91997ee19a4e0ee90403\";');INSERT INTO
variableVALUES ('menu_masks','a:28:{i:0;i:127;i:1;i:126;i:2;i:125;i:3;i:63;i:4;i:62;i:5;i:61;i:6;i:59;i:7;i:58;i:8;i:57;i:9;i:56;i:10;i:31;i:11;i:30;i:12;i:29;i:13;i:28;i:14;i:24;i:15;i:21;i:16;i:15;i:17;i:14;i:18;i:12;i:19;i:11;i:20;i:9;i:21;i:7;i:22;i:6;i:23;i:5;i:24;i:4;i:25;i:3;i:26;i:2;i:27;i:1;}');INSERT INTO
variableVALUES ('install_task','s:4:\"done\";');INSERT INTO
variableVALUES ('menu_expanded','a:1:{i:0;s:13:\"primary-links\";}');INSERT INTO
variableVALUES ('drupal_http_request_fails','b:0;');INSERT INTO
variableVALUES ('site_name','s:25:\"http://dcubedbuilders.com\";');INSERT INTO
variableVALUES ('site_mail','s:23:\"mark@dcubedbuilders.com\";');INSERT INTO
variableVALUES ('date_default_timezone','s:1:\"0\";');INSERT INTO
variableVALUES ('user_email_verification','i:1;');INSERT INTO
variableVALUES ('clean_url','s:1:\"1\";');INSERT INTO
variableVALUES ('install_time','i:1247445473;');INSERT INTO
variableVALUES ('node_options_page','a:1:{i:0;s:6:\"status\";}');INSERT INTO
variableVALUES ('comment_page','i:0;');INSERT INTO
variableVALUES ('theme_settings','a:20:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:0;s:13:\"toggle_slogan\";i:0;s:14:\"toggle_mission\";i:0;s:24:\"toggle_node_user_picture\";i:0;s:27:\"toggle_comment_user_picture\";i:0;s:13:\"toggle_search\";i:0;s:14:\"toggle_favicon\";i:0;s:20:\"toggle_primary_links\";i:0;s:22:\"toggle_secondary_links\";i:0;s:21:\"toggle_node_info_page\";i:0;s:22:\"toggle_node_info_photo\";i:0;s:22:\"toggle_node_info_story\";i:0;s:12:\"default_logo\";i:0;s:9:\"logo_path\";s:28:\"sites/default/files/logo.png\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:0;s:12:\"favicon_path\";s:0:\"\";s:14:\"favicon_upload\";s:0:\"\";s:21:\"nice_menus_custom_css\";s:0:\"\";}');INSERT INTO
variableVALUES ('css_js_query_string','s:20:\"PJ85n2LO4gvhUEBSeAtm\";');INSERT INTO
variableVALUES ('install_profile','s:7:\"default\";');INSERT INTO
variableVALUES ('update_last_check','i:1270363225;');INSERT INTO
variableVALUES ('cron_last','i:1270438808;');INSERT INTO
variableVALUES ('file_directory_temp','s:4:\"/tmp\";');INSERT INTO
variableVALUES ('javascript_parsed','a:0:{}');INSERT INTO
variableVALUES ('site_slogan','s:0:\"\";');INSERT INTO
variableVALUES ('site_mission','s:0:\"\";');INSERT INTO
variableVALUES ('site_footer','s:0:\"\";');INSERT INTO
variableVALUES ('anonymous','s:9:\"Anonymous\";');INSERT INTO
variableVALUES ('site_frontpage','s:6:\"node/1\";');INSERT INTO
variableVALUES ('theme_abarre_settings','a:19:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:0;s:13:\"toggle_slogan\";i:0;s:14:\"toggle_mission\";i:0;s:24:\"toggle_node_user_picture\";i:0;s:27:\"toggle_comment_user_picture\";i:0;s:13:\"toggle_search\";i:0;s:14:\"toggle_favicon\";i:1;s:20:\"toggle_primary_links\";i:0;s:12:\"default_logo\";i:0;s:9:\"logo_path\";s:35:\"sites/default/files/abarre_logo.png\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:1;s:12:\"favicon_path\";s:0:\"\";s:14:\"favicon_upload\";s:0:\"\";s:6:\"scheme\";s:0:\"\";s:7:\"palette\";a:5:{s:4:\"base\";s:7:\"#518a6e\";s:4:\"link\";s:7:\"#120e0d\";s:3:\"top\";s:7:\"#ffffff\";s:6:\"bottom\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#0f0101\";}s:5:\"theme\";s:6:\"abarre\";s:4:\"info\";a:9:{s:7:\"schemes\";a:12:{s:39:\"#e0dbc2,#D63E03,#e0dbc2,#e0dbc2,#545454\";s:16:\"Athens (Default)\";s:39:\"#bce0f6,#0074cd,#C7C2A9,#C7C2A9,#4e5c64\";s:6:\"Monday\";s:39:\"#f3f3f3,#9f8741,#C7C2A9,#C7C2A9,#6e6e6e\";s:14:\"White and Gold\";s:39:\"#65bcf1,#014e88,#C7C2A9,#C7C2A9,#6b6b6b\";s:11:\"Drupal Blue\";s:39:\"#ccccff,#32609f,#C7C2A9,#C7C2A9,#8f8f8f\";s:10:\"Periwinkle\";s:39:\"#c3f8ab,#0074cd,#C7C2A9,#C7C2A9,#71605b\";s:9:\"Vancouver\";s:39:\"#baab7d,#840000,#C7C2A9,#C7C2A9,#6e6e6e\";s:5:\"Woody\";s:39:\"#f5ca00,#c0480c,#C7C2A9,#C7C2A9,#3b3b3b\";s:10:\"Golden Boy\";s:39:\"#7db798,#877123,#C7C2A9,#C7C2A9,#193930\";s:12:\"RCS - Aufumy\";s:39:\"#06757a,#f27a0d,#C7C2A9,#C7C2A9,#064499\";s:15:\"RCS - Katbailey\";s:39:\"#ff44f0,#13ef41,#C7C2A9,#C7C2A9,#8a00ff\";s:13:\"RCS - Steve K\";s:0:\"\";s:6:\"Custom\";}s:6:\"slices\";a:11:{s:13:\"images/bg.gif\";a:4:{i:0;i:0;i:1;i:0;i:2;i:630;i:3;i:80;}s:25:\"images/side-li-active.gif\";a:4:{i:0;i:278;i:1;i:219;i:2;i:13;i:3;i:7;}s:18:\"images/side-li.gif\";a:4:{i:0;i:278;i:1;i:235;i:2;i:13;i:3;i:7;}s:18:\"images/primary.gif\";a:4:{i:0;i:276;i:1;i:273;i:2;i:15;i:3;i:6;}s:25:\"images/primary-active.gif\";a:4:{i:0;i:276;i:1;i:285;i:2;i:15;i:3;i:6;}s:22:\"images/header-side.gif\";a:4:{i:0;i:0;i:1;i:0;i:2;i:15;i:3;i:15;}s:21:\"images/screenshot.png\";a:4:{i:0;i:0;i:1;i:0;i:2;i:400;i:3;i:240;}s:24:\"images/footer-corner.gif\";a:4:{i:0;i:236;i:1;i:522;i:2;i:29;i:3;i:29;}s:25:\"images/footer-corner2.gif\";a:4:{i:0;i:187;i:1;i:522;i:2;i:29;i:3;i:29;}s:16:\"images/block.gif\";a:4:{i:0;i:0;i:1;i:434;i:2;i:260;i:3;i:18;}s:17:\"images/bullet.gif\";a:4:{i:0;i:242;i:1;i:386;i:2;i:4;i:3;i:4;}}s:4:\"copy\";a:5:{i:0;s:18:\"images/comment.gif\";i:1;s:17:\"images/delete.gif\";i:2;s:15:\"images/edit.gif\";i:3;s:16:\"images/reply.gif\";i:4;s:24:\"images/shadow-bottom.gif\";}s:4:\"fill\";a:2:{s:4:\"base\";a:4:{i:0;i:0;i:1;i:0;i:2;i:760;i:3;i:568;}s:4:\"link\";a:4:{i:0;i:107;i:1;i:533;i:2;i:41;i:3;i:23;}}s:3:\"css\";a:1:{i:0;s:9:\"style.css\";}s:12:\"blend_target\";s:7:\"#ffffff\";s:13:\"preview_image\";s:17:\"color/preview.png\";s:11:\"preview_css\";s:17:\"color/preview.css\";s:10:\"base_image\";s:14:\"color/base.png\";}}');INSERT INTO
variableVALUES ('color_abarre_palette','a:5:{s:4:\"base\";s:7:\"#518a6e\";s:4:\"link\";s:7:\"#120e0d\";s:3:\"top\";s:7:\"#ffffff\";s:6:\"bottom\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#0f0101\";}');INSERT INTO
variableVALUES ('color_abarre_logo','s:50:\"sites/default/files/color/abarre-8d6440e2/logo.png\";');INSERT INTO
variableVALUES ('color_abarre_stylesheets','a:2:{i:0;s:51:\"sites/default/files/color/abarre-8d6440e2/style.css\";i:1;s:67:\"sites/default/files/color/abarre-8d6440e2/vertical_tabs.garland.css\";}');INSERT INTO
variableVALUES ('color_abarre_files','a:18:{i:0;s:53:\"sites/default/files/color/abarre-8d6440e2/comment.gif\";i:1;s:52:\"sites/default/files/color/abarre-8d6440e2/delete.gif\";i:2;s:50:\"sites/default/files/color/abarre-8d6440e2/edit.gif\";i:3;s:51:\"sites/default/files/color/abarre-8d6440e2/reply.gif\";i:4;s:59:\"sites/default/files/color/abarre-8d6440e2/shadow-bottom.gif\";i:5;s:48:\"sites/default/files/color/abarre-8d6440e2/bg.gif\";i:6;s:60:\"sites/default/files/color/abarre-8d6440e2/side-li-active.gif\";i:7;s:53:\"sites/default/files/color/abarre-8d6440e2/side-li.gif\";i:8;s:53:\"sites/default/files/color/abarre-8d6440e2/primary.gif\";i:9;s:60:\"sites/default/files/color/abarre-8d6440e2/primary-active.gif\";i:10;s:57:\"sites/default/files/color/abarre-8d6440e2/header-side.gif\";i:11;s:56:\"sites/default/files/color/abarre-8d6440e2/screenshot.png\";i:12;s:59:\"sites/default/files/color/abarre-8d6440e2/footer-corner.gif\";i:13;s:60:\"sites/default/files/color/abarre-8d6440e2/footer-corner2.gif\";i:14;s:51:\"sites/default/files/color/abarre-8d6440e2/block.gif\";i:15;s:52:\"sites/default/files/color/abarre-8d6440e2/bullet.gif\";i:16;s:51:\"sites/default/files/color/abarre-8d6440e2/style.css\";i:17;s:67:\"sites/default/files/color/abarre-8d6440e2/vertical_tabs.garland.css\";}');INSERT INTO
variableVALUES ('filter_default_format','s:1:\"2\";');INSERT INTO
variableVALUES ('imce_profiles','a:2:{i:1;a:9:{s:4:\"name\";s:8:\"Advanced\";s:8:\"filesize\";s:1:\"0\";s:5:\"quota\";s:1:\"0\";s:7:\"tuquota\";s:1:\"0\";s:10:\"extensions\";s:1:\"*\";s:10:\"dimensions\";s:7:\"800x600\";s:7:\"filenum\";s:1:\"0\";s:11:\"directories\";a:1:{i:0;a:7:{s:4:\"name\";s:1:\".\";s:6:\"subnav\";i:1;s:6:\"browse\";i:1;s:6:\"upload\";i:1;s:5:\"thumb\";i:1;s:6:\"delete\";i:1;s:6:\"resize\";i:1;}}s:10:\"thumbnails\";a:3:{i:0;a:4:{s:4:\"name\";s:5:\"Small\";s:10:\"dimensions\";s:5:\"90x90\";s:6:\"prefix\";s:6:\"small_\";s:6:\"suffix\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:6:\"Medium\";s:10:\"dimensions\";s:7:\"120x120\";s:6:\"prefix\";s:7:\"medium_\";s:6:\"suffix\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:5:\"Large\";s:10:\"dimensions\";s:7:\"180x180\";s:6:\"prefix\";s:6:\"large_\";s:6:\"suffix\";s:0:\"\";}}}i:2;a:9:{s:4:\"name\";s:7:\"Default\";s:8:\"filesize\";s:1:\"1\";s:5:\"quota\";s:1:\"2\";s:7:\"tuquota\";s:1:\"0\";s:10:\"extensions\";s:16:\"gif png jpg jpeg\";s:10:\"dimensions\";s:7:\"800x600\";s:7:\"filenum\";s:1:\"1\";s:11:\"directories\";a:1:{i:0;a:7:{s:4:\"name\";s:5:\"u%uid\";s:6:\"subnav\";i:0;s:6:\"browse\";i:1;s:6:\"upload\";i:1;s:5:\"thumb\";i:1;s:6:\"delete\";i:0;s:6:\"resize\";i:0;}}s:10:\"thumbnails\";a:1:{i:0;a:4:{s:4:\"name\";s:5:\"Thumb\";s:10:\"dimensions\";s:5:\"90x90\";s:6:\"prefix\";s:6:\"thumb_\";s:6:\"suffix\";s:0:\"\";}}}}');INSERT INTO
variableVALUES ('imce_roles_profiles','a:4:{i:4;a:2:{s:6:\"weight\";s:1:\"0\";s:3:\"pid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:1:\"5\";s:3:\"pid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";i:11;s:3:\"pid\";s:1:\"2\";}i:1;a:2:{s:6:\"weight\";i:12;s:3:\"pid\";s:1:\"0\";}}');INSERT INTO
variableVALUES ('filter_url_length_1','s:2:\"72\";');INSERT INTO
variableVALUES ('allowed_html_1','s:119:\"<
ul>
<
ol>
<
dl>
<
div>
<
pre>
<
address>
<
h1>
<
h2>
<
h3>
<
h4>
<
h5>
<
h6>\";');
INSERT INTO
variableVALUES ('filter_html_help_1','i:1;');INSERT INTO
variableVALUES ('filter_html_nofollow_1','i:0;');INSERT INTO
variableVALUES ('format','s:1:\"1\";');INSERT INTO
variableVALUES ('imce_settings_textarea','s:0:\"\";');INSERT INTO
variableVALUES ('imce_settings_absurls','i:0;');INSERT INTO
variableVALUES ('imce_settings_replace','s:1:\"0\";');INSERT INTO
variableVALUES ('imce_settings_thumb_method','s:14:\"scale_and_crop\";');INSERT INTO
variableVALUES ('image_toolkit','s:2:\"gd\";');INSERT INTO
variableVALUES ('content_schema_version','i:6009;');INSERT INTO
variableVALUES ('fieldgroup_schema_version','i:6000;');INSERT INTO
variableVALUES ('oldtheme_menu_item_link','s:20:\"theme_menu_item_link\";');INSERT INTO
variableVALUES ('image_jpeg_quality','s:2:\"90\";');INSERT INTO
variableVALUES ('imageapi_image_toolkit','s:11:\"imageapi_gd\";');INSERT INTO
variableVALUES ('nice_menus_number','s:1:\"1\";');INSERT INTO
variableVALUES ('nice_menus_ie','i:1;');INSERT INTO
variableVALUES ('views_block_hashes','a:0:{}');INSERT INTO
variableVALUES ('nice_menus_name_1','s:11:\"Nice Menu 1\";');INSERT INTO
variableVALUES ('nice_menus_menu_1','s:15:\"primary-links:0\";');INSERT INTO
variableVALUES ('nice_menus_type_1','s:5:\"right\";');INSERT INTO
variableVALUES ('content_extra_weights_page','a:3:{s:5:\"title\";s:2:\"-5\";s:10:\"body_field\";s:2:\"-4\";s:4:\"menu\";s:2:\"-3\";}');INSERT INTO
variableVALUES ('nice_menus_custom_css','s:0:\"\";');INSERT INTO
variableVALUES ('upload_max_resolution','s:1:\"0\";');INSERT INTO
variableVALUES ('upload_list_default','s:1:\"1\";');INSERT INTO
variableVALUES ('upload_extensions_default','s:52:\"jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp\";');INSERT INTO
variableVALUES ('upload_uploadsize_default','s:1:\"8\";');INSERT INTO
variableVALUES ('upload_usersize_default','s:2:\"10\";');INSERT INTO
variableVALUES ('roles','a:0:{}');INSERT INTO
variableVALUES ('node_options_photo','a:2:{i:0;s:6:\"status\";i:1;s:7:\"promote\";}');INSERT INTO
variableVALUES ('upload_photo','s:1:\"1\";');INSERT INTO
variableVALUES ('form_build_id_photo','s:37:\"form-748604cf1ea9f6e3dd69be6ef690316f\";');INSERT INTO
variableVALUES ('comment_photo','s:1:\"2\";');INSERT INTO
variableVALUES ('comment_default_mode_photo','s:1:\"4\";');INSERT INTO
variableVALUES ('comment_default_order_photo','s:1:\"1\";');INSERT INTO
variableVALUES ('comment_default_per_page_photo','s:2:\"50\";');INSERT INTO
variableVALUES ('comment_controls_photo','s:1:\"3\";');INSERT INTO
variableVALUES ('comment_anonymous_photo','i:0;');INSERT INTO
variableVALUES ('comment_subject_field_photo','s:1:\"0\";');INSERT INTO
variableVALUES ('comment_preview_photo','s:1:\"1\";');INSERT INTO
variableVALUES ('comment_form_location_photo','s:1:\"0\";');INSERT INTO
variableVALUES ('content_extra_weights_photo','a:3:{s:5:\"title\";s:2:\"-5\";s:10:\"body_field\";s:2:\"-3\";s:4:\"menu\";s:2:\"-2\";}');INSERT INTO
variableVALUES ('imageapi_jpeg_quality','s:2:\"90\";');INSERT INTO
variableVALUES ('node_options_photo_2','a:2:{i:0;s:6:\"status\";i:1;s:7:\"promote\";}');INSERT INTO
variableVALUES ('upload_photo_2','s:1:\"1\";');INSERT INTO
variableVALUES ('form_build_id_photo_2','s:37:\"form-1307be241bb280234cf5ee2961a9e9cb\";');INSERT INTO
variableVALUES ('content_extra_weights_photo_2','a:3:{s:5:\"title\";s:2:\"-5\";s:10:\"body_field\";s:1:\"0\";s:4:\"menu\";s:2:\"-2\";}');INSERT INTO
variableVALUES ('node_options_image','a:2:{i:0;s:6:\"status\";i:1;s:7:\"promote\";}');INSERT INTO
variableVALUES ('node_cron_comments_scale','d:1;');INSERT INTO
variableVALUES ('node_cron_views_scale','d:1;');INSERT INTO
variableVALUES ('node_cron_last','s:10:\"1265768840\";');INSERT INTO
variableVALUES ('advanced_help_last_cron','a:1:{s:4:\"time\";i:1270438807;}');INSERT INTO
variableVALUES ('upload_image','s:1:\"0\";');INSERT INTO
variableVALUES ('form_build_id_image','s:37:\"form-ee0411350466e83f808a0ff17a3a2c70\";');INSERT INTO
variableVALUES ('content_extra_weights_image','a:4:{s:5:\"title\";s:2:\"-5\";s:10:\"body_field\";s:2:\"-3\";s:4:\"menu\";s:2:\"-2\";s:8:\"taxonomy\";s:2:\"-3\";}');INSERT INTO
variableVALUES ('nodewords_update_6139','b:1;');INSERT INTO
variableVALUES ('xmlsitemap_engines_submit','i:1;');INSERT INTO
variableVALUES ('xmlsitemap_chunk_size','i:1000;');INSERT INTO
variableVALUES ('xmlsitemap_engines_cron_timestamp_submit','i:1268631601;');INSERT INTO
variableVALUES ('xmlsitemap_sitemap_is_changed','b:0;');INSERT INTO
variableVALUES ('xmlsitemap_sitemap_needs_update','b:0;');INSERT INTO
variableVALUES ('xmlsitemap_engines_cron_submit_frequency','s:4:\"3600\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_ask_submit','i:1;');INSERT INTO
variableVALUES ('xmlsitemap_engines_ask_url','s:49:\"http://submissions.ask.com/ping?sitemap=[sitemap]\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_google_submit','i:1;');INSERT INTO
variableVALUES ('xmlsitemap_engines_google_url','s:61:\"http://www.google.com/webmasters/tools/ping?sitemap=[sitemap]\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_google_verify','s:27:\"googleeb1fa83e87863ac1.html\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_moreover_submit','i:1;');INSERT INTO
variableVALUES ('xmlsitemap_engines_moreover_url','s:40:\"http://api.moreover.com/ping?u=[sitemap]\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_bing_submit','i:1;');INSERT INTO
variableVALUES ('xmlsitemap_engines_bing_url','s:57:\"http://www.bing.com/webmaster/ping.aspx?siteMap=[sitemap]\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_bing_verify','s:0:\"\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_bing_verify_string','s:0:\"\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_yahoo_submit','i:1;');INSERT INTO
variableVALUES ('xmlsitemap_engines_yahoo_url','s:73:\"http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=[sitemap]\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_yahoo_verify','s:53:\"http://dcubedbuilders.com/y_key_aa6728ef9e078450.html\";');INSERT INTO
variableVALUES ('xmlsitemap_engines_yahoo_verify_string','s:0:\"\";');INSERT INTO
variableVALUES ('nodewords_page','i:1;');INSERT INTO
variableVALUES ('form_build_id_page','s:37:\"form-8f175a0d21278da910e1ddfa3a9b76de\";');INSERT INTO
variableVALUES ('xmlsitemap_node_type_priority_page','s:3:\"0.5\";');INSERT INTO
variableVALUES ('ant_page','s:1:\"0\";');INSERT INTO
variableVALUES ('ant_pattern_page','s:0:\"\";');INSERT INTO
variableVALUES ('ant_php_page','i:0;');INSERT INTO
variableVALUES ('theme_marinelli_settings','a:18:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:0;s:13:\"toggle_slogan\";i:0;s:14:\"toggle_mission\";i:0;s:24:\"toggle_node_user_picture\";i:0;s:27:\"toggle_comment_user_picture\";i:0;s:13:\"toggle_search\";i:0;s:14:\"toggle_favicon\";i:0;s:20:\"toggle_primary_links\";i:0;s:22:\"toggle_secondary_links\";i:0;s:12:\"default_logo\";i:0;s:9:\"logo_path\";s:38:\"sites/default/files/marinelli_logo.png\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:0;s:12:\"favicon_path\";s:0:\"\";s:14:\"favicon_upload\";s:0:\"\";s:8:\"menutype\";s:1:\"1\";s:10:\"cssPreload\";s:1:\"0\";}');INSERT INTO
variableVALUES ('theme_pixture_reloaded_settings','a:21:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:0;s:13:\"toggle_slogan\";i:0;s:14:\"toggle_mission\";i:0;s:24:\"toggle_node_user_picture\";i:0;s:27:\"toggle_comment_user_picture\";i:0;s:13:\"toggle_search\";i:1;s:14:\"toggle_favicon\";i:1;s:20:\"toggle_primary_links\";i:0;s:12:\"default_logo\";i:0;s:9:\"logo_path\";s:45:\"sites/default/files/pixture_reloaded_logo.png\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:0;s:12:\"favicon_path\";s:48:\"sites/default/files/pixture_reloaded_favicon.jpg\";s:14:\"favicon_upload\";s:0:\"\";s:13:\"pixture_width\";s:4:\"100%\";s:17:\"pixture_superfish\";i:1;s:6:\"scheme\";s:0:\"\";s:7:\"palette\";a:5:{s:4:\"base\";s:7:\"#329f75\";s:4:\"link\";s:7:\"#131311\";s:3:\"top\";s:7:\"#38a38d\";s:6:\"bottom\";s:7:\"#0bfed2\";s:4:\"text\";s:7:\"#080707\";}s:5:\"theme\";s:16:\"pixture_reloaded\";s:4:\"info\";a:10:{s:7:\"schemes\";a:20:{s:39:\"#eb52c1,#b21f88,#b800a6,#ff6bfe,#555555\";s:20:\"Girly Pink (Default)\";s:39:\"#de8291,#c55964,#861509,#f8306a,#555555\";s:10:\"Red Carpet\";s:39:\"#d59648,#865518,#572e05,#eb8919,#555555\";s:13:\"Caramel Brown\";s:39:\"#cfb377,#90712c,#463406,#e6bd5c,#555555\";s:11:\"Earth Brown\";s:39:\"#f7b42b,#8e6130,#ec8c04,#fade42,#555555\";s:13:\"Orange Sunset\";s:39:\"#d1bc00,#6c7019,#d5be01,#f0fd58,#555555\";s:11:\"Gold Yellow\";s:39:\"#afc94a,#61751f,#2d3701,#d2f943,#555555\";s:12:\"Olive Garden\";s:39:\"#9bc068,#3c7c41,#0e3d0b,#6beb37,#555555\";s:12:\"Forest Green\";s:39:\"#83b49f,#486156,#174431,#52bf90,#555555\";s:4:\"Teal\";s:39:\"#76c9cb,#317d81,#054f52,#00d1bc,#555555\";s:10:\"Aquamarine\";s:39:\"#7bc0ea,#3561b1,#025fb1,#62c8fd,#555555\";s:11:\"Ocean Water\";s:39:\"#9ab1f9,#4b5cc3,#062984,#5283ff,#555555\";s:9:\"Deep Blue\";s:39:\"#b0a2f6,#7958a7,#25008f,#c49eff,#555555\";s:11:\"Purple Haze\";s:39:\"#ba90c6,#935b9f,#250c27,#c271d0,#555555\";s:6:\"Violet\";s:39:\"#9397d7,#575dc1,#091c3e,#d0d6f6,#555555\";s:8:\"Graphite\";s:39:\"#54677d,#3d5c85,#282e39,#8692a7,#555555\";s:3:\"Ash\";s:39:\"#aaaeb1,#4d637a,#8c909b,#eeecec,#555555\";s:6:\"Silver\";s:39:\"#202020,#0633a7,#000000,#808080,#000000\";s:6:\"Gothic\";s:39:\"#d1681d,#8b4513,#ffebcd,#d2691e,#000000\";s:9:\"Sandstone\";s:0:\"\";s:6:\"Custom\";}s:4:\"copy\";a:11:{i:0;s:22:\"images/large-alert.png\";i:1;s:23:\"images/bullet-round.png\";i:2;s:32:\"images/bullet-sm-arrow-right.png\";i:3;s:31:\"images/bullet-sm-arrow-down.png\";i:4;s:17:\"images/button.gif\";i:5;s:19:\"images/button-o.gif\";i:6;s:20:\"images/teaser-tl.png\";i:7;s:20:\"images/teaser-tr.png\";i:8;s:20:\"images/teaser-bl.png\";i:9;s:20:\"images/teaser-br.png\";i:10;s:15:\"images/logo.png\";}s:3:\"css\";a:1:{i:0;s:9:\"style.css\";}s:8:\"gradient\";a:4:{i:0;i:0;i:1;i:0;i:2;i:800;i:3;i:94;}s:4:\"fill\";a:2:{s:4:\"base\";a:4:{i:0;i:0;i:1;i:0;i:2;i:800;i:3;i:570;}s:4:\"link\";a:4:{i:0;i:240;i:1;i:530;i:2;i:40;i:3;i:40;}}s:6:\"slices\";a:22:{s:17:\"images/header.png\";a:4:{i:0;i:0;i:1;i:0;i:2;i:512;i:3;i:88;}s:20:\"images/bg-header.png\";a:4:{i:0;i:792;i:1;i:0;i:2;i:8;i:3;i:120;}s:20:\"images/bg-footer.png\";a:4:{i:0;i:792;i:1;i:0;i:2;i:8;i:3;i:88;}s:18:\"images/bg-menu.png\";a:4:{i:0;i:0;i:1;i:88;i:2;i:8;i:3;i:32;}s:19:\"images/bg-title.png\";a:4:{i:0;i:20;i:1;i:130;i:2;i:10;i:3;i:10;}s:18:\"images/bg-wall.png\";a:4:{i:0;i:792;i:1;i:120;i:2;i:8;i:3;i:408;}s:22:\"images/bg-bar-lite.png\";a:4:{i:0;i:0;i:1;i:530;i:2;i:8;i:3;i:40;}s:17:\"images/bg-bar.png\";a:4:{i:0;i:20;i:1;i:530;i:2;i:8;i:3;i:40;}s:23:\"images/bg-lbar-lite.png\";a:4:{i:0;i:270;i:1;i:530;i:2;i:8;i:3;i:40;}s:18:\"images/bg-lbar.png\";a:4:{i:0;i:250;i:1;i:530;i:2;i:8;i:3;i:40;}s:19:\"images/block-tl.png\";a:4:{i:0;i:10;i:1;i:130;i:2;i:150;i:3;i:30;}s:19:\"images/block-tr.png\";a:4:{i:0;i:20;i:1;i:130;i:2;i:210;i:3;i:30;}s:19:\"images/block-bl.png\";a:4:{i:0;i:10;i:1;i:330;i:2;i:150;i:3;i:10;}s:19:\"images/block-br.png\";a:4:{i:0;i:20;i:1;i:330;i:2;i:210;i:3;i:10;}s:21:\"images/block-tile.png\";a:4:{i:0;i:20;i:1;i:330;i:2;i:10;i:3;i:10;}s:20:\"images/sticky-tl.png\";a:4:{i:0;i:250;i:1;i:130;i:2;i:10;i:3;i:10;}s:20:\"images/sticky-tr.png\";a:4:{i:0;i:770;i:1;i:130;i:2;i:10;i:3;i:10;}s:20:\"images/sticky-bl.png\";a:4:{i:0;i:250;i:1;i:320;i:2;i:10;i:3;i:10;}s:20:\"images/sticky-br.png\";a:4:{i:0;i:770;i:1;i:320;i:2;i:10;i:3;i:10;}s:22:\"images/sticky-tile.png\";a:4:{i:0;i:260;i:1;i:130;i:2;i:10;i:3;i:10;}s:24:\"images/sf-hover-tile.png\";a:4:{i:0;i:0;i:1;i:30;i:2;i:250;i:3;i:1;}s:14:\"screenshot.png\";a:4:{i:0;i:0;i:1;i:0;i:2;i:700;i:3;i:420;}}s:12:\"blend_target\";s:7:\"#ffffff\";s:13:\"preview_image\";s:17:\"color/preview.png\";s:11:\"preview_css\";s:17:\"color/preview.css\";s:10:\"base_image\";s:14:\"color/base.png\";}}');INSERT INTO
variableVALUES ('nodewords_head','a:18:{s:11:\"description\";s:11:\"description\";s:8:\"keywords\";s:8:\"keywords\";s:8:\"abstract\";i:0;s:21:\"bing_webmaster_center\";i:0;s:9:\"canonical\";i:0;s:9:\"copyright\";i:0;s:14:\"dc.contributor\";i:0;s:10:\"dc.creator\";i:0;s:7:\"dc.date\";i:0;s:14:\"dc.description\";i:0;s:12:\"dc.publisher\";i:0;s:8:\"dc.title\";i:0;s:22:\"google_webmaster_tools\";i:0;s:8:\"location\";i:0;s:10:\"pics-label\";i:0;s:13:\"revisit-after\";i:0;s:6:\"robots\";i:0;s:19:\"yahoo_site_explorer\";i:0;}');INSERT INTO
variableVALUES ('color_pixture_reloaded_palette','a:5:{s:4:\"base\";s:7:\"#329f75\";s:4:\"link\";s:7:\"#131311\";s:3:\"top\";s:7:\"#38a38d\";s:6:\"bottom\";s:7:\"#0bfed2\";s:4:\"text\";s:7:\"#080707\";}');INSERT INTO
variableVALUES ('color_pixture_reloaded_logo','s:60:\"sites/default/files/color/pixture_reloaded-800dae36/logo.png\";');INSERT INTO
variableVALUES ('color_pixture_reloaded_screenshot','s:66:\"sites/default/files/color/pixture_reloaded-800dae36/screenshot.png\";');INSERT INTO
variableVALUES ('color_pixture_reloaded_stylesheets','a:1:{i:0;s:61:\"sites/default/files/color/pixture_reloaded-800dae36/style.css\";}');INSERT INTO
variableVALUES ('color_pixture_reloaded_files','a:34:{i:0;s:67:\"sites/default/files/color/pixture_reloaded-800dae36/large-alert.png\";i:1;s:68:\"sites/default/files/color/pixture_reloaded-800dae36/bullet-round.png\";i:2;s:77:\"sites/default/files/color/pixture_reloaded-800dae36/bullet-sm-arrow-right.png\";i:3;s:76:\"sites/default/files/color/pixture_reloaded-800dae36/bullet-sm-arrow-down.png\";i:4;s:62:\"sites/default/files/color/pixture_reloaded-800dae36/button.gif\";i:5;s:64:\"sites/default/files/color/pixture_reloaded-800dae36/button-o.gif\";i:6;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/teaser-tl.png\";i:7;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/teaser-tr.png\";i:8;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/teaser-bl.png\";i:9;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/teaser-br.png\";i:10;s:60:\"sites/default/files/color/pixture_reloaded-800dae36/logo.png\";i:11;s:62:\"sites/default/files/color/pixture_reloaded-800dae36/header.png\";i:12;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/bg-header.png\";i:13;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/bg-footer.png\";i:14;s:63:\"sites/default/files/color/pixture_reloaded-800dae36/bg-menu.png\";i:15;s:64:\"sites/default/files/color/pixture_reloaded-800dae36/bg-title.png\";i:16;s:63:\"sites/default/files/color/pixture_reloaded-800dae36/bg-wall.png\";i:17;s:67:\"sites/default/files/color/pixture_reloaded-800dae36/bg-bar-lite.png\";i:18;s:62:\"sites/default/files/color/pixture_reloaded-800dae36/bg-bar.png\";i:19;s:68:\"sites/default/files/color/pixture_reloaded-800dae36/bg-lbar-lite.png\";i:20;s:63:\"sites/default/files/color/pixture_reloaded-800dae36/bg-lbar.png\";i:21;s:64:\"sites/default/files/color/pixture_reloaded-800dae36/block-tl.png\";i:22;s:64:\"sites/default/files/color/pixture_reloaded-800dae36/block-tr.png\";i:23;s:64:\"sites/default/files/color/pixture_reloaded-800dae36/block-bl.png\";i:24;s:64:\"sites/default/files/color/pixture_reloaded-800dae36/block-br.png\";i:25;s:66:\"sites/default/files/color/pixture_reloaded-800dae36/block-tile.png\";i:26;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/sticky-tl.png\";i:27;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/sticky-tr.png\";i:28;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/sticky-bl.png\";i:29;s:65:\"sites/default/files/color/pixture_reloaded-800dae36/sticky-br.png\";i:30;s:67:\"sites/default/files/color/pixture_reloaded-800dae36/sticky-tile.png\";i:31;s:69:\"sites/default/files/color/pixture_reloaded-800dae36/sf-hover-tile.png\";i:32;s:66:\"sites/default/files/color/pixture_reloaded-800dae36/screenshot.png\";i:33;s:61:\"sites/default/files/color/pixture_reloaded-800dae36/style.css\";}');INSERT INTO
variableVALUES ('backup_migrate_exclude_tables','a:0:{}');INSERT INTO
variableVALUES ('backup_migrate_nodata_tables','a:10:{s:5:\"cache\";s:5:\"cache\";s:12:\"cache_filter\";s:12:\"cache_filter\";s:10:\"cache_menu\";s:10:\"cache_menu\";s:10:\"cache_page\";s:10:\"cache_page\";s:11:\"cache_views\";s:11:\"cache_views\";s:14:\"search_dataset\";s:14:\"search_dataset\";s:12:\"search_index\";s:12:\"search_index\";s:12:\"search_total\";s:12:\"search_total\";s:8:\"sessions\";s:8:\"sessions\";s:8:\"watchdog\";s:8:\"watchdog\";}');INSERT INTO
variableVALUES ('backup_migrate_file_name','s:22:\"www.dcubedbuilders.com\";');INSERT INTO
variableVALUES ('backup_migrate_destination','s:8:\"download\";');INSERT INTO
variableVALUES ('backup_migrate_compression','s:3:\"zip\";');INSERT INTO
variableVALUES ('backup_migrate_append_timestamp','i:1;');INSERT INTO
variableVALUES ('backup_migrate_timestamp_format','s:12:\"Y-m-d\TH-i-s\";');INSERT INTO
variableVALUES ('user_register','s:1:\"0\";');INSERT INTO
variableVALUES ('user_registration_help','s:0:\"\";');INSERT INTO
variableVALUES ('user_mail_register_admin_created_subject','s:52:\"An administrator created an account for you at !site\";');INSERT INTO
variableVALUES ('user_mail_register_admin_created_body','s:468:\"!username,\r\n\r\nA site administrator at !site has created an account for you. You may now log in to !login_uri using the following username and password:\r\n\r\nusername: !username\r\npassword: !password\r\n\r\nYou may also log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\n\r\n-- !site team\";');INSERT INTO
variableVALUES ('user_mail_register_no_approval_required_subject','s:38:\"Account details for !username at !site\";');INSERT INTO
variableVALUES ('user_mail_register_no_approval_required_body','s:442:\"!username,\r\n\r\nThank you for registering at !site. You may now log in to !login_uri using the following username and password:\r\n\r\nusername: !username\r\npassword: !password\r\n\r\nYou may also log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\n\r\n-- !site team\";');INSERT INTO
variableVALUES ('user_mail_register_pending_approval_subject','s:63:\"Account details for !username at !site (pending admin approval)\";');INSERT INTO
variableVALUES ('user_mail_register_pending_approval_body','s:273:\"!username,\r\n\r\nThank you for registering at !site. Your application for an account is currently pending approval. Once it has been approved, you will receive another e-mail containing information about how to log in, set your password, and other details.\r\n\r\n\r\n-- !site team\";');INSERT INTO
variableVALUES ('user_mail_password_reset_subject','s:52:\"Replacement login information for !username at !site\";');INSERT INTO
variableVALUES ('user_mail_password_reset_body','s:419:\"!username,\r\n\r\nA request to reset the password for your account has been made at !site.\r\n\r\nYou may now log in to !uri_brief by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once. It expires after one day and nothing will happen if it\'s not used.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\";');INSERT INTO
variableVALUES ('user_mail_status_activated_notify','i:1;');INSERT INTO
variableVALUES ('user_mail_status_activated_subject','s:49:\"Account details for !username at !site (approved)\";');INSERT INTO
variableVALUES ('user_mail_status_activated_body','s:434:\"!username,\r\n\r\nYour account at !site has been activated.\r\n\r\nYou may now log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\nOnce you have set your own password, you will be able to log in to !login_uri in the future using:\r\n\r\nusername: !username\r\n\";');INSERT INTO
variableVALUES ('user_mail_status_blocked_notify','i:0;');INSERT INTO
variableVALUES ('user_mail_status_blocked_subject','s:48:\"Account details for !username at !site (blocked)\";');INSERT INTO
variableVALUES ('user_mail_status_blocked_body','s:53:\"!username,\r\n\r\nYour account on !site has been blocked.\";');INSERT INTO
variableVALUES ('user_mail_status_deleted_notify','i:0;');INSERT INTO
variableVALUES ('user_mail_status_deleted_subject','s:48:\"Account details for !username at !site (deleted)\";');INSERT INTO
variableVALUES ('user_mail_status_deleted_body','s:53:\"!username,\r\n\r\nYour account on !site has been deleted.\";');INSERT INTO
variableVALUES ('user_signatures','s:1:\"0\";');INSERT INTO
variableVALUES ('user_pictures','s:1:\"0\";');INSERT INTO
variableVALUES ('user_picture_path','s:8:\"pictures\";');INSERT INTO
variableVALUES ('user_picture_default','s:0:\"\";');INSERT INTO
variableVALUES ('user_picture_dimensions','s:5:\"85x85\";');INSERT INTO
variableVALUES ('user_picture_file_size','s:2:\"30\";');INSERT INTO
variableVALUES ('user_picture_guidelines','s:0:\"\";');INSERT INTO
variableVALUES ('xmlsitemap_user_default_priority','s:3:\"0.5\";');INSERT INTO
variableVALUES ('user_block_seconds_online','s:3:\"900\";');INSERT INTO
variableVALUES ('user_block_max_list_count','s:2:\"10\";');INSERT INTO
variableVALUES ('cache','s:1:\"1\";');INSERT INTO
variableVALUES ('cache_lifetime','s:1:\"0\";');INSERT INTO
variableVALUES ('page_compression','s:1:\"1\";');INSERT INTO
variableVALUES ('block_cache','s:1:\"0\";');INSERT INTO
variableVALUES ('preprocess_css','s:1:\"0\";');INSERT INTO
variableVALUES ('preprocess_js','s:1:\"0\";');INSERT INTO
variableVALUES ('clear','s:17:\"Clear cached data\";');INSERT INTO
variableVALUES ('page_title_default','s:46:\"[page-title] | D Cubed Builders, Inc. Apex, NC\";');INSERT INTO
variableVALUES ('page_title_front','s:0:\"\";');INSERT INTO
variableVALUES ('page_title_user','s:40:\"[User] | D Cubed Builders, Inc. Apex, NC\";');INSERT INTO
variableVALUES ('page_title_type_page','s:0:\"\";');INSERT INTO
variableVALUES ('page_title_type_photo','s:0:\"\";');INSERT INTO
variableVALUES ('page_title_type_story','s:0:\"\";');INSERT INTO
variableVALUES ('page_title_vocab_3','s:0:\"\";');INSERT INTO
variableVALUES ('page_title_user_showfield','i:1;');INSERT INTO
variableVALUES ('page_title_type_page_showfield','i:1;');INSERT INTO
variableVALUES ('page_title_type_photo_showfield','i:1;');INSERT INTO
variableVALUES ('page_title_type_story_showfield','i:1;');INSERT INTO
variableVALUES ('page_title_vocab_3_showfield','i:1;');INSERT INTO
variableVALUES ('page_title_pager_pattern','s:0:\"\";');INSERT INTO
variableVALUES ('page_title_vocab_4_showfield','i:0;');INSERT INTO
variableVALUES ('page_title_vocab_4','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_modulelist','a:3:{i:0;s:4:\"node\";i:1;s:4:\"user\";i:2;s:8:\"taxonomy\";}');INSERT INTO
variableVALUES ('pathauto_taxonomy_supportsfeeds','s:6:\"0/feed\";');INSERT INTO
variableVALUES ('pathauto_taxonomy_pattern','s:34:\"category/[vocab-raw]/[catpath-raw]\";');INSERT INTO
variableVALUES ('pathauto_taxonomy_bulkupdate','b:0;');INSERT INTO
variableVALUES ('pathauto_taxonomy_applytofeeds','b:0;');INSERT INTO
variableVALUES ('pathauto_taxonomy_2_pattern','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_taxonomy_1_pattern','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_ignore_words','s:108:\"a,an,as,at,before,but,by,for,from,is,in,into,like,of,off,on,onto,per,since,than,the,this,that,to,up,via,with\";');INSERT INTO
variableVALUES ('pathauto_indexaliases','b:0;');INSERT INTO
variableVALUES ('pathauto_indexaliases_bulkupdate','b:0;');INSERT INTO
variableVALUES ('pathauto_max_component_length','s:3:\"100\";');INSERT INTO
variableVALUES ('pathauto_max_length','s:3:\"100\";');INSERT INTO
variableVALUES ('pathauto_node_bulkupdate','b:0;');INSERT INTO
variableVALUES ('pathauto_node_forum_pattern','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_node_image_pattern','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_node_page_pattern','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_node_pattern','s:19:\"content/[title-raw]\";');INSERT INTO
variableVALUES ('pathauto_node_story_pattern','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_punctuation_quotes','i:0;');INSERT INTO
variableVALUES ('pathauto_separator','s:1:\"-\";');INSERT INTO
variableVALUES ('pathauto_update_action','s:1:\"2\";');INSERT INTO
variableVALUES ('pathauto_user_bulkupdate','b:0;');INSERT INTO
variableVALUES ('pathauto_user_pattern','s:16:\"users/[user-raw]\";');INSERT INTO
variableVALUES ('pathauto_user_supportsfeeds','N;');INSERT INTO
variableVALUES ('pathauto_verbose','b:0;');INSERT INTO
variableVALUES ('pathauto_node_applytofeeds','s:0:\"\";');INSERT INTO
variableVALUES ('pathauto_punctuation_hyphen','i:1;');INSERT INTO
variableVALUES ('seo_checklist_link','i:0;');INSERT INTO
variableVALUES ('seo_checklist_thanks','i:0;');INSERT INTO
variableVALUES ('seo_checklist_podcast','i:0;');INSERT INTO
variableVALUES ('seo_checklist_book_references','i:1;');INSERT INTO
variableVALUES ('site_404','s:9:\"search404\";');INSERT INTO
variableVALUES ('googleanalytics_visibility','s:1:\"0\";');INSERT INTO
variableVALUES ('htmlpurifier_version_current','s:5:\"4.0.0\";');INSERT INTO
variableVALUES ('htmlpurifier_version_ours','s:5:\"4.0.0\";');INSERT INTO
variableVALUES ('googleanalytics_pages','s:45:\"admin\r\nadmin/\r\nuser//\r\nnode/add\r\nnode//\";');INSERT INTO
variableVALUES ('googleanalytics_last_cache','i:1270417212;');INSERT INTO
variableVALUES ('admin_theme','s:16:\"pixture_reloaded\";');INSERT INTO
variableVALUES ('node_admin_theme','i:0;');INSERT INTO
variableVALUES ('site_map_message','s:0:\"\";');INSERT INTO
variableVALUES ('site_map_show_front','i:1;');INSERT INTO
variableVALUES ('site_map_show_blogs','i:1;');INSERT INTO
variableVALUES ('site_map_show_books','a:0:{}');INSERT INTO
variableVALUES ('site_map_show_menus','a:2:{s:10:\"navigation\";s:10:\"navigation\";s:13:\"primary-links\";s:13:\"primary-links\";}');INSERT INTO
variableVALUES ('site_map_show_faq','i:1;');INSERT INTO
variableVALUES ('site_map_show_vocabularies','a:0:{}');INSERT INTO
variableVALUES ('site_map_css','i:0;');INSERT INTO
variableVALUES ('site_map_show_count','i:1;');INSERT INTO
variableVALUES ('site_map_categories_depth','s:3:\"all\";');INSERT INTO
variableVALUES ('site_map_term_threshold','s:1:\"0\";');INSERT INTO
variableVALUES ('site_map_forum_threshold','s:2:\"-1\";');INSERT INTO
variableVALUES ('site_map_rss_front','s:7:\"rss.xml\";');INSERT INTO
variableVALUES ('site_map_show_rss_links','s:1:\"1\";');INSERT INTO
variableVALUES ('site_map_rss_depth','s:3:\"all\";');INSERT INTO
variableVALUES ('googleanalytics_account','s:11:\"UA-996874-8\";');INSERT INTO
variableVALUES ('taxonomy_menu_sync_4','i:1;');INSERT INTO
variableVALUES ('googleanalytics_custom','s:1:\"0\";');INSERT INTO
variableVALUES ('googleanalytics_roles','a:4:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;}');INSERT INTO
variableVALUES ('googleanalytics_segmentation','a:0:{}');INSERT INTO
variableVALUES ('googleanalytics_trackoutgoing','i:1;');INSERT INTO
variableVALUES ('googleanalytics_trackmailto','i:1;');INSERT INTO
variableVALUES ('googleanalytics_trackfiles','i:1;');INSERT INTO
variableVALUES ('googleanalytics_trackfiles_extensions','s:119:\"7z|aac|avi|csv|doc|exe|flv|gif|gz|jpe?g|js|mp(3|4|e?g)|mov|pdf|phps|png|ppt|rar|sit|tar|torrent|txt|wma|wmv|xls|xml|zip\";');INSERT INTO
variableVALUES ('googleanalytics_cache','i:0;');INSERT INTO
variableVALUES ('googleanalytics_site_search','i:0;');INSERT INTO
variableVALUES ('googleanalytics_trackadsense','i:0;');INSERT INTO
variableVALUES ('googleanalytics_codesnippet_before','s:0:\"\";');INSERT INTO
variableVALUES ('googleanalytics_codesnippet_after','s:0:\"\";');INSERT INTO
variableVALUES ('googleanalytics_js_scope','s:6:\"footer\";');INSERT INTO
variableVALUES ('special_menu_items_nolink_tag','s:6:\"\";');INSERT INTO
variableVALUES ('special_menu_items_seperator_tag','s:6:\"\";');INSERT INTO
variableVALUES ('special_menu_items_seperator_value','s:8:\"--------\";');INSERT INTO
variableVALUES ('taxonomy_menu_vocab_menu_4','s:1:\"0\";');INSERT INTO
variableVALUES ('taxonomy_menu_path_4','s:26:\"taxonomy_menu_path_default\";');INSERT INTO
variableVALUES ('taxonomy_menu_display_num_4','i:0;');INSERT INTO
variableVALUES ('taxonomy_menu_hide_empty_terms_4','i:0;');INSERT INTO
variableVALUES ('taxonomy_menu_voc_item_4','i:1;');INSERT INTO
variableVALUES ('taxonomy_menu_expanded_4','i:1;');INSERT INTO
variableVALUES ('taxonomy_menu_display_descendants_4','i:0;');INSERT INTO
variableVALUES ('taxonomy_menu_hierarchy_base_4','s:8:\"category\";');INSERT INTO
variableVALUES ('taxonomy_menu_taxonomy_menu_path_custom_depth_4','s:0:\"\";');INSERT INTO
variableVALUES ('taxonomy_menu_taxonomy_menu_path_custom_base_path_4','s:8:\"category\";');INSERT INTO
variableVALUES ('taxonomy_menu_taxonomy_menu_vocabulary_path_4','s:8:\"category\";');INSERT INTO
variableVALUES ('taxonomy_menu_vocabulary_path_use_custom_path_for_term_menu_path_4','i:0;');INSERT INTO
variableVALUES ('taxonomy_menu_rebuild_4','i:0;');INSERT INTO
variableVALUES ('mollom_public_key','s:32:\"c7e7ff8ce8e70a8e7d99f13419b0763b\";');INSERT INTO
variableVALUES ('mollom_private_key','s:32:\"d375ff6a13440f722672a40fac70257d\";');INSERT INTO
variableVALUES ('mollom_servers','a:4:{i:0;s:21:\"http://174.37.205.152\";i:1;s:21:\"http://88.151.243.145\";i:2;s:21:\"http://82.103.131.136\";i:3;s:20:\"http://88.151.243.81\";}');INSERT INTO
variableVALUES ('mollom_privacy_link','i:0;');INSERT INTO
variableVALUES ('mollom_status','a:2:{s:10:\"keys valid\";b:1;s:4:\"keys\";b:1;}');INSERT INTO
variableVALUES ('mollom_fallback','s:1:\"0\";');INSERT INTO
variableVALUES ('akismet_wpapikey','s:12:\"d1a23a241850\";');INSERT INTO
variableVALUES ('akismet_connection_enabled','s:1:\"1\";');INSERT INTO
variableVALUES ('akismet_connection_timeout','s:2:\"10\";');INSERT INTO
variableVALUES ('akismet_remove_spam_age','s:6:\"259200\";');INSERT INTO
variableVALUES ('akismet_records_per_page','s:2:\"50\";');INSERT INTO
variableVALUES ('akismet_blocks_counter','s:1:\"1\";');INSERT INTO
variableVALUES ('akismet_email_enabled','s:1:\"1\";');INSERT INTO
variableVALUES ('akismet_check_nodetypes','a:3:{s:4:\"page\";i:0;s:5:\"photo\";i:0;s:5:\"story\";i:0;}');INSERT INTO
variableVALUES ('akismet_node_publish_links','s:1:\"0\";');INSERT INTO
variableVALUES ('akismet_node_spam_links','s:1:\"0\";');INSERT INTO
variableVALUES ('akismet_counter_spam','s:1:\"0\";');INSERT INTO
variableVALUES ('akismet_counter_since','a:3:{s:5:\"month\";s:2:\"12\";s:3:\"day\";s:1:\"3\";s:4:\"year\";s:4:\"2009\";}');INSERT INTO
variableVALUES ('akismet_counter_date_format','s:6:\"F j, Y\";');INSERT INTO
variableVALUES ('akismet_antispambot_delay','s:2:\"60\";');INSERT INTO
variableVALUES ('akismet_antispambot_rules','a:3:{s:2:\"ip\";i:0;s:4:\"mail\";i:0;s:4:\"body\";i:0;}');INSERT INTO
variableVALUES ('akismet_antispambot_action','s:3:\"503\";');INSERT INTO
variableVALUES ('captcha_administration_mode','i:0;');INSERT INTO
variableVALUES ('captcha_allow_on_admin_pages','i:0;');INSERT INTO
variableVALUES ('captcha_default_challenge','s:12:\"captcha/Math\";');INSERT INTO
variableVALUES ('captcha_add_captcha_description','i:1;');INSERT INTO
variableVALUES ('captcha_description','s:103:\"This question is for testing whether you are a human visitor and to prevent automated spam submissions.\";');INSERT INTO
variableVALUES ('captcha_default_validation','s:1:\"1\";');INSERT INTO
variableVALUES ('captcha_persistence','s:1:\"1\";');INSERT INTO
variableVALUES ('captcha_log_wrong_responses','i:0;');INSERT INTO
variableVALUES ('backup_migrate_schedule_backup_period','s:2:\"24\";');INSERT INTO
variableVALUES ('backup_migrate_schedule_backup_keep','s:1:\"0\";');INSERT INTO
variableVALUES ('backup_migrate_schedule_last_backup','i:1270417209;');INSERT INTO
variableVALUES ('nodewords_update_6145','b:1;');INSERT INTO
variableVALUES ('nodewords_update_6147','b:1;');INSERT INTO
variableVALUES ('nodewords_update_6156','b:1;');INSERT INTO
variableVALUES ('vertical_tabs_forms','a:3:{s:14:\"page_node_form\";b:0;s:15:\"photo_node_form\";b:0;s:15:\"story_node_form\";b:0;}');INSERT INTO
variableVALUES ('nodewords_edit','a:18:{s:11:\"description\";s:11:\"description\";s:22:\"google_webmaster_tools\";s:22:\"google_webmaster_tools\";s:8:\"keywords\";s:8:\"keywords\";s:19:\"yahoo_site_explorer\";s:19:\"yahoo_site_explorer\";s:8:\"abstract\";i:0;s:21:\"bing_webmaster_center\";i:0;s:9:\"canonical\";i:0;s:9:\"copyright\";i:0;s:14:\"dc.contributor\";i:0;s:10:\"dc.creator\";i:0;s:7:\"dc.date\";i:0;s:14:\"dc.description\";i:0;s:12:\"dc.publisher\";i:0;s:8:\"dc.title\";i:0;s:8:\"location\";i:0;s:10:\"pics-label\";i:0;s:13:\"revisit-after\";i:0;s:6:\"robots\";i:0;}');INSERT INTO
variableVALUES ('nodewords_enable_user_metatags','i:1;');INSERT INTO
variableVALUES ('nodewords_list_repeat','i:0;');INSERT INTO
variableVALUES ('nodewords_use_frontpage_tags','i:1;');INSERT INTO
variableVALUES ('nodewords_max_size','s:3:\"350\";');INSERT INTO
variableVALUES ('nodewords_use_alt_attribute','i:1;');INSERT INTO
variableVALUES ('nodewords_filter_modules_output','a:2:{s:12:\"imagebrowser\";i:0;s:10:\"img_assist\";i:0;}');INSERT INTO
variableVALUES ('nodewords_filter_regexp','s:0:\"\";');INSERT INTO
variableVALUES ('nodewords_basic_use_teaser','i:0;');INSERT INTO
variableVALUES ('nodewords_keyword_vids','a:2:{i:3;i:0;i:4;i:0;}');INSERT INTO
variableVALUES ('nodewords_base_url','s:0:\"\";');INSERT INTO
variableVALUES ('nodewords_global_keywords','s:0:\"\";');INSERT INTO
variableVALUES ('nodewords_list_robots','a:6:{s:5:\"noodp\";s:5:\"noodp\";s:6:\"noydir\";s:6:\"noydir\";s:9:\"noarchive\";i:0;s:8:\"nofollow\";i:0;s:7:\"noindex\";i:0;s:9:\"nosnippet\";i:0;}');INSERT INTO
variableVALUES ('nodewords_icra_validation_content','s:0:\"\";');INSERT INTO
variableVALUES ('nodewords_add_dc_schema','i:0;');INSERT INTO
variableVALUES ('nodewords_update_6159','b:1;');INSERT INTO
variableVALUES ('nodewords_update_6162','b:1;');INSERT INTO
variableVALUES ('nodewords_use_teaser','i:0;');INSERT INTO
variableVALUES ('nodewords_6164','b:1;');INSERT INTO
variableVALUES ('nodewords_update_6166','b:1;');INSERT INTO
variableVALUES ('drupal_tweaks_php_activated','i:1;');INSERT INTO
variableVALUES ('drupal_tweaks_status_messages_theme_callback','a:6:{s:9:\"arguments\";a:1:{s:7:\"display\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:21:\"theme_status_messages\";s:11:\"theme paths\";a:1:{i:0;s:14:\"modules/system\";}s:20:\"preprocess functions\";a:1:{i:0;s:19:\"template_preprocess\";}}');INSERT INTO
variableVALUES ('drupal_tweaks_override_lesser','i:0;');INSERT INTO
variableVALUES ('drupal_tweaks_php_memory_limit','s:3:\"96M\";');INSERT INTO
variableVALUES ('drupal_tweaks_php_max_execution_time','s:2:\"30\";');INSERT INTO
variableVALUES ('drupal_tweaks_backtrace_php_show','i:1;');INSERT INTO
variableVALUES ('drupal_tweaks_backtrace_php_log','i:1;');INSERT INTO
variableVALUES ('drupal_tweaks_backtrace_error_pages_show','i:1;');INSERT INTO
variableVALUES ('drupal_tweaks_backtrace_error_pages_log','i:1;');INSERT INTO
variableVALUES ('drupal_tweaks_backtrace_log_arg_max_length','s:2:\"20\";');INSERT INTO
variableVALUES ('drupal_tweaks_filter_tweak','i:1;');INSERT INTO
variableVALUES ('drupal_tweaks_block_tweak','i:1;');INSERT INTO
variableVALUES ('drupal_tweaks_views_tweak','i:1;');INSERT INTO
variableVALUES ('nodewords_metatags_generation_method','s:1:\"0\";');INSERT INTO
variableVALUES ('nodewords_metatags_generation_source','s:1:\"2\";');INSERT INTO
variableVALUES ('xmlsitemap_update_timestamp','i:1268631628;');INSERT INTO
variableVALUES ('xmlsitemap_create_cache_result_en','b:1;');INSERT INTO
variableVALUES ('xmlsitemap_previous_chunks_count','d:0.070000000000000006661338147750939242541790008544921875;');DROP TABLE IF EXISTS
views_display;CREATE TABLE
views_display(vidint(10) unsigned NOT NULL default '0',idvarchar(64) NOT NULL default '',display_titlevarchar(64) NOT NULL default '',display_pluginvarchar(64) NOT NULL default '',positionint(11) default '0',display_optionsblob, KEYvid(vid,position) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
views_displayVALUES ('286','default','Defaults','default','1','a:9:{s:5:\"title\";s:18:\"Residential Photos\";s:12:\"style_plugin\";s:4:\"grid\";s:13:\"style_options\";a:2:{s:7:\"columns\";s:1:\"4\";s:9:\"alignment\";s:8:\"vertical\";}s:9:\"use_pager\";s:1:\"1\";s:13:\"pager_element\";i:0;s:8:\"use_more\";i:1;s:13:\"use_more_text\";s:4:\"more\";s:6:\"fields\";a:1:{s:15:\"field_photo_fid\";a:11:{s:5:\"label\";s:0:\"\";s:5:\"alter\";a:15:{s:10:\"alter_text\";i:0;s:4:\"text\";s:0:\"\";s:9:\"make_link\";i:0;s:4:\"path\";s:0:\"\";s:10:\"link_class\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:4:\"help\";s:0:\"\";s:4:\"trim\";i:0;s:10:\"max_length\";s:0:\"\";s:13:\"word_boundary\";i:1;s:8:\"ellipsis\";i:1;s:10:\"strip_tags\";i:0;s:4:\"html\";i:0;}s:12:\"link_to_node\";i:0;s:10:\"label_type\";s:4:\"none\";s:6:\"format\";s:16:\"thumbnail_linked\";s:8:\"multiple\";a:4:{s:5:\"group\";b:1;s:15:\"multiple_number\";s:0:\"\";s:13:\"multiple_from\";s:0:\"\";s:17:\"multiple_reversed\";b:0;}s:7:\"exclude\";i:0;s:2:\"id\";s:15:\"field_photo_fid\";s:5:\"table\";s:21:\"node_data_field_photo\";s:5:\"field\";s:15:\"field_photo_fid\";s:12:\"relationship\";s:4:\"none\";}}s:7:\"filters\";a:3:{s:6:\"status\";a:9:{s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:6:\"status\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:6:\"status\";s:12:\"relationship\";s:4:\"none\";}s:5:\"title\";a:10:{s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:11:\"residential\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:4:\"case\";i:1;s:2:\"id\";s:5:\"title\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:5:\"title\";s:12:\"relationship\";s:4:\"none\";}s:4:\"type\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{s:5:\"photo\";s:5:\"photo\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:4:\"type\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:4:\"type\";s:12:\"relationship\";s:4:\"none\";}}}');INSERT INTO
views_displayVALUES ('286','page_1','Page','page','2','a:2:{s:4:\"path\";s:18:\"residential photos\";s:4:\"menu\";a:5:{s:4:\"type\";s:6:\"normal\";s:5:\"title\";s:18:\"residential photos\";s:11:\"description\";s:0:\"\";s:4:\"name\";s:10:\"navigation\";s:6:\"weight\";s:1:\"0\";}}');INSERT INTO
views_displayVALUES ('12','page_1','Page','page','2','a:2:{s:4:\"path\";s:9:\"galleries\";s:4:\"menu\";a:5:{s:4:\"type\";s:6:\"normal\";s:5:\"title\";s:9:\"Galleries\";s:11:\"description\";s:0:\"\";s:4:\"name\";s:10:\"navigation\";s:6:\"weight\";s:1:\"0\";}}');INSERT INTO
views_displayVALUES ('14','page_1','Page','page','2','a:2:{s:4:\"path\";s:28:\"galleries/residential_photos\";s:4:\"menu\";a:5:{s:4:\"type\";s:6:\"normal\";s:5:\"title\";s:18:\"Residential Photos\";s:11:\"description\";s:0:\"\";s:4:\"name\";s:13:\"primary-links\";s:6:\"weight\";s:1:\"0\";}}');INSERT INTO
views_displayVALUES ('14','default','Defaults','default','1','a:17:{s:6:\"fields\";a:1:{s:15:\"field_photo_fid\";a:11:{s:5:\"label\";s:0:\"\";s:5:\"alter\";a:15:{s:10:\"alter_text\";i:0;s:4:\"text\";s:0:\"\";s:9:\"make_link\";i:0;s:4:\"path\";s:0:\"\";s:10:\"link_class\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:4:\"help\";s:0:\"\";s:4:\"trim\";i:0;s:10:\"max_length\";s:0:\"\";s:13:\"word_boundary\";i:1;s:8:\"ellipsis\";i:1;s:10:\"strip_tags\";i:0;s:4:\"html\";i:0;}s:12:\"link_to_node\";i:1;s:10:\"label_type\";s:4:\"none\";s:6:\"format\";s:16:\"thumbnail_linked\";s:8:\"multiple\";a:4:{s:5:\"group\";b:1;s:15:\"multiple_number\";s:0:\"\";s:13:\"multiple_from\";s:0:\"\";s:17:\"multiple_reversed\";b:0;}s:7:\"exclude\";i:0;s:2:\"id\";s:15:\"field_photo_fid\";s:5:\"table\";s:21:\"node_data_field_photo\";s:5:\"field\";s:15:\"field_photo_fid\";s:12:\"relationship\";s:4:\"none\";}}s:8:\"defaults\";a:16:{s:6:\"fields\";b:0;s:9:\"arguments\";b:0;s:7:\"filters\";b:0;s:6:\"access\";b:0;s:5:\"cache\";b:0;s:5:\"title\";b:0;s:14:\"items_per_page\";b:0;s:6:\"offset\";b:0;s:9:\"use_pager\";b:0;s:13:\"pager_element\";b:0;s:8:\"use_more\";b:0;s:13:\"use_more_text\";b:0;s:12:\"style_plugin\";b:0;s:13:\"style_options\";b:0;s:10:\"row_plugin\";b:0;s:11:\"row_options\";b:0;}s:9:\"arguments\";a:0:{}s:7:\"filters\";a:3:{s:6:\"status\";a:9:{s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:6:\"status\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:6:\"status\";s:12:\"relationship\";s:4:\"none\";}s:4:\"type\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{s:5:\"photo\";s:5:\"photo\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:4:\"type\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:4:\"type\";s:12:\"relationship\";s:4:\"none\";}s:5:\"title\";a:10:{s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:1:\"r\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:4:\"case\";i:1;s:2:\"id\";s:5:\"title\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:5:\"title\";s:12:\"relationship\";s:4:\"none\";}}s:6:\"access\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"cache\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"title\";s:11:\"Residential\";s:14:\"items_per_page\";i:12;s:6:\"offset\";i:0;s:9:\"use_pager\";s:1:\"1\";s:13:\"pager_element\";i:0;s:8:\"use_more\";i:1;s:13:\"use_more_text\";s:4:\"more\";s:12:\"style_plugin\";s:4:\"grid\";s:13:\"style_options\";a:2:{s:7:\"columns\";s:1:\"4\";s:9:\"alignment\";s:8:\"vertical\";}s:10:\"row_plugin\";s:6:\"fields\";s:11:\"row_options\";a:0:{}}');INSERT INTO
views_displayVALUES ('12','default','Defaults','default','1','a:10:{s:5:\"title\";s:9:\"Galleries\";s:12:\"style_plugin\";s:4:\"grid\";s:13:\"style_options\";a:2:{s:7:\"columns\";s:1:\"4\";s:9:\"alignment\";s:8:\"vertical\";}s:9:\"use_pager\";s:1:\"1\";s:13:\"pager_element\";i:0;s:8:\"use_more\";i:1;s:13:\"use_more_text\";s:4:\"more\";s:6:\"fields\";a:1:{s:15:\"field_photo_fid\";a:11:{s:5:\"label\";s:0:\"\";s:5:\"alter\";a:15:{s:10:\"alter_text\";i:0;s:4:\"text\";s:0:\"\";s:9:\"make_link\";i:0;s:4:\"path\";s:0:\"\";s:10:\"link_class\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:4:\"help\";s:0:\"\";s:4:\"trim\";i:0;s:10:\"max_length\";s:0:\"\";s:13:\"word_boundary\";i:1;s:8:\"ellipsis\";i:1;s:10:\"strip_tags\";i:0;s:4:\"html\";i:0;}s:12:\"link_to_node\";i:0;s:10:\"label_type\";s:4:\"none\";s:6:\"format\";s:16:\"thumbnail_linked\";s:8:\"multiple\";a:4:{s:5:\"group\";b:1;s:15:\"multiple_number\";s:0:\"\";s:13:\"multiple_from\";s:0:\"\";s:17:\"multiple_reversed\";b:0;}s:7:\"exclude\";i:0;s:2:\"id\";s:15:\"field_photo_fid\";s:5:\"table\";s:21:\"node_data_field_photo\";s:5:\"field\";s:15:\"field_photo_fid\";s:12:\"relationship\";s:4:\"none\";}}s:7:\"filters\";a:3:{s:6:\"status\";a:9:{s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:6:\"status\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:6:\"status\";s:12:\"relationship\";s:4:\"none\";}s:4:\"type\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{s:5:\"photo\";s:5:\"photo\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:4:\"type\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:4:\"type\";s:12:\"relationship\";s:4:\"none\";}s:3:\"vid\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{i:3;s:1:\"3\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:3:\"vid\";s:5:\"table\";s:9:\"term_data\";s:5:\"field\";s:3:\"vid\";s:12:\"relationship\";s:4:\"none\";}}s:9:\"arguments\";a:1:{s:3:\"tid\";a:35:{s:14:\"default_action\";s:11:\"summary asc\";s:12:\"style_plugin\";s:15:\"default_summary\";s:13:\"style_options\";a:3:{s:5:\"count\";i:1;s:8:\"override\";i:0;s:14:\"items_per_page\";s:2:\"25\";}s:8:\"wildcard\";s:3:\"all\";s:21:\"wildcard_substitution\";s:3:\"All\";s:5:\"title\";s:2:\"%1\";s:10:\"breadcrumb\";s:0:\"\";s:21:\"default_argument_type\";s:5:\"fixed\";s:16:\"default_argument\";s:0:\"\";s:13:\"validate_type\";s:13:\"taxonomy_term\";s:13:\"validate_fail\";s:9:\"not found\";s:12:\"break_phrase\";i:0;s:9:\"add_table\";i:0;s:13:\"require_value\";i:0;s:17:\"reduce_duplicates\";i:0;s:14:\"set_breadcrumb\";i:1;s:2:\"id\";s:3:\"tid\";s:5:\"table\";s:9:\"term_node\";s:5:\"field\";s:3:\"tid\";s:27:\"validate_user_argument_type\";s:3:\"uid\";s:19:\"validate_user_roles\";a:3:{i:2;i:0;i:3;i:0;i:4;i:0;}s:8:\"override\";a:1:{s:6:\"button\";s:8:\"Override\";}s:12:\"relationship\";s:4:\"none\";s:26:\"default_options_div_prefix\";s:0:\"\";s:21:\"default_argument_user\";i:0;s:22:\"default_argument_fixed\";s:0:\"\";s:20:\"default_argument_php\";s:0:\"\";s:27:\"validate_argument_node_type\";a:3:{s:4:\"page\";i:0;s:5:\"photo\";i:0;s:5:\"story\";i:0;}s:29:\"validate_argument_node_access\";i:0;s:26:\"validate_argument_nid_type\";s:3:\"nid\";s:28:\"validate_argument_vocabulary\";a:1:{i:3;i:3;}s:22:\"validate_argument_type\";s:3:\"tid\";s:27:\"validate_argument_transform\";i:0;s:28:\"validate_user_restrict_roles\";i:0;s:21:\"validate_argument_php\";s:0:\"\";}}}');INSERT INTO
views_displayVALUES ('18','default','Defaults','default','1','a:17:{s:6:\"fields\";a:1:{s:15:\"field_photo_fid\";a:11:{s:5:\"label\";s:0:\"\";s:5:\"alter\";a:15:{s:10:\"alter_text\";i:0;s:4:\"text\";s:0:\"\";s:9:\"make_link\";i:0;s:4:\"path\";s:0:\"\";s:10:\"link_class\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:4:\"help\";s:0:\"\";s:4:\"trim\";i:0;s:10:\"max_length\";s:0:\"\";s:13:\"word_boundary\";i:1;s:8:\"ellipsis\";i:1;s:10:\"strip_tags\";i:0;s:4:\"html\";i:0;}s:12:\"link_to_node\";i:1;s:10:\"label_type\";s:4:\"none\";s:6:\"format\";s:16:\"thumbnail_linked\";s:8:\"multiple\";a:4:{s:5:\"group\";b:1;s:15:\"multiple_number\";s:0:\"\";s:13:\"multiple_from\";s:0:\"\";s:17:\"multiple_reversed\";b:0;}s:7:\"exclude\";i:0;s:2:\"id\";s:15:\"field_photo_fid\";s:5:\"table\";s:21:\"node_data_field_photo\";s:5:\"field\";s:15:\"field_photo_fid\";s:12:\"relationship\";s:4:\"none\";}}s:8:\"defaults\";a:16:{s:6:\"fields\";b:0;s:9:\"arguments\";b:0;s:7:\"filters\";b:0;s:6:\"access\";b:0;s:5:\"cache\";b:0;s:5:\"title\";b:0;s:14:\"items_per_page\";b:0;s:6:\"offset\";b:0;s:9:\"use_pager\";b:0;s:13:\"pager_element\";b:0;s:8:\"use_more\";b:0;s:13:\"use_more_text\";b:0;s:12:\"style_plugin\";b:0;s:13:\"style_options\";b:0;s:10:\"row_plugin\";b:0;s:11:\"row_options\";b:0;}s:9:\"arguments\";a:0:{}s:7:\"filters\";a:3:{s:6:\"status\";a:9:{s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:6:\"status\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:6:\"status\";s:12:\"relationship\";s:4:\"none\";}s:4:\"type\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{s:5:\"photo\";s:5:\"photo\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:4:\"type\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:4:\"type\";s:12:\"relationship\";s:4:\"none\";}s:5:\"title\";a:10:{s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:1:\"c\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:4:\"case\";i:1;s:2:\"id\";s:5:\"title\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:5:\"title\";s:12:\"relationship\";s:4:\"none\";}}s:6:\"access\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"cache\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"title\";s:17:\"Commercial Photos\";s:14:\"items_per_page\";i:12;s:6:\"offset\";i:0;s:9:\"use_pager\";s:1:\"1\";s:13:\"pager_element\";i:0;s:8:\"use_more\";i:1;s:13:\"use_more_text\";s:4:\"more\";s:12:\"style_plugin\";s:4:\"grid\";s:13:\"style_options\";a:2:{s:7:\"columns\";s:1:\"4\";s:9:\"alignment\";s:8:\"vertical\";}s:10:\"row_plugin\";s:6:\"fields\";s:11:\"row_options\";a:0:{}}');INSERT INTO
views_displayVALUES ('18','page_1','Page','page','2','a:3:{s:4:\"path\";s:27:\"galleries/commercial_photos\";s:4:\"menu\";a:5:{s:4:\"type\";s:6:\"normal\";s:5:\"title\";s:17:\"Commercial Photos\";s:11:\"description\";s:0:\"\";s:4:\"name\";s:13:\"primary-links\";s:6:\"weight\";s:1:\"0\";}s:11:\"tab_options\";a:4:{s:4:\"type\";s:4:\"none\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;}}');INSERT INTO
views_displayVALUES ('19','page_1','Page','page','2','a:3:{s:4:\"path\";s:22:\"galleries/stair_photos\";s:4:\"menu\";a:5:{s:4:\"type\";s:6:\"normal\";s:5:\"title\";s:12:\"Stair Photos\";s:11:\"description\";s:0:\"\";s:4:\"name\";s:13:\"primary-links\";s:6:\"weight\";s:1:\"0\";}s:11:\"tab_options\";a:4:{s:4:\"type\";s:4:\"none\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;}}');INSERT INTO
views_displayVALUES ('19','default','Defaults','default','1','a:17:{s:6:\"fields\";a:1:{s:15:\"field_photo_fid\";a:11:{s:5:\"label\";s:0:\"\";s:5:\"alter\";a:15:{s:10:\"alter_text\";i:0;s:4:\"text\";s:0:\"\";s:9:\"make_link\";i:0;s:4:\"path\";s:0:\"\";s:10:\"link_class\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:4:\"help\";s:0:\"\";s:4:\"trim\";i:0;s:10:\"max_length\";s:0:\"\";s:13:\"word_boundary\";i:1;s:8:\"ellipsis\";i:1;s:10:\"strip_tags\";i:0;s:4:\"html\";i:0;}s:12:\"link_to_node\";i:1;s:10:\"label_type\";s:4:\"none\";s:6:\"format\";s:16:\"thumbnail_linked\";s:8:\"multiple\";a:4:{s:5:\"group\";b:1;s:15:\"multiple_number\";s:0:\"\";s:13:\"multiple_from\";s:0:\"\";s:17:\"multiple_reversed\";b:0;}s:7:\"exclude\";i:0;s:2:\"id\";s:15:\"field_photo_fid\";s:5:\"table\";s:21:\"node_data_field_photo\";s:5:\"field\";s:15:\"field_photo_fid\";s:12:\"relationship\";s:4:\"none\";}}s:8:\"defaults\";a:16:{s:6:\"fields\";b:0;s:9:\"arguments\";b:0;s:7:\"filters\";b:0;s:6:\"access\";b:0;s:5:\"cache\";b:0;s:5:\"title\";b:0;s:14:\"items_per_page\";b:0;s:6:\"offset\";b:0;s:9:\"use_pager\";b:0;s:13:\"pager_element\";b:0;s:8:\"use_more\";b:0;s:13:\"use_more_text\";b:0;s:12:\"style_plugin\";b:0;s:13:\"style_options\";b:0;s:10:\"row_plugin\";b:0;s:11:\"row_options\";b:0;}s:9:\"arguments\";a:0:{}s:7:\"filters\";a:3:{s:6:\"status\";a:9:{s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:6:\"status\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:6:\"status\";s:12:\"relationship\";s:4:\"none\";}s:4:\"type\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{s:5:\"photo\";s:5:\"photo\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:4:\"type\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:4:\"type\";s:12:\"relationship\";s:4:\"none\";}s:5:\"title\";a:10:{s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:1:\"s\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:4:\"case\";i:1;s:2:\"id\";s:5:\"title\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:5:\"title\";s:12:\"relationship\";s:4:\"none\";}}s:6:\"access\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"cache\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"title\";s:6:\"Stairs\";s:14:\"items_per_page\";i:12;s:6:\"offset\";i:0;s:9:\"use_pager\";s:1:\"1\";s:13:\"pager_element\";i:0;s:8:\"use_more\";i:1;s:13:\"use_more_text\";s:4:\"more\";s:12:\"style_plugin\";s:4:\"grid\";s:13:\"style_options\";a:2:{s:7:\"columns\";s:1:\"4\";s:9:\"alignment\";s:8:\"vertical\";}s:10:\"row_plugin\";s:6:\"fields\";s:11:\"row_options\";a:0:{}}');INSERT INTO
views_displayVALUES ('20','page_1','Page','page','2','a:3:{s:4:\"path\";s:25:\"galleries/our_dogs_photos\";s:4:\"menu\";a:5:{s:4:\"type\";s:6:\"normal\";s:5:\"title\";s:15:\"Our Dogs Photos\";s:11:\"description\";s:0:\"\";s:4:\"name\";s:13:\"primary-links\";s:6:\"weight\";s:1:\"0\";}s:11:\"tab_options\";a:4:{s:4:\"type\";s:4:\"none\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;}}');INSERT INTO
views_displayVALUES ('20','default','Defaults','default','1','a:17:{s:6:\"fields\";a:1:{s:15:\"field_photo_fid\";a:11:{s:5:\"label\";s:0:\"\";s:5:\"alter\";a:15:{s:10:\"alter_text\";i:0;s:4:\"text\";s:0:\"\";s:9:\"make_link\";i:0;s:4:\"path\";s:0:\"\";s:10:\"link_class\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:4:\"help\";s:0:\"\";s:4:\"trim\";i:0;s:10:\"max_length\";s:0:\"\";s:13:\"word_boundary\";i:1;s:8:\"ellipsis\";i:1;s:10:\"strip_tags\";i:0;s:4:\"html\";i:0;}s:12:\"link_to_node\";i:1;s:10:\"label_type\";s:4:\"none\";s:6:\"format\";s:16:\"thumbnail_linked\";s:8:\"multiple\";a:4:{s:5:\"group\";b:1;s:15:\"multiple_number\";s:0:\"\";s:13:\"multiple_from\";s:0:\"\";s:17:\"multiple_reversed\";b:0;}s:7:\"exclude\";i:0;s:2:\"id\";s:15:\"field_photo_fid\";s:5:\"table\";s:21:\"node_data_field_photo\";s:5:\"field\";s:15:\"field_photo_fid\";s:12:\"relationship\";s:4:\"none\";}}s:8:\"defaults\";a:16:{s:6:\"fields\";b:0;s:9:\"arguments\";b:0;s:7:\"filters\";b:0;s:6:\"access\";b:0;s:5:\"cache\";b:0;s:5:\"title\";b:0;s:14:\"items_per_page\";b:0;s:6:\"offset\";b:0;s:9:\"use_pager\";b:0;s:13:\"pager_element\";b:0;s:8:\"use_more\";b:0;s:13:\"use_more_text\";b:0;s:12:\"style_plugin\";b:0;s:13:\"style_options\";b:0;s:10:\"row_plugin\";b:0;s:11:\"row_options\";b:0;}s:9:\"arguments\";a:0:{}s:7:\"filters\";a:3:{s:6:\"status\";a:9:{s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:6:\"status\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:6:\"status\";s:12:\"relationship\";s:4:\"none\";}s:4:\"type\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{s:5:\"photo\";s:5:\"photo\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:4:\"type\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:4:\"type\";s:12:\"relationship\";s:4:\"none\";}s:5:\"title\";a:10:{s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:1:\"d\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:4:\"case\";i:1;s:2:\"id\";s:5:\"title\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:5:\"title\";s:12:\"relationship\";s:4:\"none\";}}s:6:\"access\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"cache\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"title\";s:8:\"Our Dogs\";s:14:\"items_per_page\";i:12;s:6:\"offset\";i:0;s:9:\"use_pager\";s:1:\"1\";s:13:\"pager_element\";i:0;s:8:\"use_more\";i:1;s:13:\"use_more_text\";s:4:\"more\";s:12:\"style_plugin\";s:4:\"grid\";s:13:\"style_options\";a:2:{s:7:\"columns\";s:1:\"4\";s:9:\"alignment\";s:8:\"vertical\";}s:10:\"row_plugin\";s:6:\"fields\";s:11:\"row_options\";a:0:{}}');DROP TABLE IF EXISTS
views_object_cache;CREATE TABLE
views_object_cache(sidvarchar(64) default NULL,namevarchar(32) default NULL,objvarchar(32) default NULL,updatedint(10) unsigned NOT NULL default '0',datalongtext, KEYsid_obj_name(sid,obj,name), KEYupdated(updated) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
views_object_cacheVALUES ('2m1ddacdqgjvu9ldjsqu85cqj6','photo','view','1247796138','O:4:\"view\":23:{s:8:\"db_table\";s:10:\"views_view\";s:10:\"base_table\";s:4:\"node\";s:5:\"built\";b:0;s:8:\"executed\";b:0;s:4:\"args\";a:0:{}s:10:\"build_info\";a:0:{}s:8:\"use_ajax\";b:0;s:6:\"result\";a:0:{}s:5:\"pager\";a:5:{s:9:\"use_pager\";b:0;s:14:\"items_per_page\";i:10;s:7:\"element\";i:0;s:6:\"offset\";i:0;s:12:\"current_page\";i:0;}s:17:\"attachment_before\";s:0:\"\";s:16:\"attachment_after\";s:0:\"\";s:12:\"exposed_data\";a:0:{}s:13:\"exposed_input\";a:0:{}s:8:\"old_view\";a:0:{}s:3:\"vid\";s:3:\"new\";s:4:\"name\";s:5:\"photo\";s:11:\"description\";s:15:\"photo galleries\";s:3:\"tag\";s:0:\"\";s:8:\"view_php\";s:0:\"\";s:12:\"is_cacheable\";i:0;s:7:\"display\";a:1:{s:7:\"default\";O:13:\"views_display\":7:{s:8:\"db_table\";s:13:\"views_display\";s:3:\"vid\";i:0;s:2:\"id\";s:7:\"default\";s:13:\"display_title\";s:8:\"Defaults\";s:14:\"display_plugin\";s:7:\"default\";s:8:\"position\";i:0;s:15:\"display_options\";a:0:{}}}s:5:\"query\";O:8:\"stdClass\":0:{}s:7:\"changed\";b:1;}');INSERT INTO
views_object_cacheVALUES ('2m1ddacdqgjvu9ldjsqu85cqj6','commercial_photos','view','1248395092','O:4:\"view\":25:{s:8:\"db_table\";s:10:\"views_view\";s:10:\"base_table\";s:4:\"node\";s:5:\"built\";b:0;s:8:\"executed\";b:0;s:4:\"args\";a:0:{}s:10:\"build_info\";a:0:{}s:8:\"use_ajax\";b:0;s:6:\"result\";a:0:{}s:5:\"pager\";a:5:{s:9:\"use_pager\";b:0;s:14:\"items_per_page\";i:10;s:7:\"element\";i:0;s:6:\"offset\";i:0;s:12:\"current_page\";i:0;}s:17:\"attachment_before\";s:0:\"\";s:16:\"attachment_after\";s:0:\"\";s:12:\"exposed_data\";a:0:{}s:13:\"exposed_input\";a:0:{}s:8:\"old_view\";a:0:{}s:3:\"vid\";s:0:\"\";s:4:\"name\";s:17:\"commercial_photos\";s:11:\"description\";s:17:\"commercial photos\";s:3:\"tag\";s:0:\"\";s:8:\"view_php\";s:0:\"\";s:12:\"is_cacheable\";b:0;s:7:\"display\";a:2:{s:7:\"default\";O:13:\"views_display\":7:{s:8:\"db_table\";s:13:\"views_display\";s:3:\"vid\";i:0;s:2:\"id\";s:7:\"default\";s:13:\"display_title\";s:8:\"Defaults\";s:14:\"display_plugin\";s:7:\"default\";s:8:\"position\";i:0;s:15:\"display_options\";a:17:{s:6:\"fields\";a:1:{s:15:\"field_photo_fid\";a:11:{s:5:\"label\";s:0:\"\";s:5:\"alter\";a:15:{s:10:\"alter_text\";i:0;s:4:\"text\";s:0:\"\";s:9:\"make_link\";i:0;s:4:\"path\";s:0:\"\";s:10:\"link_class\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:4:\"help\";s:0:\"\";s:4:\"trim\";i:0;s:10:\"max_length\";s:0:\"\";s:13:\"word_boundary\";i:1;s:8:\"ellipsis\";i:1;s:10:\"strip_tags\";i:0;s:4:\"html\";i:0;}s:12:\"link_to_node\";i:0;s:10:\"label_type\";s:4:\"none\";s:6:\"format\";s:16:\"thumbnail_linked\";s:8:\"multiple\";a:4:{s:5:\"group\";b:1;s:15:\"multiple_number\";s:0:\"\";s:13:\"multiple_from\";s:0:\"\";s:17:\"multiple_reversed\";b:0;}s:7:\"exclude\";i:0;s:2:\"id\";s:15:\"field_photo_fid\";s:5:\"table\";s:21:\"node_data_field_photo\";s:5:\"field\";s:15:\"field_photo_fid\";s:12:\"relationship\";s:4:\"none\";}}s:8:\"defaults\";a:16:{s:6:\"fields\";b:0;s:9:\"arguments\";b:0;s:7:\"filters\";b:0;s:6:\"access\";b:0;s:5:\"cache\";b:0;s:5:\"title\";b:0;s:14:\"items_per_page\";b:0;s:6:\"offset\";b:0;s:9:\"use_pager\";b:0;s:13:\"pager_element\";b:0;s:8:\"use_more\";b:0;s:13:\"use_more_text\";b:0;s:12:\"style_plugin\";b:0;s:13:\"style_options\";b:0;s:10:\"row_plugin\";b:0;s:11:\"row_options\";b:0;}s:9:\"arguments\";a:1:{s:3:\"tid\";a:35:{s:14:\"default_action\";s:11:\"summary asc\";s:12:\"style_plugin\";s:15:\"default_summary\";s:13:\"style_options\";a:3:{s:5:\"count\";i:1;s:8:\"override\";i:0;s:14:\"items_per_page\";s:2:\"25\";}s:8:\"wildcard\";s:3:\"all\";s:21:\"wildcard_substitution\";s:3:\"All\";s:5:\"title\";s:2:\"%1\";s:10:\"breadcrumb\";s:0:\"\";s:21:\"default_argument_type\";s:5:\"fixed\";s:16:\"default_argument\";s:0:\"\";s:13:\"validate_type\";s:13:\"taxonomy_term\";s:13:\"validate_fail\";s:9:\"not found\";s:12:\"break_phrase\";i:0;s:9:\"add_table\";i:0;s:13:\"require_value\";i:0;s:17:\"reduce_duplicates\";i:0;s:14:\"set_breadcrumb\";i:1;s:2:\"id\";s:3:\"tid\";s:5:\"table\";s:9:\"term_node\";s:5:\"field\";s:3:\"tid\";s:27:\"validate_user_argument_type\";s:3:\"uid\";s:19:\"validate_user_roles\";a:3:{i:2;i:0;i:3;i:0;i:4;i:0;}s:8:\"override\";a:1:{s:6:\"button\";s:8:\"Override\";}s:12:\"relationship\";s:4:\"none\";s:26:\"default_options_div_prefix\";s:0:\"\";s:21:\"default_argument_user\";i:0;s:22:\"default_argument_fixed\";s:0:\"\";s:20:\"default_argument_php\";s:0:\"\";s:27:\"validate_argument_node_type\";a:3:{s:4:\"page\";i:0;s:5:\"photo\";i:0;s:5:\"story\";i:0;}s:29:\"validate_argument_node_access\";i:0;s:26:\"validate_argument_nid_type\";s:3:\"nid\";s:28:\"validate_argument_vocabulary\";a:1:{i:3;i:3;}s:22:\"validate_argument_type\";s:3:\"tid\";s:27:\"validate_argument_transform\";i:0;s:28:\"validate_user_restrict_roles\";i:0;s:21:\"validate_argument_php\";s:0:\"\";}}s:7:\"filters\";a:3:{s:6:\"status\";a:9:{s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:6:\"status\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:6:\"status\";s:12:\"relationship\";s:4:\"none\";}s:4:\"type\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{s:5:\"photo\";s:5:\"photo\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:4:\"type\";s:5:\"table\";s:4:\"node\";s:5:\"field\";s:4:\"type\";s:12:\"relationship\";s:4:\"none\";}s:3:\"vid\";a:9:{s:8:\"operator\";s:2:\"in\";s:5:\"value\";a:1:{i:3;s:1:\"3\";}s:5:\"group\";s:1:\"0\";s:7:\"exposed\";b:0;s:6:\"expose\";a:2:{s:8:\"operator\";b:0;s:5:\"label\";s:0:\"\";}s:2:\"id\";s:3:\"vid\";s:5:\"table\";s:9:\"term_data\";s:5:\"field\";s:3:\"vid\";s:12:\"relationship\";s:4:\"none\";}}s:6:\"access\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"cache\";a:1:{s:4:\"type\";s:4:\"none\";}s:5:\"title\";s:9:\"Galleries\";s:14:\"items_per_page\";i:10;s:6:\"offset\";i:0;s:9:\"use_pager\";s:1:\"1\";s:13:\"pager_element\";i:0;s:8:\"use_more\";i:1;s:13:\"use_more_text\";s:4:\"more\";s:12:\"style_plugin\";s:4:\"grid\";s:13:\"style_options\";a:2:{s:7:\"columns\";s:1:\"4\";s:9:\"alignment\";s:8:\"vertical\";}s:10:\"row_plugin\";s:6:\"fields\";s:11:\"row_options\";a:0:{}}}s:6:\"page_1\";O:13:\"views_display\":8:{s:8:\"db_table\";s:13:\"views_display\";s:3:\"vid\";i:0;s:2:\"id\";s:6:\"page_1\";s:13:\"display_title\";s:4:\"Page\";s:14:\"display_plugin\";s:4:\"page\";s:8:\"position\";i:0;s:15:\"display_options\";a:3:{s:4:\"path\";s:9:\"galleries\";s:4:\"menu\";a:5:{s:4:\"type\";s:6:\"normal\";s:5:\"title\";s:9:\"Galleries\";s:11:\"description\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:4:\"name\";s:10:\"navigation\";}s:11:\"tab_options\";a:4:{s:4:\"type\";s:4:\"none\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;}}s:7:\"deleted\";b:1;}}s:5:\"query\";O:8:\"stdClass\":0:{}s:11:\"api_version\";i:2;s:8:\"disabled\";b:0;s:7:\"changed\";b:1;}');DROP TABLE IF EXISTS
views_view;CREATE TABLE
views_view(vidint(10) unsigned NOT NULL auto_increment,namevarchar(32) NOT NULL default '',descriptionvarchar(255) default '',tagvarchar(255) default '',view_phpblob,base_tablevarchar(64) NOT NULL default '',is_cacheabletinyint(4) default '0', PRIMARY KEY (vid), UNIQUE KEYname(name) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 AUTO_INCREMENT=21;INSERT INTO
views_viewVALUES ('12','gallery','','','','node','0');INSERT INTO
views_viewVALUES ('14','Residential','','','','node','0');INSERT INTO
views_viewVALUES ('18','Commercial','','','','node','0');INSERT INTO
views_viewVALUES ('19','Stairs','stair photos','','','node','0');INSERT INTO
views_viewVALUES ('20','Our_Dogs','our dogs','','','node','0');DROP TABLE IF EXISTS
vocabulary;CREATE TABLE
vocabulary(vidint(10) unsigned NOT NULL auto_increment,namevarchar(255) NOT NULL default '',descriptionlongtext,helpvarchar(255) NOT NULL default '',relationstinyint(3) unsigned NOT NULL default '0',hierarchytinyint(3) unsigned NOT NULL default '0',multipletinyint(3) unsigned NOT NULL default '0',requiredtinyint(3) unsigned NOT NULL default '0',tagstinyint(3) unsigned NOT NULL default '0',modulevarchar(255) NOT NULL default '',weighttinyint(4) NOT NULL default '0', PRIMARY KEY (vid), KEYlist(weight,name) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 AUTO_INCREMENT=5;INSERT INTO
vocabularyVALUES ('3','Gallery','','','1','1','0','1','0','taxonomy','-1');INSERT INTO
vocabularyVALUES ('4','menu items','','','1','0','0','0','0','taxonomy','0');DROP TABLE IF EXISTS
vocabulary_node_types;CREATE TABLE
vocabulary_node_types(vidint(10) unsigned NOT NULL default '0',typevarchar(32) NOT NULL default '', PRIMARY KEY (type,vid), KEYvid(vid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
vocabulary_node_typesVALUES ('4','page');INSERT INTO
vocabulary_node_typesVALUES ('3','photo');DROP TABLE IF EXISTS
watchdog;CREATE TABLE
watchdog(widint(11) NOT NULL auto_increment,uidint(11) NOT NULL default '0',typevarchar(16) NOT NULL default '',messagelongtext NOT NULL,variableslongtext NOT NULL,severitytinyint(3) unsigned NOT NULL default '0',linkvarchar(255) NOT NULL default '',locationtext NOT NULL,referertext,hostnamevarchar(128) NOT NULL default '',timestampint(11) NOT NULL default '0', PRIMARY KEY (wid), KEYtype(type) ) ENGINE=MyISAM AUTO_INCREMENT=25124 DEFAULT CHARSET=utf8 AUTO_INCREMENT=25124;DROP TABLE IF EXISTS
wysiwyg;CREATE TABLE
wysiwyg(formatint(11) NOT NULL default '0',editorvarchar(128) NOT NULL default '',settingstext, PRIMARY KEY (format) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
wysiwygVALUES ('1','',null);INSERT INTO
wysiwygVALUES ('2','fckeditor','a:21:{s:7:\"default\";i:1;s:11:\"user_choose\";i:0;s:11:\"show_toggle\";i:1;s:5:\"theme\";s:8:\"advanced\";s:8:\"language\";s:2:\"en\";s:7:\"buttons\";a:2:{s:7:\"default\";a:24:{s:4:\"Bold\";i:1;s:6:\"Italic\";i:1;s:9:\"Underline\";i:1;s:13:\"StrikeThrough\";i:1;s:11:\"JustifyLeft\";i:1;s:13:\"JustifyCenter\";i:1;s:12:\"JustifyRight\";i:1;s:11:\"JustifyFull\";i:1;s:13:\"UnorderedList\";i:1;s:7:\"Outdent\";i:1;s:6:\"Indent\";i:1;s:4:\"Undo\";i:1;s:4:\"Link\";i:1;s:6:\"Unlink\";i:1;s:5:\"Image\";i:1;s:6:\"Source\";i:1;s:4:\"Copy\";i:1;s:5:\"Paste\";i:1;s:9:\"PasteText\";i:1;s:10:\"ShowBlocks\";i:1;s:8:\"FontName\";i:1;s:8:\"FontSize\";i:1;s:5:\"Style\";i:1;s:10:\"SpellCheck\";i:1;}s:4:\"imce\";a:1:{s:4:\"imce\";i:1;}}s:11:\"toolbar_loc\";s:3:\"top\";s:13:\"toolbar_align\";s:4:\"left\";s:8:\"path_loc\";s:6:\"bottom\";s:8:\"resizing\";i:1;s:11:\"verify_html\";i:1;s:12:\"preformatted\";i:0;s:22:\"convert_fonts_to_spans\";i:1;s:17:\"remove_linebreaks\";i:1;s:23:\"apply_source_formatting\";i:0;s:27:\"paste_auto_cleanup_on_paste\";i:0;s:13:\"block_formats\";s:32:\"p,address,pre,h2,h3,h4,h5,h6,div\";s:11:\"css_setting\";s:5:\"theme\";s:8:\"css_path\";s:0:\"\";s:11:\"css_classes\";s:0:\"\";s:13:\"form_build_id\";s:37:\"form-d9b8c51c241bf571cddfc1557645ed9a\";}');DROP TABLE IF EXISTS
xmlsitemap;CREATE TABLE
xmlsitemap(lidint(11) NOT NULL auto_increment,locvarchar(255) NOT NULL default '',modulevarchar(255) NOT NULL default '',typevarchar(32) NOT NULL default '',idint(10) unsigned NOT NULL default '0',sidint(10) unsigned NOT NULL default '0',languagevarchar(12) NOT NULL default '',changedint(10) unsigned NOT NULL default '0',changefreqint(10) unsigned NOT NULL default '0',priorityfloat NOT NULL default '0.5', PRIMARY KEY (lid), KEYlink_module(module(25)), KEYlink_language(language), KEYlink_changed(changed), KEYlink_priority(priority), KEYtype_id(type,id) ) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=utf8 AUTO_INCREMENT=81;INSERT INTO
xmlsitemapVALUES ('80','','xmlsitemap','frontpage','0','0','','1268628028','3600','1');INSERT INTO
xmlsitemapVALUES ('2','node/1','xmlsitemap_node','node','1','1','','1263869840','903941','0.5');INSERT INTO
xmlsitemapVALUES ('3','node/2','xmlsitemap_node','node','2','2','','1259637554','5136227','0.5');INSERT INTO
xmlsitemapVALUES ('4','node/24','xmlsitemap_node','node','24','24','','1248233360','16540421','0.8');INSERT INTO
xmlsitemapVALUES ('5','node/21','xmlsitemap_node','node','21','21','','1259350762','5423019','0.5');INSERT INTO
xmlsitemapVALUES ('6','node/30','xmlsitemap_node','node','30','30','','1259637893','5135888','0.5');INSERT INTO
xmlsitemapVALUES ('7','node/8','xmlsitemap_node','node','8','8','','1260712975','4060806','0.5');INSERT INTO
xmlsitemapVALUES ('8','node/9','xmlsitemap_node','node','9','9','','1259350593','5423188','0.5');INSERT INTO
xmlsitemapVALUES ('9','node/23','xmlsitemap_node','node','23','23','','1248233283','16540498','0.8');INSERT INTO
xmlsitemapVALUES ('10','node/22','xmlsitemap_node','node','22','22','','1248232588','16541193','0.8');INSERT INTO
xmlsitemapVALUES ('11','node/25','xmlsitemap_node','node','25','25','','1248233433','16540348','0.8');INSERT INTO
xmlsitemapVALUES ('12','node/26','xmlsitemap_node','node','26','26','','1248233491','16540290','0.8');INSERT INTO
xmlsitemapVALUES ('13','node/29','xmlsitemap_node','node','29','29','','1260713200','4060581','0.5');INSERT INTO
xmlsitemapVALUES ('14','node/32','xmlsitemap_node','node','32','32','','1259351034','5422747','0.5');INSERT INTO
xmlsitemapVALUES ('15','node/87','xmlsitemap_node','node','87','87','','1248407178','16366603','0.8');INSERT INTO
xmlsitemapVALUES ('16','node/86','xmlsitemap_node','node','86','86','','1248406918','16366863','0.8');INSERT INTO
xmlsitemapVALUES ('17','node/85','xmlsitemap_node','node','85','85','','1248406855','16366926','0.8');INSERT INTO
xmlsitemapVALUES ('18','node/36','xmlsitemap_node','node','36','36','','1248325032','16448749','0.8');INSERT INTO
xmlsitemapVALUES ('19','node/37','xmlsitemap_node','node','37','37','','1248325169','16448612','0.8');INSERT INTO
xmlsitemapVALUES ('20','node/38','xmlsitemap_node','node','38','38','','1248325231','16448550','0.8');INSERT INTO
xmlsitemapVALUES ('21','node/39','xmlsitemap_node','node','39','39','','1248325330','16448451','0.8');INSERT INTO
xmlsitemapVALUES ('22','node/40','xmlsitemap_node','node','40','40','','1248325376','16448405','0.8');INSERT INTO
xmlsitemapVALUES ('23','node/41','xmlsitemap_node','node','41','41','','1248325432','16448349','0.8');INSERT INTO
xmlsitemapVALUES ('24','node/43','xmlsitemap_node','node','43','43','','1248325610','16448171','0.8');INSERT INTO
xmlsitemapVALUES ('25','node/44','xmlsitemap_node','node','44','44','','1248325668','16448113','0.8');INSERT INTO
xmlsitemapVALUES ('26','node/45','xmlsitemap_node','node','45','45','','1248325724','16448057','0.8');INSERT INTO
xmlsitemapVALUES ('27','node/46','xmlsitemap_node','node','46','46','','1248325778','16448003','0.8');INSERT INTO
xmlsitemapVALUES ('28','node/47','xmlsitemap_node','node','47','47','','1248325856','16447925','0.8');INSERT INTO
xmlsitemapVALUES ('29','node/48','xmlsitemap_node','node','48','48','','1248325997','16447784','0.8');INSERT INTO
xmlsitemapVALUES ('30','node/49','xmlsitemap_node','node','49','49','','1248326052','16447729','0.8');INSERT INTO
xmlsitemapVALUES ('31','node/50','xmlsitemap_node','node','50','50','','1248326103','16447678','0.8');INSERT INTO
xmlsitemapVALUES ('32','node/51','xmlsitemap_node','node','51','51','','1248326162','16447619','0.8');INSERT INTO
xmlsitemapVALUES ('33','node/52','xmlsitemap_node','node','52','52','','1248326211','16447570','0.8');INSERT INTO
xmlsitemapVALUES ('34','node/53','xmlsitemap_node','node','53','53','','1248326265','16447516','0.8');INSERT INTO
xmlsitemapVALUES ('35','node/54','xmlsitemap_node','node','54','54','','1248326315','16447466','0.8');INSERT INTO
xmlsitemapVALUES ('36','node/55','xmlsitemap_node','node','55','55','','1248326362','16447419','0.8');INSERT INTO
xmlsitemapVALUES ('37','node/56','xmlsitemap_node','node','56','56','','1248326408','16447373','0.8');INSERT INTO
xmlsitemapVALUES ('38','node/57','xmlsitemap_node','node','57','57','','1248326454','16447327','0.8');INSERT INTO
xmlsitemapVALUES ('39','node/58','xmlsitemap_node','node','58','58','','1248326512','16447269','0.8');INSERT INTO
xmlsitemapVALUES ('40','node/59','xmlsitemap_node','node','59','59','','1248326554','16447227','0.8');INSERT INTO
xmlsitemapVALUES ('41','node/60','xmlsitemap_node','node','60','60','','1248326611','16447170','0.8');INSERT INTO
xmlsitemapVALUES ('42','node/62','xmlsitemap_node','node','62','62','','1248745656','16028125','0.8');INSERT INTO
xmlsitemapVALUES ('43','node/63','xmlsitemap_node','node','63','63','','1248745698','16028083','0.8');INSERT INTO
xmlsitemapVALUES ('44','node/64','xmlsitemap_node','node','64','64','','1248327028','16446753','0.8');INSERT INTO
xmlsitemapVALUES ('45','node/65','xmlsitemap_node','node','65','65','','1248327094','16446687','0.8');INSERT INTO
xmlsitemapVALUES ('46','node/66','xmlsitemap_node','node','66','66','','1248327157','16446624','0.8');INSERT INTO
xmlsitemapVALUES ('47','node/67','xmlsitemap_node','node','67','67','','1248327222','16446559','0.8');INSERT INTO
xmlsitemapVALUES ('48','node/68','xmlsitemap_node','node','68','68','','1248327291','16446490','0.8');INSERT INTO
xmlsitemapVALUES ('49','node/69','xmlsitemap_node','node','69','69','','1248327423','16446358','0.8');INSERT INTO
xmlsitemapVALUES ('50','node/70','xmlsitemap_node','node','70','70','','1248327490','16446291','0.8');INSERT INTO
xmlsitemapVALUES ('51','node/71','xmlsitemap_node','node','71','71','','1248327560','16446221','0.8');INSERT INTO
xmlsitemapVALUES ('52','node/72','xmlsitemap_node','node','72','72','','1248327626','16446155','0.8');INSERT INTO
xmlsitemapVALUES ('53','node/73','xmlsitemap_node','node','73','73','','1248327721','16446060','0.8');INSERT INTO
xmlsitemapVALUES ('54','node/74','xmlsitemap_node','node','74','74','','1248327788','16445993','0.8');INSERT INTO
xmlsitemapVALUES ('55','node/76','xmlsitemap_node','node','76','76','','1248384893','16388888','0.8');INSERT INTO
xmlsitemapVALUES ('56','node/77','xmlsitemap_node','node','77','77','','1248384837','16388944','0.8');INSERT INTO
xmlsitemapVALUES ('57','node/84','xmlsitemap_node','node','84','84','','1248406801','16366980','0.8');INSERT INTO
xmlsitemapVALUES ('58','node/83','xmlsitemap_node','node','83','83','','1248406744','16367037','0.8');INSERT INTO
xmlsitemapVALUES ('59','node/88','xmlsitemap_node','node','88','88','','1248407250','16366531','0.8');INSERT INTO
xmlsitemapVALUES ('60','node/89','xmlsitemap_node','node','89','89','','1248407305','16366476','0.8');INSERT INTO
xmlsitemapVALUES ('61','node/90','xmlsitemap_node','node','90','90','','1248407375','16366406','0.8');INSERT INTO
xmlsitemapVALUES ('62','node/91','xmlsitemap_node','node','91','91','','1248407482','16366299','0.8');INSERT INTO
xmlsitemapVALUES ('63','node/92','xmlsitemap_node','node','92','92','','1248407532','16366249','0.8');INSERT INTO
xmlsitemapVALUES ('64','node/93','xmlsitemap_node','node','93','93','','1249538619','15235162','0.8');INSERT INTO
xmlsitemapVALUES ('65','taxonomy/term/12','xmlsitemap_taxonomy','taxonomy','12','0','','1250041201','14732580','0.5');INSERT INTO
xmlsitemapVALUES ('66','taxonomy/term/11','xmlsitemap_taxonomy','taxonomy','11','0','','1250041201','14732580','0.5');INSERT INTO
xmlsitemapVALUES ('67','taxonomy/term/10','xmlsitemap_taxonomy','taxonomy','10','0','','1250041201','14732580','0.5');INSERT INTO
xmlsitemapVALUES ('68','taxonomy/term/9','xmlsitemap_taxonomy','taxonomy','9','0','','1250041201','14732580','0.5');INSERT INTO
xmlsitemapVALUES ('69','user/1','xmlsitemap_user','user','1','0','','1264384373','389408','0.5');INSERT INTO
xmlsitemapVALUES ('70','user/10','xmlsitemap_user','user','10','0','','1260669748','4104033','0.5');DROP TABLE IF EXISTS
xmlsitemap_node;CREATE TABLE
xmlsitemap_node(nidint(10) unsigned NOT NULL default '0',changedint(10) unsigned NOT NULL default '0',previously_changedint(10) unsigned NOT NULL default '0',comment_ratiofloat NOT NULL default '0',priority_overridefloat NOT NULL default '-2', PRIMARY KEY (nid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
xmlsitemap_nodeVALUES ('1','1265606077','1265510826','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('2','1265511273','1265510910','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('24','1248233360','1248233360','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('21','1265768840','1265768614','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('30','1259637893','1259350897','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('8','1265684763','1265684062','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('9','1259350593','1259299638','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('23','1248233283','1248233283','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('22','1248232588','1248232588','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('25','1248233433','1248233433','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('26','1248233491','1248233491','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('29','1265768153','1265605400','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('32','1259351034','1259299386','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('87','1248407178','1248407178','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('86','1248406918','1248406918','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('85','1248406855','1248406855','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('36','1248325032','1248325032','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('37','1248325169','1248325169','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('38','1248325231','1248325231','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('39','1248325330','1248325330','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('40','1248325376','1248325376','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('41','1248325432','1248325432','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('43','1248325610','1248325610','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('44','1248325668','1248325668','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('45','1248325724','1248325724','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('46','1248325778','1248325778','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('47','1248325856','1248325856','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('48','1248325997','1248325997','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('49','1248326052','1248326052','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('50','1248326103','1248326103','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('51','1248326162','1248326162','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('52','1248326211','1248326211','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('53','1248326265','1248326265','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('54','1248326315','1248326315','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('55','1248326362','1248326362','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('56','1248326408','1248326408','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('57','1248326454','1248326454','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('58','1248326512','1248326512','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('59','1248326554','1248326554','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('60','1248326611','1248326611','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('62','1248745656','1248326790','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('63','1248745698','1248326848','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('64','1248327028','1248327028','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('65','1248327094','1248327094','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('66','1248327157','1248327157','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('67','1248327222','1248327222','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('68','1248327291','1248327291','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('69','1248327423','1248327423','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('70','1248327490','1248327490','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('71','1248327560','1248327560','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('72','1248327626','1248327626','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('73','1248327721','1248327721','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('74','1248327788','1248327788','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('76','1248384893','1248384474','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('77','1248384837','1248384679','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('84','1248406801','1248406801','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('83','1248406744','1248406744','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('88','1248407250','1248407250','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('89','1248407305','1248407305','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('90','1248407375','1248407375','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('91','1248407482','1248407482','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('92','1248407532','1248407532','0','-2');INSERT INTO
xmlsitemap_nodeVALUES ('93','1249538619','1249538619','0','-2');DROP TABLE IF EXISTS
xmlsitemap_taxonomy;CREATE TABLE
xmlsitemap_taxonomy(tidint(10) unsigned NOT NULL default '0',vidint(10) unsigned NOT NULL default '0',changedint(10) unsigned NOT NULL default '0',previously_changedint(10) unsigned NOT NULL default '0',priority_overridefloat NOT NULL default '-2', PRIMARY KEY (tid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
xmlsitemap_taxonomyVALUES ('12','3','1250041201','0','-2');INSERT INTO
xmlsitemap_taxonomyVALUES ('11','3','1250041201','0','-2');INSERT INTO
xmlsitemap_taxonomyVALUES ('10','3','1250041201','0','-2');INSERT INTO
xmlsitemap_taxonomyVALUES ('9','3','1250041201','0','-2');DROP TABLE IF EXISTS
xmlsitemap_user;CREATE TABLE
xmlsitemap_user(uidint(10) unsigned NOT NULL default '0',changedint(10) unsigned NOT NULL default '0',previously_changedint(10) unsigned NOT NULL default '0',commentsint(10) unsigned NOT NULL default '0',priority_overridefloat NOT NULL default '-2', PRIMARY KEY (uid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
xmlsitemap_userVALUES ('1','1264384373','1264384186','0','-2');INSERT INTO
xmlsitemap_userVALUES ('10','1260669748','1260669748','0','-2');DROP TABLE IF EXISTS
xmlsitemap_user_role;CREATE TABLE
xmlsitemap_user_role(ridint(10) unsigned NOT NULL default '0',priorityfloat NOT NULL default '0.5', PRIMARY KEY (rid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;/!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS /;
/!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS /;
/!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS /;
/!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION /;
/!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
Thanks so much.
Ok, last post is just not
Ok, last post is just not working. I cannot figure out how to include a link to dump file.
Here's tonight's question,
Here's tonight's question, hopefully someone can help me out. Dumped using backup/migrate, all looks well but I have no nodes. Tried it using php myadmin, nodes are there but look is wrong. As I ponder this mess I am looking at the backup/migrate page and noticed that within the "exclude data from the following tables" the following are highlighted: cache, cache_filter, cache_menu, cache_page, cache_views, search_dataset, search_index, search_total, sessions, watchdog. These are selected by default when I open the page. My question is, should they be? If not how do I de-select? Thanks for any insight.
Tables Look Okay
Your exclusion tables look fine. Did MySQL report any issues during the import? Do you have the ability to look at your database separately from the BM tool?
I'm on irc.freenode.net/#drupal-nc if you want to debug a bit.
Well that's a positive. No
Well that's a positive. No issues reported and yes. What's driving me insane is I had my local site running fine and then something went awry and I am having so much trouble getting it back.
Are you using the correct catalog / file prefix?
It could be that your data was imported into an MySQL catalog db that is different from the one in your settings.php. You might even be using the wrong settings.php file.
To check the DB catalog, edit the settings.php and look for the $db_url= line. The URL should have the format of:
mysql://<db user>:<db user pwd>@<db-server>/<db-catalog>Also see if there is a $db_prefix variable set. This changes the Drupal tables from "name" to "prefix_name".
Check that the db-catalog part is the one your data is located in using phpMyAdmin or other tools. E.g. go to that catalog, and query against the nodes tables.
You might also browse thru the other catalogs to look for Drupal tables... e.g. nodes, etc. You may find the data was imported into the wrong default DB.
As to which settings file... do you just have a sites/default setup or is it more complex? E.g. sites/my.domain or sites/localhost? If it's the simple case... then you're ok. If it's the more complex case, you may have to verify they are going where you think they are and if you are using the correct one (google is your friend here).
That's all I can think of off the top of my head....
(Fixed display of format with code tags)
Thanks for your input. Here
Thanks for your input. Here is what I have:
"To check the DB catalog, edit the settings.php and look for the $db_url= line. The URL should have the format of:
mysql://:@/"
This is what I have:
* Database URL format:
* $db_url = 'mysql://username:password@localhost/databasename';
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
*/
$db_url = 'mysqli://root:sashavitoakc@localhost/www.dcubedbuilders.com';
I just have a sites/default setup.
I've googled, posted, and pretty much fooled with everything. At this point I have not a clue.
Probably goes without saying
Probably goes without saying that your root password probably needs to change.
I did change it, across the
I did change it, across the board. thru terminal (apps/mamp/library/bin/mysqladmin -u root -p password), as well as these: /Applications/MAMP/bin/phpMyAdmin-X.X.X/config.inc.php
/Applications/MAMP/bin/mamp/index.php
/Applications/MAMP/bin/stopMysql.sh