Ticket #117 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

short tags should not be used in project-permissions.php

Reported by: whoismanu Owned by: somebody
Priority: trivial Milestone:
Component: general Version:
Keywords: Cc: whoismanu, nightgunner5@…

Description

currently, gp-templates/project-permissions.php uses the short php opening tags

<?

in two places. this may lead to errors on some servers that do not allow for this tag style and is also considered bad practice according to  php.net.

Patch is attached to this ticket.

Attachments

project-permissions.diff Download (917 bytes) - added by whoismanu 19 months ago.
patch for gp-templates/project-permissions.php

Change History

patch for gp-templates/project-permissions.php

  • Cc nightgunner5@… added
  • Status changed from new to closed
  • Resolution set to fixed

(In [552]) Don't use short php opening tags. Fixes #117, props whoismanu

Note: See TracTickets for help on using tickets.