From 58beac658eb5323aee95dc016912deb1007d3262 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 31 Jan 2011 17:08:12 +0000 Subject: [PATCH] Fix: lost $msg --- htdocs/comm/propal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 5380433df3d..b8354daebea 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -48,7 +48,7 @@ $langs->load('orders'); $langs->load('products'); $sall=GETPOST("sall"); -$mesg=GETPOST("mesg"); +$mesg=(GETPOST("msg") ? GETPOST("msg") : GETPOST("mesg")); $year=GETPOST("year"); $month=GETPOST("month"); $socid=GETPOST('socid');