Skip to content

Commit

Permalink
Adjusted tshirt/diet views for more accurate totals
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn P. Duncan committed Dec 7, 2011
1 parent bce7d64 commit 83b946b
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 185 deletions.
Expand Up @@ -19,7 +19,7 @@ function cod_base_uuid_features_default_content() {
'sticky' => '0',
'tnid' => '0',
'translate' => '0',
'revision_uid' => '1',
'revision_uid' => '0',
'title' => 'COD help',
'body' => '<em>For the latest documentation, please visit <a href="http://drupal.org/documentation/build/cod">http://drupal.org/documentation/build/cod</a>.</em>
Expand Down Expand Up @@ -163,6 +163,7 @@ COD is the Conference Organizing Distribution, used for building conference and
'picture' => '',
'data' => NULL,
'path' => 'content/cod-help',
'field_illustration' => array(),
'signup' => 0,
'uc_order_product_id' => FALSE,
'last_comment_timestamp' => '1295735036',
Expand All @@ -173,7 +174,6 @@ COD is the Conference Organizing Distribution, used for building conference and
'revision_uuid' => '79f12ce8-755e-102e-a8fe-4040db1cdced',
'pathauto_perform_alias' => FALSE,
'date' => '2011-01-19 15:54:23 -0500',
'field_illustration' => array(),
);
return $nodes;
}
Expand Down
Expand Up @@ -4,6 +4,7 @@ dependencies[] = "admin"
dependencies[] = "features"
dependencies[] = "menu"
dependencies[] = "profile"
dependencies[] = "signup"
dependencies[] = "strongarm"
dependencies[] = "uc_order"
dependencies[] = "uuid_features"
Expand Down

0 comments on commit 83b946b

Please sign in to comment.