phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [ 102113 ] Field accessability in Calendar


From: nobody
Subject: [Phpgroupware-tracker] [ 102113 ] Field accessability in Calendar
Date: Fri, 09 May 2003 20:32:25 -0400


Support Request #102113, was updated on Fri 05/09/2003 at 20:32
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=102113&group_id=509

Category: Feature Request
Status: Open
Priority: 5
Summary: Field accessability in Calendar

By: asric
Date: Fri 05/09/2003 at 20:32
Logged In: NO 
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030506

I am working on a plugin for phpGroupware, and one of
the "features" is the ability to schedule appointments
with people stored in another database. The requirement
is that the title and the description fields are
pre-filled in, with the user being able to modify them.
Right now, the only way that I have been able to get
this functionality is by hacking the calendar source. 

I have included the changes that I made, compared to
the version in CVS:

Index: inc/class.uicalendar.inc.php
===================================================================
RCS file:
/cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.66.2.56
diff -r1.66.2.56 class.uicalendar.inc.php
1132,1133c1132,1133
<                               $this->bo->set_title('');
<                               $this->bo->set_description('');
---
>                       
$this->bo->set_title(isset($GLOBALS['HTTP_GET_VARS']['title'])?$GLOBALS['HTTP_GET_VARS']['title']:"");
>                       
$this->bo->set_description(isset($GLOBALS['HTTP_GET_VARS']['descr'])?$GLOBALS['HTTP_GET_VARS']['descr']:"");


----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=102113&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]