I see one typo, is that the problem?
Kirk
> Hi! I have this weird thing happening here and I just can't
> see the problem.
> Can someone look at this and tell me if you see what is wrong?
> ---- Code ----
> print isset($config["harvester_list"]) ."\n1\n";
> print isset($config["download_list"]) . "\n2\n";
> print isset($config["linkchecker_list"]) . "\n3\n";
> print isset($config["offline_list"]) . "\n4\n";
> print isset($config["spider_list"]) . "\n5\n";
##### harvester is misspelled in the next line ########
> if (!isset($config["havester_list"]) ||
> !isset($config["download_list"]) ||
> !isset($config["linkchecker_list"]) ||
> !isset($config["offline_list"]) ||
> !isset($config["spider_list"])) {
> print "-----------------------------\n";
> print isset($config["harvester_list"]) ."\n1\n";
> print isset($config["download_list"]) . "\n2\n";
> print isset($config["linkchecker_list"]) . "\n3\n";
> print isset($config["offline_list"]) . "\n4\n";
> print isset($config["spider_list"]) . "\n5\n";
>
> die("Agent Automated System Lists Not Found!\n");
> }
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]