using php 4.4.1 on linux, i get the error
Parse error: parse error, unexpected T_OBJECT_OPERATOR
at the highlighted line:
any idea why? it works fine locally on php 5, and i don't think i'm using any php 5-specific syntax.
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i like your sleeves...they're real big
Parse error: parse error, unexpected T_OBJECT_OPERATOR
at the highlighted line:
Code:
if (hasWorkflow()) {
[highlight]$wf = getWorkflow();[/highlight]
$wf -> delete();
}
any idea why? it works fine locally on php 5, and i don't think i'm using any php 5-specific syntax.
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i like your sleeves...they're real big