[Vtigercrm-commits] [vtiger-commits] r8029 - /vtigercrm/trunk/modules/Notes/Note.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 17:18:48 EDT 2006
Author: saraj
Date: Thu Jul 13 15:18:23 2006
New Revision: 8029
Log:
API written for notes - ahmed
Modified:
vtigercrm/trunk/modules/Notes/Note.php
Modified: vtigercrm/trunk/modules/Notes/Note.php
==============================================================================
--- vtigercrm/trunk/modules/Notes/Note.php (original)
+++ vtigercrm/trunk/modules/Notes/Note.php Thu Jul 13 15:18:23 2006
@@ -80,6 +80,11 @@
var $new_schema = true;
+ /** Function to export the notes in CSV Format
+ * @param reference variable - order by is passed when the query is executed
+ * @param reference variable - where condition is passed when the query is executed
+ * Returns Export Notes Query.
+ */
function create_export_query(&$order_by, &$where)
{
global $log;
More information about the vtigercrm-commits
mailing list