mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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";
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user