New Grocery List


Seperate multiple items with commas

Pumpkin Seeds

  • 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
0 votes
Tags:
Added by fatmanstan@gmail.com on 2009-11-12 09:33:41

Ingredients

  • 1 tbs Olive Oil
  • 1 cup of pumpkin seeds
  • 1-1/2 tbs Salt
  • 1 tbs of Garlic Salt

Directions

  • Serves 4
  • Pumpkin seeds need to be clean and dried before continuing. Preheat oven to 400. in a mixing bowl combine ingredient. Spread seeds on a baking sheet, the less they touch the better they cook. Place in oven for 20 minutes. Make sure to stir seeds 10 minutes in to insure proper cooking. check on seeds at 17 minutes as cooking time will very.
(default) 16 queries took 16 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `aros`771
2DESCRIBE `acos`771
3DESCRIBE `aros_acos`771
4DESCRIBE `recipes`12121
5DESCRIBE `users`991
6DESCRIBE `groups`441
7DESCRIBE `grocery_lists`441
8DESCRIBE `tags`441
9DESCRIBE `recipes_tags`221
10DESCRIBE `votes`221
11SELECT `Recipe`.`id`, `Recipe`.`user_id`, `Recipe`.`name`, `Recipe`.`servings`, `Recipe`.`description`, `Recipe`.`directions`, `Recipe`.`ingredients`, `Recipe`.`tags`, `Recipe`.`created`, `Recipe`.`updated`, `Recipe`.`votes`, `Recipe`.`rating`, `User`.`id`, `User`.`username`, `User`.`phone_number`, `User`.`phone_carrier`, `User`.`password`, `User`.`group_id`, `User`.`active`, `User`.`created`, `User`.`modified` FROM `recipes` AS `Recipe` LEFT JOIN `users` AS `User` ON (`Recipe`.`user_id` = `User`.`id`) WHERE `Recipe`.`id` = 20 LIMIT 1111
12SELECT `Tag`.`id`, `Tag`.`tag`, `Tag`.`created`, `Tag`.`modified`, `RecipesTag`.`recipe_id`, `RecipesTag`.`tag_id` FROM `tags` AS `Tag` JOIN `recipes_tags` AS `RecipesTag` ON (`RecipesTag`.`recipe_id` = 20 AND `RecipesTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 001
13SELECT `Recipe`.`votes`, `Recipe`.`rating` FROM `recipes` AS `Recipe` LEFT JOIN `users` AS `User` ON (`Recipe`.`user_id` = `User`.`id`) WHERE `Recipe`.`id` = 20 LIMIT 1111
14SELECT `User`.`id`, `User`.`username`, `User`.`phone_number`, `User`.`phone_carrier`, `User`.`password`, `User`.`group_id`, `User`.`active`, `User`.`created`, `User`.`modified`, `Group`.`id`, `Group`.`name`, `Group`.`created`, `Group`.`modified` FROM `users` AS `User` LEFT JOIN `groups` AS `Group` ON (`User`.`group_id` = `Group`.`id`) WHERE `User`.`id` IS NULL LIMIT 1001
15SELECT `Tag`.`id`, `Tag`.`tag`, `Tag`.`created`, `Tag`.`modified` FROM `tags` AS `Tag` WHERE 1 = 1 13131
16SELECT `Recipe`.`id`, `Recipe`.`user_id`, `Recipe`.`name`, `Recipe`.`servings`, `Recipe`.`description`, `Recipe`.`directions`, `Recipe`.`ingredients`, `Recipe`.`tags`, `Recipe`.`created`, `Recipe`.`updated`, `Recipe`.`votes`, `Recipe`.`rating`, `RecipesTag`.`recipe_id`, `RecipesTag`.`tag_id` FROM `recipes` AS `Recipe` JOIN `recipes_tags` AS `RecipesTag` ON (`RecipesTag`.`tag_id` IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13) AND `RecipesTag`.`recipe_id` = `Recipe`.`id`) WHERE 1 = 1 551