Author: leithoff
Date: Thu Jul 9 11:49:33 2009
New Revision: 27404
URL:
http://www.egroupware.org/viewvc/egroupware?rev=27404&view=revLog:
fix for lost owner selection in manage_states
Modified:
branches/1.6/calendar/inc/class.calendar_ui.inc.php
Modified: branches/1.6/calendar/inc/class.calendar_ui.inc.php
URL:
http://www.egroupware.org/viewvc/egroupware/branches/1.6/calendar/inc/class.calendar_ui.inc.php?rev=27404&r1=27403&r2=27404&view=diff==============================================================================
--- branches/1.6/calendar/inc/class.calendar_ui.inc.php (original)
+++ branches/1.6/calendar/inc/class.calendar_ui.inc.php Thu Jul 9 11:49:33 2009
@@ -309,7 +309,7 @@
}
}
// for the uiforms class (eg. edit), dont store the (new) owner, as it might change the view
- if (substr($_GET['menuaction'],0,16) == 'calendar.calendar_uiforms')
+ if (substr($_GET['menuaction'],0,25) == 'calendar.calendar_uiforms' && $state == 'owner')
{
$this->owner = $set_states[$state];
continue;
------------------------------------------------------------------------------
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