Closed (fixed)
Project:
Drupal ajaxIM
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jul 2007 at 08:35 UTC
Updated:
10 Aug 2007 at 16:22 UTC
Jump to comment: Most recent file
I had strange issues when I first installed ajaxIM. Sometimes the messages weren't even saved in the DB, some other times they didn't made it through the recipient. I noticed that the SQL queries included some <em>...</em> where they shouldn't. Hence the fields were set to 0 and the message couldn't be sent to the recipient.
Here is my patch that seems to fix this (using !variable instead of %variable in the t() function).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ajaxim_fixed_chat_1.patch | 735 bytes | bicou |
| ajaxim_fixed_chat.patch | 1.52 KB | bicou |
Comments
Comment #1
bicou commentedThere was another line where
%variableswere used, here is the patch to this.Comment #2
akhodakovskiy commentedThis issue was fixed by another patch and commited to cvs.
Anyway, thanks for help! We appreciate it.
Comment #3
(not verified) commented