phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.module.inc.php, 1.8.2.1, 1.8.2


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.module.inc.php, 1.8.2.1, 1.8.2.2
Date: Fri, 15 Aug 2003 00:12:32 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv18445

Modified Files:
      Tag: Version-0_9_16-branch
        class.module.inc.php 
Log Message:
correct bug where block session variable is not stored correctly


Index: class.module.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.module.inc.php,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** class.module.inc.php        23 Jun 2003 20:31:21 -0000      1.8.2.1
--- class.module.inc.php        15 Aug 2003 04:12:30 -0000      1.8.2.2
***************
*** 71,74 ****
--- 71,75 ----
                        //contrary to $this->get, cookie and session, the 
argument name is the key in $this->post because this array also
                        //defines the form element
+ 
                        while (list($argument,) = @each($this->post))
                        {
***************
*** 357,361 ****
                                        }
                                }
!                               $GLOBALS['phpgw']->session->appsession('block[' 
. $block->id . ']','sitemgr-site',$sessionarguments);
                        }
                        return $content;
--- 358,362 ----
                                        }
                                }
!                               $GLOBALS['phpgw']->session->appsession('block[' 
. $this->block->id . ']','sitemgr-site',$sessionarguments);
                        }
                        return $content;





reply via email to

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