[Vtigercrm-commits] [vtiger-commits] r5740 - /vtigercrm/trunk/index.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 4 09:55:32 EDT 2006


Author: saraj
Date: Thu May  4 07:55:23 2006
New Revision: 5740

Log:
licensing contents skipped for changepassword popup

Modified:
    vtigercrm/trunk/index.php

Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Thu May  4 07:55:23 2006
@@ -556,7 +556,7 @@
 		";
 
 	echo $copyrightstatement;
-	if($action != "about_us" && $action != "vtchat")
+	if($action != "about_us" && $action != "vtchat" && $action != "ChangePassword")
 	{
 		echo "<script language = 'JavaScript' type='text/javascript' src = 'include/js/popup.js'></script>";
 		echo "<table width=20% border=0 cellspacing=1 cellpadding=0 class=\"bggray\" align=center><tr><td align=center>\n";





More information about the vtigercrm-commits mailing list