[Vtigercrm-commits] [vtiger-commits] r10619 - /vtigercrm/branches/5.0.3/soap/vtigerolservice.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 10 11:03:11 EDT 2007
Author: saraj
Date: Tue Apr 10 09:03:07 2007
New Revision: 10619
Log:
version compatability fixed in outlook plugin
Modified:
vtigercrm/branches/5.0.3/soap/vtigerolservice.php
Modified: vtigercrm/branches/5.0.3/soap/vtigerolservice.php
==============================================================================
--- vtigercrm/branches/5.0.3/soap/vtigerolservice.php (original)
+++ vtigercrm/branches/5.0.3/soap/vtigerolservice.php Tue Apr 10 09:03:07 2007
@@ -365,17 +365,14 @@
global $log;
global $adb;
$log->DEBUG("Entered into vtigerCRM with userid".$userid." and Version".$version);
- require_once('vtigerversion.php');
+ include('vtigerversion.php');
if($version != $vtiger_current_version)
{
- $log->DEBUG("outlook plugin version is not compatible with the vtigerCRM");
return "VERSION";
- }
+ }
require_once('modules/Users/Users.php');
$return_access = "FALSE";
-
$objuser = new Users();
-
if($password != "")
{
$objuser->column_fields['user_name'] = $userid;
More information about the vtigercrm-commits
mailing list