[Vtigercrm-commits] [vtiger-commits] r9731 - /vtigercrm/branches/5.0.2/modules/Quotes/Quotes.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 13:28:58 EDT 2006
Author: richie
Date: Thu Oct 26 11:28:50 2006
New Revision: 9731
Log:
Added function save_module
Modified:
vtigercrm/branches/5.0.2/modules/Quotes/Quotes.php
Modified: vtigercrm/branches/5.0.2/modules/Quotes/Quotes.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Quotes/Quotes.php (original)
+++ vtigercrm/branches/5.0.2/modules/Quotes/Quotes.php Thu Oct 26 11:28:50 2006
@@ -106,6 +106,10 @@
$this->db = new PearDatabase();
$this->column_fields = getColumnFields('Quotes');
}
+
+ function save_module()
+ {
+ }
/** Function used to get the sort order for Quote listview
* @return string $sorder - first check the $_REQUEST['sorder'] if request value is empty then check in the $_SESSION['QUOTES_SORT_ORDER'] if this session value is empty then default sort order will be returned.
More information about the vtigercrm-commits
mailing list