mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
b76e802ff5
|
@ -116,7 +116,7 @@ function dumplog($version, $type, $logs, $indent) { /* {{{ */
|
||||||
$type2 = 'approve';
|
$type2 = 'approve';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$type2 = 'review';
|
$type2 = $type;
|
||||||
}
|
}
|
||||||
echo $indent." <".$type."s>\n";
|
echo $indent." <".$type."s>\n";
|
||||||
$curid = 0;
|
$curid = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user