Modif permissions

This commit is contained in:
Rodolphe Quiedeville 2003-08-12 13:27:55 +00:00
parent e55e9a3833
commit 6e1cf10eaf

View File

@ -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)
{ {