Regi 25
Error
Error: 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 8
Query: select s.*, a.Name as Instructor, a.Username as InstructorEmail, t.Name, ts.Name as Subject, t.Description, t.SignupQuestionsID, ct.Name as Type, i.Filename as Icon
from Sessions s
left outer join Administrators a on (s.CurInstructorID = a.ID)
left outer join Templates t on (s.TemplateID = t.ID)
inner join Class_Types ct on (t.TypeID = ct.ID)
inner join Template_Subjects ts on (t.SubjectID = ts.ID)
inner join Icons i on (ts.IconID = i.ID)
where s.ID=
