Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:Warning: Call-time pass-by-reference has been deprecated - argument passed by value; 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. However, future versions may not support this any longer. in /usr/www/users/client/forum/extensions/Notify/default.php on line 224
Edited: Friday, 16 March 2007 at 10:21AM (AEDT)
Quote: MarkThat's actually a really easy fix. It involves removing the & from the variable name in the function declaration and adding it where the function is called.
Posted: Wednesday, 4 April 2007 at 11:07AM

Posted: Monday, 9 April 2007 at 12:29PM
Posted: Thursday, 12 April 2007 at 3:40PM

Posted: Friday, 13 April 2007 at 7:20AM
Warning: Call-time pass-by-reference has been deprecated -
argument passed by value; If you would like to pass it by reference,
modify the declaration of checknotifysyntax(). 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. However, future versions may not support this any longer.
in /extensions/Notify/default.php on line 120Posted: Sunday, 6 May 2007 at 5:02PM
error_reporting(0);Posted: Monday, 7 May 2007 at 1:11PM