Greetings!

I found the problem.  In one execution path, my script has the
following steps:

        $month = param('month');
        $day = param('day');
        $year = param('year');
        $position = param('position');
        $indmonth = param('indmonth');
        $selection = param('selection');

When this execution path was followed, there was no parameter named
'selecton'.

RobR


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to