summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-23 12:27:36 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-23 12:27:36 +0100
commitf4f27ab927f16d7ff8900e92ecf7aee75f355f34 (patch)
tree735ec22ea9c28fb65faa9066aa77e0b92f1ca24a /bl/itembl.php
parent262084122f735abc78f7e767870b0e6c10844a7a (diff)
also pass in showall value to items
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
}