[Vtigercrm-commits] [vtiger-commits] r6611 - /vtigercrm/trunk/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 06:51:56 EDT 2006
Author: mmbrich
Date: Sun May 28 04:51:55 2006
New Revision: 6611
Log:
one more change for AJAX/JSON :)
Modified:
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Sun May 28 04:51:55 2006
@@ -550,7 +550,7 @@
</script>
";
- if($action != "about_us" && $action != "vtchat" && $action != "ChangePassword" && $action != "body" && $action != "WebmailsAjax")
+ if($action != "about_us" && $action != "vtchat" && $action != "ChangePassword" && $action != "body" && $action != $module."Ajax")
{
echo $copyrightstatement;
echo "<script language = 'JavaScript' type='text/javascript' src = 'include/js/popup.js'></script>";
More information about the vtigercrm-commits
mailing list