[Vtigercrm-commits] [vtiger-commits] r6724 - /vtigercrm/trunk/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 18:34:09 EDT 2006
Author: saraj
Date: Mon May 29 16:34:06 2006
New Revision: 6724
Log:
* Modified to avoid the copyright statement in Popups
Modified:
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Mon May 29 16:34:06 2006
@@ -650,7 +650,8 @@
</script>
";
- if($action != "about_us" && $action != "vtchat" && $action != "ChangePassword" && $action != "body" && $action != $module."Ajax")
+ if($action != "about_us" && $action != "vtchat" && $action != "ChangePassword" && $action != "body" && $action != $module."Ajax" && $action!='Popup')
+
{
echo $copyrightstatement;
echo "<script language = 'JavaScript' type='text/javascript' src = 'include/js/popup.js'></script>";
More information about the vtigercrm-commits
mailing list