[Vtigercrm-commits] [vtiger-commits] r7508 - /vtigercrm/trunk/modules/Contacts/chat.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 26 03:17:51 EDT 2006
Author: richie
Date: Mon Jun 26 01:17:47 2006
New Revision: 7508
Log:
Issue in chat has been fixed,#Fixes 549
Modified:
vtigercrm/trunk/modules/Contacts/chat.php
Modified: vtigercrm/trunk/modules/Contacts/chat.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/chat.php (original)
+++ vtigercrm/trunk/modules/Contacts/chat.php Mon Jun 26 01:17:47 2006
@@ -354,7 +354,7 @@
if($to != 0)
$chat .= "v";
- $res = $adb->query("INSERT INTO chat_".$chat."chat (msg) VALUES (".$id.")");
+ $res = $adb->query("INSERT INTO vtiger_chat_".$chat."chat (msg) VALUES (".$id.")");
}
/**
More information about the vtigercrm-commits
mailing list