Katie Horn has submitted this change and it was merged.

Change subject: workaround needed cos we are bypassing normalization
......................................................................


workaround needed cos we are bypassing normalization

Change-Id: I95c42674e48623fded73ef18402e6c75912c3037
---
M sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Katie Horn: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module 
b/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
index 564a73d..764927f 100644
--- a/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
+++ b/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
@@ -406,7 +406,7 @@
     $msg['source_host'] = gethostname();
     $msg['source_version'] = wmf_common_get_my_revision();
     $msg['source_run_id'] = getmypid();
-    $msg['source_enqueued_time'] = time();
+    $msg['source_enqueued_time'] = wmf_common_date_unix_to_sql( time() ); // 
ARGH
 
     /*
      * This array needs to be rekeyed to be consistent with:

-- 
To view, visit https://gerrit.wikimedia.org/r/118772
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I95c42674e48623fded73ef18402e6c75912c3037
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to