mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
missing param
This commit is contained in:
parent
550b6319f4
commit
4707638070
@ -293,7 +293,7 @@
|
|||||||
$sort = 'ASC';
|
$sort = 'ASC';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($order) && preg_match('/^[a-zA-Z_, ]+$/',$order) && (empty($sort) || preg_match('/^(ASC|DESC|asc|desc)$/')))
|
if (!empty($order) && preg_match('/^[a-zA-Z_, ]+$/',$order) && (empty($sort) || preg_match('/^(ASC|DESC|asc|desc)$/',$sort)))
|
||||||
{
|
{
|
||||||
$ordermethod = " ORDER BY $order $sort";
|
$ordermethod = " ORDER BY $order $sort";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user