Closed (cannot reproduce)
Project:
Make Meeting Scheduler
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2013 at 19:10 UTC
Updated:
22 Jan 2013 at 09:24 UTC
The poll view uses PHP short tags for the section starting with
// showing the previous answers (if not hidden)
on makemeeting-pollpanel.tpl.php and thus the PHP is displayed instead of executed if short tags are disabled in php.ini. The part I didn't dig into is that in that code it is using the long tags, so I don't quite know how those are getting stripped (not a big drupal guy). I just enabled short tags to resolve it, but I think they are supposed to be deprecated and thought I would let you know.
Comments
Comment #1
SebCorbin commentedAre you sure the bug is still in 6.x-1.2? I committed a while ago a fix in the commit 64fbb6d, make sure you use the latest version