From 162e1c1d92129c58b8e6ab41d6d7752844a27a48 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 28 Sep 2010 06:01:23 +0000 Subject: [PATCH] =?utf8?q?Fixed=20locking=20problems,=20we=20couldn=C2=B4t?= =?utf8?q?=20edit=20anyway=20if=20an=20entry=20was=20locked.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19820 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/myaccount/main.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gosa-core/plugins/personal/myaccount/main.inc b/gosa-core/plugins/personal/myaccount/main.inc index ccc1d517e..282325215 100644 --- a/gosa-core/plugins/personal/myaccount/main.inc +++ b/gosa-core/plugins/personal/myaccount/main.inc @@ -28,9 +28,6 @@ if ($remove_lock || isset($_POST['edit_cancel']) || isset($_POST['password_cancel'])){ del_lock($ui->dn); - if(session::is_set('MyAccountTabs') && session::is_set('edit')){ - session::un_set('MyAccountTabs'); - } } /* Reset requested? */ -- 2.30.2