Fix: lost $msg
This commit is contained in:
parent
10ded212d0
commit
58beac658e
@ -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');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user