Now, only if a second parameter set to true is provided, it will call any nuBeforeSave() function if defined.
Previously, any second parameter would automatically trigger the call of this function.
Before:
Code: Select all
nuRunPHPHidden('procedure_code');
Code: Select all
nuRunPHPHidden('procedure_code', 1);
Now:
Code: Select all
nuRunPHPHidden('procedure_code');
Code: Select all
nuRunPHPHidden('procedure_code', true);
Changed as of Files Version: V.4.5-2024.03.20.13