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 .= " ORDER BY $sortfield $sortorder ";
|
||||
$sql .= $db->plimit($limit + 1 ,$offset);
|
||||
$result = $db->query($sql) ;
|
||||
$sql .= " ORDER BY $sortfield $sortorder ";
|
||||
$sql .= $db->plimit($limit + 1 ,$offset);
|
||||
$result = $db->query($sql) ;
|
||||
|
||||
if ($result)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user