O_o Thank you David! I was pretty sure that I had short_open_tags disabled, now it is :)
On Tue, Oct 12, 2010 at 11:03 PM, <[email protected]> wrote: > Author: david > Date: Tue Oct 12 14:02:59 2010 > New Revision: 8071 > > Log: > Use full <?php opening tag. > > Modified: > trunk/apps/qubit/modules/default/templates/_updateCheck.php > > Modified: trunk/apps/qubit/modules/default/templates/_updateCheck.php > > ============================================================================== > --- trunk/apps/qubit/modules/default/templates/_updateCheck.php Tue Oct 12 > 11:29:19 2010 (r8070) > +++ trunk/apps/qubit/modules/default/templates/_updateCheck.php Tue Oct 12 > 14:02:59 2010 (r8071) > @@ -1,4 +1,4 @@ > -<? if ($sf_request->getCookie('has_js')): ?> > +<?php if ($sf_request->getCookie('has_js')): ?> > > <?php $data = json_encode($sf_data->getRaw('updateCheckData')) ?> > <?php $notificationMessage = __('A release %1% upgrade is available.') ?> > > -- > You received this message because you are subscribed to the Google Groups > "Qubit Toolkit Commits" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<qubit-commits%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/qubit-commits?hl=en. > > -- Jesús García Crespo -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
