This is in includes/bean.pages.inc on line 75.
Since PHP 5.3, you can leave out the middle part of a ternary operation, but this still causes a parse error in 5.2. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| bean-ternary_fix-5.2.patch | 525 bytes | les lim |
This is in includes/bean.pages.inc on line 75.
Since PHP 5.3, you can leave out the middle part of a ternary operation, but this still causes a parse error in 5.2. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| bean-ternary_fix-5.2.patch | 525 bytes | les lim |
Comments
Comment #1
indytechcook commentedThanks. Fixed http://drupal.org/commitlog/commit/22232/c96e6d3f41fd70642464fc9b45b8f6b...