did it, thanks!What about utilizing the $event->update_subarray() function?Code:
$data = ['IMMAGINI_POST_AUTHOR'=> $quante_imm_galleria ?? null,'GUIDE_POST_AUTHOR'=> $quante_gui_galleria ?? null,];foreach ($data as $key => $value){$event->update_subarray('post_row', $key, $value);}
for this too!! got it!https://area51.phpbb.com/docs/dev/3.3.x ... t-listener
The note at the end of the paragraph explains it.
Statistics: Posted by sebo — Thu Feb 29, 2024 7:43 pm