cronjob not starting

hello,

i defined 2 cronjobs using putty on my 1und1-server

*/5 7-18 * * 1-5 /usr/local/bin/php4 .../script.php
30 19-6 * * 1-5 /usr/local/bin/php4 .../script.php

the first runs monday to friday between 7-18
this one works fine

the other one should run monday to friday between 19-6
this one doesnt start

can someone give me an idea what wrong there ?
bye jo

Hi.

Define the second one as 0-6,19-23.

i.e

30 0-6,19-23 * * 1-5 /usr/local/bin/php4 .../script.php

yes thats it.
thank you !!