mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
💚 Fix unit tests
This commit is contained in:
@@ -261,7 +261,7 @@ case 'zoom':
|
||||
{
|
||||
$aExplain = CMDBSource::ExplainQuery($oQuery->sSql);
|
||||
$oP->add("<h4>Explain</h4>\n");
|
||||
$oP->add("<table border=\"1\">\n");
|
||||
$oP->add("<table style=\"border=1px;\">\n");
|
||||
foreach ($aExplain as $aRow)
|
||||
{
|
||||
$oP->add(" <tr>\n");
|
||||
@@ -274,7 +274,7 @@ case 'zoom':
|
||||
if (count($oQuery->aRows))
|
||||
{
|
||||
$oP->add("<h4>Values</h4>\n");
|
||||
$oP->add("<table border=\"1\">\n");
|
||||
$oP->add("<table style=\"border=1px;\">\n");
|
||||
foreach ($oQuery->aRows as $iRow => $aRow)
|
||||
{
|
||||
$oP->add(" <tr>\n");
|
||||
@@ -352,4 +352,4 @@ case 'benchmark':
|
||||
}
|
||||
|
||||
$oP->output();
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user