We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfde20 commit f657e23Copy full SHA for f657e23
web/common/tools/tviewer/apply_changes.php
@@ -59,6 +59,8 @@
59
60
if (empty($errors)) {
61
echo "<font color='green'><b>Success</b></font>";
62
+ } else {
63
+ echo "<font color='red'><b>ERROR: </b></font>".implode(",",$errors);
64
}
65
echo "<br>";
66
0 commit comments