[Vtigercrm-commits] [vtiger-commits] r4587 - /vtigercrm/trunk/modules/Products/binaryfilelist.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 03:20:41 EST 2006


Author: saraj
Date: Tue Mar 28 01:20:37 2006
New Revision: 4587

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/Products/binaryfilelist.php

Modified: vtigercrm/trunk/modules/Products/binaryfilelist.php
==============================================================================
--- vtigercrm/trunk/modules/Products/binaryfilelist.php (original)
+++ vtigercrm/trunk/modules/Products/binaryfilelist.php Tue Mar 28 01:20:37 2006
@@ -22,13 +22,7 @@
 
 	$dbQuery .= " ORDER BY filename ASC";
 
-	//echo $dbQuery;
-
 	$result = $adb->query($dbQuery) or die("Couldn't get file list");
-
-//$list = '<br><br>';
-//$list .= '<table width="100%" cellpadding="0" cellspacing="0" border="0"><tbody><tr>';
-//$list .= '<td vAlign="middle" class="formHeader" align="left" noWrap width="100%" height="15">Attachment</td></tr></tbody></table>';
 
 $list = '<table border="0" cellpadding="0" cellspacing="0" class="FormBorder" width="100%">';
 





More information about the vtigercrm-commits mailing list