You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6
SELECT pi.*, pd.Title, pd.Directions, pd.ShortDescription, pd.Ingridients, pd.Description, ni.Info as Nutrition
FROM chm_Recipe_Info pi
LEFT OUTER JOIN chm_Recipe_Data pd ON pd.Recipe_InfoID = pi.ID AND pd.Locale_InfoID = 1
LEFT OUTER JOIN chm_Recipe_NutritionLink rnl ON pi.ID = rnl.Recipe_InfoID
LEFT OUTER JOIN chm_Nutrition_Info ni ON ni.ID = rnl.Nutrition_InfoID
WHERE pi.ID =