Code

Fixed typo in database name
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 21 Mar 2006 06:31:16 +0000 (06:31 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 21 Mar 2006 06:31:16 +0000 (06:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2865 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofax/faxreports/class_faxreport.inc

index b6398dcdd8f4cc04014ecb82dd6c95d62c65ccdc..fcb8448e2dbb852d31caceebd8eebc6acb3438f1 100644 (file)
@@ -119,7 +119,7 @@ class faxreport extends plugin
                        print_red(_("Can't connect to fax database, no reports can be shown!"));
                        return($smarty->fetch(get_template_path('contents.tpl', TRUE)));
                }
-               if (! @mysql_select_db("gofaxd")){
+               if (! @mysql_select_db("gofax")){
                        print_red(_("Can't select fax database for report generation!"));
                        return($smarty->fetch(get_template_path('contents.tpl', TRUE)));
                }