Changes between Initial Version and Version 1 of Ticket #4310, comment 27
- Timestamp:
- 06/24/2014 03:33:03 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4310, comment 27
initial v1 5 5 In `01.patch`, I've added a new parameter to `bp_core_current_time()` so we can use the UNIX timestamp instead of the MySQL date and changed bp_core_time_since() to use this parameter and removed the `strtotime()` usage. 6 6 7 Untested, but let me know if this works for you, tonyhawkins or frank13. 7 Untested, but let me know if this works for you, tonyhawkins or frank13. I want to try this before moving towards the `gmmktime()` approach.