Johannes Tyra <[EMAIL PROTECTED]> wrote:
>        $startDate['Jungfrau']          = mktime (0, 0, 0, 08, 24,
> 2000);
>        $startDate['Waage']             = mktime (0, 0, 0, 09, 24,
> 2000);
>
> but with 'Jungfrau' AND 'Waage' something is wrong!!

numbers with a leading zero are in octal format, and '8' and '9' are not
valid octal digits.

jim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to