Skip to content

Commit

Permalink
Set no news type to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0263 committed Jan 28, 2017
1 parent 59e4a14 commit 6581999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/index.php
Expand Up @@ -331,7 +331,7 @@
"tid = '".DB_escapeString($topic)."'");
$eMsg .= sprintf ($LANG05[3], $topicname);
}
$cbDisplay .= COM_showMessageText($eMsg, $LANG05[1],true,'info');
$cbDisplay .= COM_showMessageText($eMsg, $LANG05[1],true,'warning');
}
}
$pageBody .= $cbDisplay;
Expand Down

0 comments on commit 6581999

Please sign in to comment.