nlopess Fri Dec 26 07:50:14 2003 EDT
Modified files:
/phpdoc/scripts entity-usage.php
Log:
bug fix
Index: phpdoc/scripts/entity-usage.php
diff -u phpdoc/scripts/entity-usage.php:1.1 phpdoc/scripts/entity-usage.php:1.2
--- phpdoc/scripts/entity-usage.php:1.1 Wed Dec 24 15:00:00 2003
+++ phpdoc/scripts/entity-usage.php Fri Dec 26 07:50:14 2003
@@ -117,7 +117,7 @@
$contents = preg_replace("/[\r\n]/", "", join("", file($filename)));
// Find all entity usage in this file
- preg_match_all("/$entity/U", $contents, $entities_found);
+ preg_match_all("/$entity;/U", $contents, $entities_found);
if (count($entities_found[0]) != 0) {
echo $filename . "\n";