init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -205,7 +205,7 @@ class Work extends CI_Controller | ... | @@ -205,7 +205,7 @@ class Work extends CI_Controller |
| 205 | 'credit'=> $credit, | 205 | 'credit'=> $credit, |
| 206 | 'id' => $id | 206 | 'id' => $id |
| 207 | ); | 207 | ); |
| 208 | array_merge($data, $dueDiligence); | 208 | // array_merge($data, $dueDiligence); |
| 209 | 209 | ||
| 210 | } | 210 | } |
| 211 | 211 | ... | ... |
-
Please register or sign in to post a comment