coding standards

Coding Standards typo.
pull/63/head
Noud de Brouwer 2012-12-18 20:45:57 +00:00
parent 5b806d36f7
commit 31207a5696
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
<?php
if ($isSearch == 1) {
echo "<h4>Results for all attributes";
if($keywordSearch != null) echo " with the value containing \"<b>" . h($keywordSearch) . "</b>\"";
if($categorySearch != "ALL") echo " of category \"<b>" . h($categorySearch) . "</b>\"";
if($typeSearch! = "ALL") echo " of type \"<b>" . h($typeSearch) . "</b>\"";
if ($keywordSearch != null) echo " with the value containing \"<b>" . h($keywordSearch) . "</b>\"";
if ($categorySearch != "ALL") echo " of category \"<b>" . h($categorySearch) . "</b>\"";
if ($typeSearch != "ALL") echo " of type \"<b>" . h($typeSearch) . "</b>\"";
echo ":</h4>";
} ?>
<table cellpadding="0" cellspacing="0">