[Vtigercrm-commits] [vtiger-commits] r4546 - /vtigercrm/trunk/modules/Users/listemailtemplates.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 01:51:36 EST 2006


Author: saraj
Date: Mon Mar 27 23:51:32 2006
New Revision: 4546

Log:
Removed Junk & Commented Code

Modified:
    vtigercrm/trunk/modules/Users/listemailtemplates.php

Modified: vtigercrm/trunk/modules/Users/listemailtemplates.php
==============================================================================
--- vtigercrm/trunk/modules/Users/listemailtemplates.php (original)
+++ vtigercrm/trunk/modules/Users/listemailtemplates.php Mon Mar 27 23:51:32 2006
@@ -16,8 +16,6 @@
    $sql = "select * from emailtemplates order by templateid DESC";
    $result = $adb->query($sql);
    $temprow = $adb->fetch_array($result);
-  //echo '<pre>'; print_r($temprow); echo '</pre>';	
-
    
 $edit="Edit  ";
 $del="Del  ";
@@ -31,7 +29,6 @@
 global $theme;
 $theme_path="themes/".$theme."/";
 $image_path=$theme_path."images/";
-
 
 $smarty = new vtigerCRM_Smarty;
 $smarty->assign("UMOD", $mod_strings);





More information about the vtigercrm-commits mailing list