Skip to content
Snippets Groups Projects
Commit 5a83775c authored by hahn's avatar hahn
Browse files

show updated value

parent 48027084
No related branches found
No related tags found
1 merge request!426295 commits with ampersand
...@@ -143,7 +143,7 @@ switch ($sAction) { ...@@ -143,7 +143,7 @@ switch ($sAction) {
// case 'other-varname': // case 'other-varname':
case 'version': case 'version':
if ($oVersion->updateVar($sVarname, $sValue)) { if ($oVersion->updateVar($sVarname, $sValue)) {
echo "OK: $sVarname was updated."; echo "OK: $sVarname was updated.".PHP_EOL."new value: $sValue".PHP_EOL;
} else { } else {
echo "ERROR: update for $sVarname failed."; echo "ERROR: update for $sVarname failed.";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment