unexpected T_VARIABLE line 158
jupiterchild - January 19, 2008 - 13:18
| Project: | On This Day |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
I'm not a coder but I think this needs changing:
line 158: switch $op {
to
line 158: switch ($op) {
Otherwise I get: unexpected T_VARIABLE line 158

#1
Fixed in the next developmental snapshot. Marking as duplicate of http://drupal.org/node/212092