Code

Updated conference list handling, call save_object() once, not twice..
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Nov 2008 10:30:35 +0000 (10:30 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Nov 2008 10:30:35 +0000 (10:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12978 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 3717f5e54ff8e594ec2f91be3d3faef1c7c7fc11..13c7d0ca4b22fef5171b86a8ddf7f94542c1923c 100644 (file)
@@ -47,7 +47,6 @@ if ($remove_lock){
        }
 
        /* Show and save dialog */
-       $conference->save_object();
        $display.= $output;
        session::set('conference',$conference);
 }