Merge branch 'seeddms-4.3.x' into seeddms-5.0.x

This commit is contained in:
Uwe Steinmann 2015-08-09 07:25:56 +02:00
commit b76e802ff5

View File

@ -116,7 +116,7 @@ function dumplog($version, $type, $logs, $indent) { /* {{{ */
$type2 = 'approve';
break;
default:
$type2 = 'review';
$type2 = $type;
}
echo $indent." <".$type."s>\n";
$curid = 0;