[Vtigercrm-commits] [vtiger-commits] r6110 - in /vtigercrm/trunk: SendReminder.php schema/DatabaseSchema.xml

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 06:38:38 EDT 2006


Author: saraj
Date: Wed May 17 04:38:29 2006
New Revision: 6110

Log:
changes made to fix the send reminder issue. Fixed #634.

Modified:
    vtigercrm/trunk/SendReminder.php
    vtigercrm/trunk/schema/DatabaseSchema.xml

Modified: vtigercrm/trunk/SendReminder.php
==============================================================================
--- vtigercrm/trunk/SendReminder.php (original)
+++ vtigercrm/trunk/SendReminder.php Wed May 17 04:38:29 2006
@@ -20,9 +20,9 @@
 
 
 //file modified by richie
-
+require_once('include/utils/utils.php');
 require("modules/Emails/class.phpmailer.php");
-require("include/database/PearDatabase.php");
+require_once("include/database/PearDatabase.php");
 require_once('include/logging.php');
 require("config.php");
 

Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Wed May 17 04:38:29 2006
@@ -3645,7 +3645,7 @@
 		<field name="reminder_sent" type="I" size="2">
 			<notnull />
 		</field>
-		<field name="activity_id" type="I" size="11">
+		<field name="recurringid" type="I" size="19">
 			<key />
 			<notnull />
 		</field>





More information about the vtigercrm-commits mailing list