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

smithmb’s picture

Trivial to fix. Simply replace the "&$" in each instance of the warning by "$" -- and don't touch any function definitions.