Code

Fixed locking problems, we couldnĀ“t edit anyway if an entry was locked.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Sep 2010 06:01:17 +0000 (06:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Sep 2010 06:01:17 +0000 (06:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19818 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/gofon/conference/main.inc

index 903b00bbe1064fe8fcb9518ab2ba8ae71768f4b9..ff40e1bbd5a0d2e16c5ae233e1f1707c342d703a 100644 (file)
@@ -26,7 +26,6 @@ if ($remove_lock){
     if(session::is_set('phoneConferenceManagment')){
         $macl = session::get('phoneConferenceManagment');
         $macl->remove_lock();
-        session::un_set('phoneConferenceManagment');
     }
 }