
Untitled
By: a guest on
May 16th, 2012 | syntax:
None | size: 1.44 KB | hits: 13 | expires: Never
[root@www vhosts]# diff adminwahoo/application/models/Associates.php tcpadmin/application/models/Associates.php
251c251
< 'rep' => 0.04,
---
> 'rep' => 0.06,
255c255
< 'rep' => 0.08,
---
> 'rep' => 0.07,
259c259
< 'rep' => 0.10,
---
> 'rep' => 0.08,
263c263
< 'rep' => 0.12,
---
> 'rep' => 0.09,
267c267
< 'rep' => 0.15,
---
> 'rep' => 0.12,
[root@www vhosts]# diff adminwahoo/application/controllers/AssociatesController.php tcpadmin/application/controllers/AssociatesController.php
161,162c161,162
< $startDate = date('Y-m-d', strtotime('-27 days', strtotime($payCheckDate)));
< $endDate = date('Y-m-d', strtotime('-21 days', strtotime($payCheckDate)));
---
> $startDate = date('Y-m-d', strtotime('-25 days', strtotime($payCheckDate)));
> $endDate = date('Y-m-d', strtotime('-19 days', strtotime($payCheckDate)));
239c239
< }
\ No newline at end of file
---
> }
[root@www vhosts]# diff adminwahoo/application/views/scripts/associates/view.phtml tcpadmin/application/views/scripts/associates/view.phtml
[root@www vhosts]#