phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.javascript.inc.php, 1.1.2.3,


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.javascript.inc.php, 1.1.2.3, 1.1.2.4
Date: Tue, 02 Sep 2003 22:25:52 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv3097

Modified Files:
      Tag: Version-0_9_16-branch
        class.javascript.inc.php 
Log Message:
fix from egroupware

Index: class.javascript.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/Attic/class.javascript.inc.php,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** class.javascript.inc.php    28 Aug 2003 06:10:14 -0000      1.1.2.3
--- class.javascript.inc.php    3 Sep 2003 02:25:50 -0000       1.1.2.4
***************
*** 88,93 ****
                function get_body_attribs()
                {
!                       $js  = ($this->body['onLoad'] ? 'onLoad="' . 
$this->body['onLoad'] . '"' : '');
!                       $js .= ($this->body['onUnload'] ? 'onUnLoad="' . 
$this->body['onUnload'] . '"': '');
                        return $js;
                }
--- 88,93 ----
                function get_body_attribs()
                {
!                       $js  = ($this->body['onLoad'] ? ' onLoad="' . 
$this->body['onLoad'] . '"' : '');
!                       $js .= ($this->body['onUnload'] ? ' onUnLoad="' . 
$this->body['onUnload'] . '"': '');
                        return $js;
                }





reply via email to

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