mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Linkwords - $mes-> fix (#90)
This commit is contained in:
@@ -259,7 +259,8 @@ if (($action == 'words') || ($action == 'edit'))
|
|||||||
$text = "<div class='center'>\n";
|
$text = "<div class='center'>\n";
|
||||||
if(!$sql -> db_Select("linkwords"))
|
if(!$sql -> db_Select("linkwords"))
|
||||||
{
|
{
|
||||||
$text .= LWLAN_4;
|
//$text .= LWLAN_4;
|
||||||
|
$mes->addInfo(LWLAN_4);
|
||||||
}
|
}
|
||||||
else // TODO FIX table below needs input button to $frm style
|
else // TODO FIX table below needs input button to $frm style
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user