At 7/29/2007 09:59 PM, Ken Tozier wrote:
        /*------------------------------------------------------*/
        /* Next two lines are where the problem starts                  */
        /* If I comment either of them out the script runs              */
        /* but with both uncommented, it dies
        /*------------------------------------------------------*/
        // create the rect and usable rect records
$result->rect = array(0, 0, $result->page_width, $result- >page_height);

Does this typo exist in your script? "$result- >page_height" with a space between - and >?

Regards,

Paul
__________________________

Paul Novitski
Juniper Webcraft Ltd.
http://juniperwebcraft.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to