Active
Project:
Betting system
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 00:54 UTC
Updated:
6 Jul 2011 at 00:59 UTC
Fresh install of Drupal 6 (latest) and this "Betting system module" yields the following errors:
Warning: Call-time pass-by-reference has been deprecated in /some/path/sites/all/modules/betting/betting.module on line 1327
Warning: Call-time pass-by-reference has been deprecated in /some/path/sites/all/modules/betting/bettingautomate/bettingautomate.module on line 311
Warning: Call-time pass-by-reference has been deprecated in /some/path/sites/all/modules/betting/bettingflexi/bettingflexi.module on line 588
Comments
Comment #1
smithmb commentedTrivial to fix. Simply replace the "&$" in each instance of the warning by "$" -- and don't touch any function definitions.