Recent Topics

1 Jul 10, 2006 19:47    

In Plugin Class there is;

	/**
	 * Event handler: called when instantiating an Item for preview.
	 *
	 * @param array Associative array of parameters
	 *   - 'Item': the related Item (by reference)
	 */
	function AppendItemPreviewTransact()
	{
	}

The commenting says it has params but the function is missing the ( & $params ) .....

Any reason why?

2 Jul 10, 2006 20:53

Added it to the function definition. Thanks for pointing it out.


Form is loading...