Fix: Syntax error
This commit is contained in:
parent
4f1e1f8041
commit
294adcba90
@ -109,7 +109,7 @@ if($action == 'search' )
|
|||||||
}
|
}
|
||||||
if ($conf->categorie->enabled && $catMere != -1 and $catMere)
|
if ($conf->categorie->enabled && $catMere != -1 and $catMere)
|
||||||
{
|
{
|
||||||
$sql .= "AND cp.fk_categorie ='".$catMere."'";
|
$sql .= " AND cp.fk_categorie ='".addslashes($catMere)."'";
|
||||||
}
|
}
|
||||||
$sql .= " ORDER BY p.ref ASC ";
|
$sql .= " ORDER BY p.ref ASC ";
|
||||||
// $sql .= $db->plimit($limit + 1 ,$offset);
|
// $sql .= $db->plimit($limit + 1 ,$offset);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user