Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2005 at 07:42 UTC
Updated:
16 Oct 2005 at 08:18 UTC
In HEAD as of 10/16/2005, legacy.inc begins with <?: instead of the more proper <?php. Using the former is against coding standards because it breaks on systems that are configured to only accept <?php. The attached patch adds those 3 characters back in. :-)
| Comment | File | Size | Author |
|---|---|---|---|
| legacy_1.patch | 418 bytes | Crell |
Comments
Comment #1
chx commentedthere is an issue for the removal of legacy.inc . I will pursue that avenue. This inc is useless.