aboutsummaryrefslogtreecommitdiff
path: root/include/home.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-27 16:28:19 +0200
committerCamil Staps2016-07-27 16:28:19 +0200
commit9714f3d8cc311f3b75a4727156de2ab33cf3895e (patch)
tree647d3370ad70827be8c83bfec9e98ae156c4ea9e /include/home.php
parentReorganise to have client use Model (diff)
Removed redundant whitespace & retab
Diffstat (limited to 'include/home.php')
-rw-r--r--include/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/home.php b/include/home.php
index a9dca1e..6a25743 100644
--- a/include/home.php
+++ b/include/home.php
@@ -279,7 +279,7 @@ require('./header.php');
$sort_list = array();
foreach ($offers as $offer) {
$temp = array(
- 'id' => $offer->getId(),
+ 'id' => $offer->getId(),
'contact' => $offer->getContact()->getName(),
'assignments' => '',
'assignments_header' => ''