svn commit: r319242 - head/mail/roundcube/files

Alex Dupre ale at FreeBSD.org
Mon May 27 13:47:53 UTC 2013


Author: ale
Date: Mon May 27 13:47:51 2013
New Revision: 319242
URL: http://svnweb.freebsd.org/changeset/ports/319242

Log:
  Commit forgotten patches.

Deleted:
  head/mail/roundcube/files/patch-program_include_iniset.php
Modified:
  head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php

Modified: head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php
==============================================================================
--- head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php	Mon May 27 13:36:43 2013	(r319241)
+++ head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php	Mon May 27 13:47:51 2013	(r319242)
@@ -1,5 +1,5 @@
---- program/lib/Roundcube/rcube_session.php.orig	2013-04-15 22:42:22.000000000 +0200
-+++ program/lib/Roundcube/rcube_session.php	2013-05-07 12:49:19.000000000 +0200
+--- program/lib/Roundcube/rcube_session.php.orig	2013-05-16 20:06:31.000000000 +0200
++++ program/lib/Roundcube/rcube_session.php	2013-05-27 15:46:41.000000000 +0200
 @@ -33,7 +33,6 @@
      private $start;
      private $changed;
@@ -55,8 +55,8 @@
 -            if (is_array($a_oldvars)) {
 -                // remove unset keys on oldvars
 -                foreach ((array)$this->unsets as $var) {
--                    if (isset($a_oldvars[$k])) {
--                        unset($a_oldvars[$k]);
+-                    if (isset($a_oldvars[$var])) {
+-                        unset($a_oldvars[$var]);
 -                    }
 -                    else {
 -                        $path = explode('.', $var);


More information about the svn-ports-head mailing list