Fix: lost $msg

This commit is contained in:
Regis Houssin 2011-01-31 17:08:12 +00:00
parent 10ded212d0
commit 58beac658e

View File

@ -48,7 +48,7 @@ $langs->load('orders');
$langs->load('products'); $langs->load('products');
$sall=GETPOST("sall"); $sall=GETPOST("sall");
$mesg=GETPOST("mesg"); $mesg=(GETPOST("msg") ? GETPOST("msg") : GETPOST("mesg"));
$year=GETPOST("year"); $year=GETPOST("year");
$month=GETPOST("month"); $month=GETPOST("month");
$socid=GETPOST('socid'); $socid=GETPOST('socid');