From: cajus Date: Tue, 21 Mar 2006 06:31:16 +0000 (+0000) Subject: Fixed typo in database name X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5e2e1c9804c178909e0d6733124724083136cb08;p=gosa.git Fixed typo in database name git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2865 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofax/faxreports/class_faxreport.inc b/plugins/gofax/faxreports/class_faxreport.inc index b6398dcdd..fcb8448e2 100644 --- a/plugins/gofax/faxreports/class_faxreport.inc +++ b/plugins/gofax/faxreports/class_faxreport.inc @@ -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))); }