Ticket #117 (closed defect: fixed)
short tags should not be used in project-permissions.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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
Change History
-
attachment
project-permissions.diff
added
comment:2
nbachiyski — 19 months ago
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

patch for gp-templates/project-permissions.php