diff options
-rw-r--r-- | pear/tests/pear_registry.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/tests/pear_registry.phpt b/pear/tests/pear_registry.phpt index 143b2ee8af..214ecbfe79 100644 --- a/pear/tests/pear_registry.phpt +++ b/pear/tests/pear_registry.phpt @@ -50,6 +50,7 @@ function dumpall(&$reg) print $pkg["name"] . ":"; unset($pkg["name"]); foreach ($pkg as $k => $v) { + if ($k == '_lastmodified') continue; print " $k=\"$v\""; } print "\n"; |