i cant get an event to occur in any of my cron jobs, i am not sure the standard event_add does not display any results
line as follows for an example
event_add(1,"text",$c);
should send user 1 an event upon completion of the current routine but nothing comes back. one cron mod said use
@event_add but that isnt working either am i overlooking something in crob jobs? i cant get an event back on my crons.