diff options
-rw-r--r-- | include/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/home.php b/include/home.php index e0e7b69..d9832fd 100644 --- a/include/home.php +++ b/include/home.php @@ -264,7 +264,7 @@ require('header.php'); <div class="panel-body"> <ul class="timeline"> <?php - $offers = BusinessAdmin::getOffers($_pdo); + $offers = BusinessAdmin::getOffers($_pdo, array('`accepted`=1')); $list = array(); $sort_list = array(); foreach ($offers as $offer) { |