[Vtigercrm-commits] [vtiger-commits] r4530 - /vtigercrm/trunk/modules/Campaigns/EditView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 01:35:19 EST 2006
Author: saraj
Date: Mon Mar 27 23:35:13 2006
New Revision: 4530
Log:
Removed Commented Code
Modified:
vtigercrm/trunk/modules/Campaigns/EditView.php
Modified: vtigercrm/trunk/modules/Campaigns/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/Campaigns/EditView.php (original)
+++ vtigercrm/trunk/modules/Campaigns/EditView.php Mon Mar 27 23:35:13 2006
@@ -19,7 +19,6 @@
global $mod_strings;
global $current_user;
global $currentModule;
-//echo '+++++++++++++++++'.$currentModule;
$focus = new Campaign();
$smarty = new vtigerCRM_Smarty();
@@ -93,8 +92,6 @@
$smarty->assign("THEME", $theme);
$smarty->assign("IMAGE_PATH", $image_path);
$smarty->assign("PRINT_URL", "phprint.php?jt=".session_id().$GLOBALS['request_string']);
-//$smarty->assign("JAVASCRIPT", get_set_focus_js().get_validate_record_js());
-
$campaign_tables = Array('campaign','crmentity');
$tabid = getTabid("Campaigns");
More information about the vtigercrm-commits
mailing list