r27395 - /trunk/calendar/inc/class.calendar_ical.inc.php

View: New views
1 Messages — Rating Filter:   Alert me  

r27395 - /trunk/calendar/inc/class.calendar_ical.inc.php

by leithoff :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Author: leithoff
Date: Thu Jul  9 10:10:29 2009
New Revision: 27395

URL: http://www.egroupware.org/viewvc/egroupware?rev=27395&view=rev
Log:
fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events

Modified:
    trunk/calendar/inc/class.calendar_ical.inc.php

Modified: trunk/calendar/inc/class.calendar_ical.inc.php
URL: http://www.egroupware.org/viewvc/egroupware/trunk/calendar/inc/class.calendar_ical.inc.php?rev=27395&r1=27394&r2=27395&view=diff
==============================================================================
--- trunk/calendar/inc/class.calendar_ical.inc.php (original)
+++ trunk/calendar/inc/class.calendar_ical.inc.php Thu Jul  9 10:10:29 2009
@@ -888,7 +888,7 @@
  continue; // participants without email AND CN --> ignore it
  }
  elseif ((list($data) = ExecMethod2('addressbook.addressbook_bo.search',$searcharray,
- array('id','account_id','n_fn'),'account_id IS NOT NULL DESC, n_fn IS NOT NULL DESC','','',false,'OR')))
+ array('id','account_id','n_fn'),'egw_addressbook.account_id IS NOT NULL DESC, n_fn IS NOT NULL DESC','','',false,'OR')))
  {
  $uid = $data['account_id'] ? (int)$data['account_id'] : 'c'.$data['id'];
  }


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
eGroupWare-cvs mailing list
eGroupWare-cvs@...
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs