Thread
:
exclude doesn't really work?
View Single Post
10-18-2003, 06:40 PM
#
2
Rolandks
Purple Mole
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
Try this:
file robot_functions.php, add the instruction "continue;" at the line #777
Read this Thread:
PHP Code:
...
...
else if (
trim
(
$line
) ==
PHPDIG_INCLUDE_COMMENT
) {
$exclude
=
false
;
continue;
}
...
...
-Roland-
Rolandks
View Public Profile
Find More Posts by Rolandks