sander Fri Mar 29 14:42:07 2002 EDT
Modified files:
/phpdoc/scripts checkent.php
Log:
Fixed a little bug with huge consequences :)
Index: phpdoc/scripts/checkent.php
diff -u phpdoc/scripts/checkent.php:1.4 phpdoc/scripts/checkent.php:1.5
--- phpdoc/scripts/checkent.php:1.4 Sun Jan 6 10:42:31 2002
+++ phpdoc/scripts/checkent.php Fri Mar 29 14:42:06 2002
@@ -81,7 +81,7 @@
// Use URL fopen wrapper
case "http":
- if ($fpurl = @fopen($link, "r")) {
+ if ($fpurl = @fopen($entity_url, "r")) {
fclose ($fpurl);
}
else {