google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

short tags are used #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Turn off short tags in your php.ini
2. Load up the homepage, the dashboard will fail

What is the expected output? What do you see instead?
Dashboard should work :)

What version of the product are you using? On what operating system?
Fedora 6, php 5.1.6, xinc 2.0.1.1

Same code problems exist in SVN at the time of this bug report.

Please provide any additional information below.

<? should be replaced with <?php everywhere in the application.  This also
happens to be pear's coding standard.

Original issue reported on code.google.com by russ...@pws.com.au on 9 May 2008 at 4:48

GoogleCodeExporter commented 8 years ago
thanks, that must have slipped in somewhere.

Original comment by arnos...@gmail.com on 9 May 2008 at 5:55

GoogleCodeExporter commented 8 years ago
short tags where used in a template file. should be all good now. please verify

Original comment by arnos...@gmail.com on 10 May 2008 at 10:24