phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bugs #8739] jscalendar - constructor overwrites


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #8739] jscalendar - constructor overwrites js object
Date: Sat, 01 May 2004 05:25:13 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040405 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #8739] Latest Modifications:

Changes by: 
                Dave Hall <address@hidden>
'Date: 
                Sat 05/01/04 at 09:25 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Item Group | devel cvs                 | 0.9.16.000 release
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Thanks,







/**************************************************************************/
[bugs #8739] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8739>
Project: phpGroupWare
Submitted by: Dirk Schaller
On: Thu 04/29/04 at 14:06

Category:  API - phpGWapi
Item Group:  0.9.16.000 release
Severity:  3 - Ordinary
Priority:  7 - High
Resolution:  Fixed
Assigned to:  skwashd
Status:  Closed
Component Version:  CVS
Platform Version:  None
Reproducibility:  None


Summary:  jscalendar - constructor overwrites js object 

Original Submission:  The constructor of jscalendar class overwrites the js 
object which is stored in $GLOBALS['phpgw'].
The effect of this is that all "included" js files are lost.

solution:
replace
$GLOBALS['phpgw']->js = createObject('phpgwapi.javascript');
with
if(!is_object($GLOBALS['phpgw']->js))
{
        $GLOBALS['phpgw']->js = createObject('phpgwapi.javascript');
}

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sat 05/01/04 at 09:25         By: skwashd
This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Thanks,





CC List
-------

CC Address                          | Comment
------------------------------------+-----------------------------
fips                                | FYI









For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8739>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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