1
0
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:
Tijn Kuyper
2013-02-12 21:06:20 +01:00
parent 8d2cdddf4e
commit 5dfeaa018f

View File

@@ -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
{ {