Add an elseif.

This commit is contained in:
Mark Crane
2013-01-04 21:21:45 +00:00
parent 820a828b94
commit 1b82029fc9

View File

@@ -89,10 +89,9 @@ if ($display_type == 'text') {
echo "<br />\n";
echo "<br />\n";
}
if ($display_type == 'text') {
echo "\n";
}
elseif ($display_type == 'text') {
echo "\n";
}
//include the footer
if ($display_results) {