X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=items.php;h=cd2cd91bb14c6aff37a52a2f250ce4e2231b4c26;hp=e7a97231572a689dc0d4185706e66d2a7aab7b33;hb=3b38ca36fc18d34999073625a9c66dc2f05747a3;hpb=3181694edcb311144c22078ab6d59112bcde612a diff --git a/items.php b/items.php index e7a9723..cd2cd91 100644 --- a/items.php +++ b/items.php @@ -79,7 +79,7 @@ function main ($features) { try { $connection->connect (DBHOST, DBUSER, DBPWD, DBNAME, DBPREFIX); - $features = $connection->listfeatures (); + $features = $connection->listfeatures ($_GET ['from_user']); } catch (Exception $e) { exit ("server error"); }