[Vtigercrm-commits] [vtiger-commits] r7467 - /vtigercrm/trunk/modules/Users/listwordtemplates.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 23 07:49:59 EDT 2006
Author: saraj
Date: Fri Jun 23 05:49:55 2006
New Revision: 7467
Log:
update listmail merge file
Modified:
vtigercrm/trunk/modules/Users/listwordtemplates.php
Modified: vtigercrm/trunk/modules/Users/listwordtemplates.php
==============================================================================
--- vtigercrm/trunk/modules/Users/listwordtemplates.php (original)
+++ vtigercrm/trunk/modules/Users/listwordtemplates.php Fri Jun 23 05:49:55 2006
@@ -13,7 +13,7 @@
require_once('include/database/PearDatabase.php');
global $adb;
- $sql = "select templateid, module, description, filename, vtiger_filesize, filetype from vtiger_wordtemplates order by filename ASC";
+ $sql = "select templateid, module, description, filename, filesize, filetype from vtiger_wordtemplates order by filename ASC";
$result = $adb->query($sql);
$edit="Edit ";
More information about the vtigercrm-commits
mailing list