Fixed IM bugs
bicou - July 2, 2007 - 08:35
| Project: | Drupal ajaxIM |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Deadmonk |
| Status: | closed |
Description
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).
| Attachment | Size |
|---|---|
| ajaxim_fixed_chat.patch | 1.52 KB |

#1
There was another line where
%variableswere used, here is the patch to this.#2
This issue was fixed by another patch and commited to cvs.
Anyway, thanks for help! We appreciate it.
#3