Merge branch 'seeddms-5.0.x' into develop

This commit is contained in:
Uwe Steinmann 2015-08-09 07:26:07 +02:00
commit 1b0eb64698

View File

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