Hi,
In the new build 265, the event functions headers are now defined by PHPRunner. Previously in build 258, for certain events I was passing extra parameters e.g. function AfterSuccessfulLogin($data), function BeforeChangePassword($oldpassword, $newpass, $values), function AfterChangePassword($row). Can I change PHPRunner to pass these parameters, or do I need to declare the parameters as global variables?
I have also been adding in code into Events, typically after (and outside) function ListOnLoad() that will execute at the start of every page that includes the event file. Typically I have been adding extra criteria to the SQL Statement. This is now more difficult because the close brackett for event functions is now defined by PHPRunner, and it is not possible to type code in after the close brackett.
Regards,
Gordon