1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

removed debug code

This commit is contained in:
Tomas V.V.Cox
2003-09-16 16:49:26 +00:00
parent f4aaa7c4f0
commit cdcc98141e
-1
View File
@@ -131,7 +131,6 @@ class System
if ($aktinst < $maxinst || $maxinst == 0) {
foreach($list as $val) {
$path = $sPath . DIRECTORY_SEPARATOR . $val;
echo "p: $path\n";
if (is_dir($path)) {
$tmp = System::_dirToStruct($path, $maxinst, $aktinst+1);
$struct = array_merge_recursive($tmp, $struct);