From 5dfeaa018f68623367195d1bc4e2d555beb858b2 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Tue, 12 Feb 2013 21:06:20 +0100 Subject: [PATCH] Linkwords - $mes-> fix (#90) --- e107_plugins/linkwords/admin_config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/linkwords/admin_config.php b/e107_plugins/linkwords/admin_config.php index 6e39ceb15..04b803c85 100644 --- a/e107_plugins/linkwords/admin_config.php +++ b/e107_plugins/linkwords/admin_config.php @@ -259,7 +259,8 @@ if (($action == 'words') || ($action == 'edit')) $text = "
\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 {