Add an elseif.

This commit is contained in:
Mark Crane
2013-01-04 21:21:45 +00:00
parent 45a2f4d420
commit 9b94413626
+3 -4
View File
@@ -89,10 +89,9 @@ if ($display_type == 'text') {
echo "<br />\n"; echo "<br />\n";
echo "<br />\n"; echo "<br />\n";
} }
elseif ($display_type == 'text') {
if ($display_type == 'text') { echo "\n";
echo "\n"; }
}
//include the footer //include the footer
if ($display_results) { if ($display_results) {