- 🇦🇺Australia darvanen Sydney, Australia
No activity for many years and Drupal 7 is now out of support. Marking out of date.
I'm using mixpanel to track offline events in an application and I'd like to be able to send the time that the event occurred rather than when it is registered with the server. I can see that this is hardcoded in mixpanel.module:
<?php
$properties['time'] = REQUEST_TIME;
?>
Would it make sense to do an if statement here to check if time has already been set?
Closed: outdated
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activity for many years and Drupal 7 is now out of support. Marking out of date.