Recent Topics

1 Aug 18, 2006 18:02    

This code helps a lot to make cron less chatty.

if( ! $is_cli )
        cron_log( 'There is no task to execute yet.' );

2 Aug 18, 2006 18:18

Good point. I've committed it to CVS.

3 Aug 18, 2006 19:13

I want to have this because it makes checking that cron works much easier, especially when you're not familair with it.

Make it an _advanced conf option.

4 Aug 19, 2006 00:48

How about a $argv param instead? Something like "-q"?

5 Aug 28, 2006 20:09

yope that's cool :)


Form is loading...