Closed (fixed)
Project:
Chatroom
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Aug 2011 at 18:30 UTC
Updated:
12 Sep 2011 at 16:01 UTC
Jump to comment: Most recent file
(Feel free to correct me if I'm wrong) -- Calls to chatroom_get_utc_timestamp() can just be replaced with a call to time() instead. I would attach a patch, but ... whoever has access can probably just do a quick grep/replace/commit. :)
I have removed the call to this function from the node.js module's drupalconlondon branch (also, correct me if I'm wrong here).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1263590-use-php-time.patch | 1.62 KB | jzacsh |
| #1 | 1263590-use-php-time.patch | 4.22 KB | jzacsh |
Comments
Comment #1
jzacsh commentedActually, i already had the drupalconlondon branch for this module opened anyway, so here's the patch to remove calls to the function.
Comment #2
jzacsh commentedWh00ps that was an aggregate format-patch output from `git`. Here's the patch for just this issue number.
Comment #3
jzacsh commentedThanks @beejeebus for fixing my commit access - committed this patch 65525fe99b5b4ce842fe0149c9e9127285d66fbf to chatroom's drupalconlondon branch.
Comment #4
a.ross commentedShouldn't it really be
REQUEST_TIMEinstead oftime()?Comment #4.0
a.ross commentedLinked to the relevant commit to node.js integration module.