31 if (isset($args[0]) && !empty($args[0])) {
45 $caption .=
' (' . $args[0] .
')';
48 $debugOutput =
$bearsamppBins->getMysql()->getCmdLineOutput($args[0]);
52 $msgBoxError = !$debugOutput[
'syntaxOk'];
53 $debugOutput[
'content'] = $debugOutput[
'syntaxOk'] ?
'Syntax OK !' : $debugOutput[
'content'];
61 $bearsamppWinbinder->messageBoxError(
62 $debugOutput[
'content'],
66 $bearsamppWinbinder->messageBoxInfo(
67 $debugOutput[
'content'],