summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/itembl.php')
-rw-r--r--bl/itembl.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/bl/itembl.php b/bl/itembl.php
index c5b422d06..6f3e5d002 100644
--- a/bl/itembl.php
+++ b/bl/itembl.php
@@ -36,12 +36,14 @@ class ItemBl extends Bl {
}
- public function findAllNew($id, $type, $updatedSince, $userId){
+ public function findAllNew($id, $type, $updatedSince,
+ $showAll, $userId){
// TODO all the crazy finding of items
}
- public function findAll($id, $type, $limit, $offset, $userId){
+ public function findAll($id, $type, $limit, $offset,
+ $showAll, $userId){
// TODO all the crazy finding of items
}