From de0bff335b9f42ec9ad5d347caaf3d6e9459e757 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Fri, 10 Aug 2012 17:15:45 +0000 Subject: [PATCH] =?UTF-8?q?Bugfix=20oublie=20de=20ma=20part=20pour=20la=20?= =?UTF-8?q?cr=C3=A9ation=20de=20la=20vue=20alias=5Fview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index ab59d699..e7824561 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -334,7 +334,7 @@ fi #populate alternc database with the mailname used by postfix to send mail for each vhost # mailname=`cat /etc/mailname` -mysql_query "update table variable SET value='"$mailname"' where name='mailname_bounce';" +mysql_query "update variable SET value='"$mailname"' where name='mailname_bounce';" ####################################################################### # Save installed files to check them during next install