Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 16th, 2012  |  syntax: None  |  size: 1.44 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [root@www vhosts]# diff adminwahoo/application/models/Associates.php tcpadmin/application/models/Associates.php
  2. 251c251
  3. <                               'rep' => 0.04,
  4. ---
  5. >                               'rep' => 0.06,
  6. 255c255
  7. <                               'rep' => 0.08,
  8. ---
  9. >                               'rep' => 0.07,
  10. 259c259
  11. <                               'rep' => 0.10,
  12. ---
  13. >                               'rep' => 0.08,
  14. 263c263
  15. <                               'rep' => 0.12,
  16. ---
  17. >                               'rep' => 0.09,
  18. 267c267
  19. <                               'rep' => 0.15,
  20. ---
  21. >                               'rep' => 0.12,
  22. [root@www vhosts]# diff adminwahoo/application/controllers/AssociatesController.php tcpadmin/application/controllers/AssociatesController.php
  23. 161,162c161,162
  24. <                               $startDate = date('Y-m-d', strtotime('-27 days', strtotime($payCheckDate)));
  25. <                               $endDate = date('Y-m-d', strtotime('-21 days', strtotime($payCheckDate)));
  26. ---
  27. >                               $startDate = date('Y-m-d', strtotime('-25 days', strtotime($payCheckDate)));
  28. >                               $endDate = date('Y-m-d', strtotime('-19 days', strtotime($payCheckDate)));
  29. 239c239
  30. < }
  31. \ No newline at end of file
  32. ---
  33. > }
  34. [root@www vhosts]# diff adminwahoo/application/views/scripts/associates/view.phtml tcpadmin/application/views/scripts/associates/view.phtml
  35. [root@www vhosts]#