mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add an elseif.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user