Closed (fixed)
Project:
Jobtrack SMS
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2009 at 19:29 UTC
Updated:
3 Jun 2009 at 04:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
roball commentedComment #2
jeremy commentedIs there more to your error? Are you using the latest version of the module?
Comment #3
big_ham commentedI am using the latest version of your module and this is the same error I get.
In your code, I see:
341: function jobtrack_sms_admin_groups_edit(&$form_state = NULL, $group = NULL) {
I'm no programmer, but is the & supposed to be in the beginning of that statement? I took it out and the module no longer gave me the error.
Comment #4
jeremy commentedYou are correct, the "&" should not be there. Removed. Thanks. (My local development version was modified from what's in CVS -- evidently I'd not synced recent changes. So line 341 was a nonsensical place for an error in my copy.) Anyway, the bug is fixed and the module is now synced with the latest code.