Call-time pass-by-reference has been deprecated
Heine - September 19, 2008 - 14:09
| Project: | AHAH helper |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Description
Simple patch removes extra &.
| Attachment | Size |
|---|---|
| ahah_helper_callbyref.patch | 4.03 KB |

#1
Applied this patch.
No "Call-time pass-by-reference has been deprecated" errors anymore.
#2
Thanks Heine! :)
Committed.
#3
Automatically closed -- issue fixed for two weeks with no activity.
#4
Getting this again in 6.x-2.0:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/gharvey/workspace/cmspros/trunk/www/sites/all/modules/contrib/ahah_helper/ahah_helper.module on line 255#5
Patch attached.
#6
Ugh, ignore #5 - forgot to paste the code in to the file from my clipboard. Patch attached HERE.
#7
Was getting the same warnings and applied patch in #6 - which works great.
Thanks!
#8
Worked fine for me too.
#9
Works for me too.
#10
Ping.
#11
Is it possible to apply the patch on the d6 release?
Thank you !
#12
#6 *is* for the D6 release.
#13
Patch in #6 does indeed fix the problem.
#14
Months have passed, with no complaints, (#6 works for me btw) why not push this through?