Quantcast

In InitDatabases(): Assign the file-local RecipeList to addon.recipe_list

Author torhal <torhal@dummy.example.com>
Author date 2009-09-21 03:18:52
Author local date 2009-09-21 03:18:52 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-09-21 03:18:52
Committer local date 2009-09-21 03:18:52 +0000
Commit abd3560cfc0f232d2aed89dbb174a62cf707d145
Tree 59fa5a3bf76a503f0e7ba3334ef469e6f93b0090
Parent b8c8d300acf5404692a4f9f326a061694a2e32a9
In InitDatabases(): Assign the file-local RecipeList to addon.recipe_list
Removed addon:GetRecipeTable() - no need for an extra function with existence checks, we'll simply use addon.recipe_list instead.
Throughout the file: Tightened up the logic of and made minor syntactic changes in several functions.