[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.javascript.inc.php, 1.1.2.1,
From: |
Lars Kneschke <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.javascript.inc.php, 1.1.2.1, 1.1.2.2 |
Date: |
Thu, 28 Aug 2003 02:00:40 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv22679/phpgwapi/inc
Modified Files:
Tag: Version-0_9_16-branch
class.javascript.inc.php
Log Message:
fixed a case problem
Index: class.javascript.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/Attic/class.javascript.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** class.javascript.inc.php 26 Aug 2003 02:05:29 -0000 1.1.2.1
--- class.javascript.inc.php 28 Aug 2003 06:00:37 -0000 1.1.2.2
***************
*** 148,152 ****
function set_onload($code)
{
! $this->body['onload'] = $code;
}
--- 148,152 ----
function set_onload($code)
{
! $this->body['onLoad'] = $code;
}
***************
*** 158,162 ****
function set_onunload($code)
{
! $this->body['onunload'] = $code;
}
--- 158,162 ----
function set_onunload($code)
{
! $this->body['onUnload'] = $code;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.javascript.inc.php, 1.1.2.1, 1.1.2.2,
Lars Kneschke <address@hidden> <=