Modif permissions
This commit is contained in:
parent
e55e9a3833
commit
6e1cf10eaf
@ -67,9 +67,9 @@ if ($snom)
|
|||||||
$sql .= " AND lower(p.label) like '%".strtolower($snom)."%'";
|
$sql .= " AND lower(p.label) like '%".strtolower($snom)."%'";
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql .= " ORDER BY $sortfield $sortorder ";
|
$sql .= " ORDER BY $sortfield $sortorder ";
|
||||||
$sql .= $db->plimit($limit + 1 ,$offset);
|
$sql .= $db->plimit($limit + 1 ,$offset);
|
||||||
$result = $db->query($sql) ;
|
$result = $db->query($sql) ;
|
||||||
|
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user