codegenie is using short_tags
Brought to you by:
nileshd
Hello everyone,
phpCodeGenie is using short tags (<? and <=).
The Server I'm worrking on has set short_open_tag = no,
so i was forced to do a lot of search&replace :-(
Please change the code to <?php in the next version,
thank you.