Code

Only show var content if there is no [*] within description
[gosa.git] / plugins / gofax / faxreports / main.inc
index 701ea89d240e81e6dca4b2122cb26275e12ff9dd..3ef6ad247a8f67a05c9a45b0b5d8d3bbdac2c7f2 100644 (file)
@@ -12,6 +12,7 @@ if (!$remove_lock){
        $faxreport->acl= get_module_permission($acl, "faxreport", $ui->dn);
 
        /* Execute formular */
+       $faxreport->save_object();
        $display= $faxreport->execute ();
        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
        $display= print_header(get_template_path('images/reports.png'), _("FAX reports")).$display;