summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8247e8e)
raw | patch | inline | side by side (parent: 8247e8e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Mar 2006 06:31:16 +0000 (06:31 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/plugins/gofax/faxreports/class_faxreport.inc b/plugins/gofax/faxreports/class_faxreport.inc
index b6398dcdd8f4cc04014ecb82dd6c95d62c65ccdc..fcb8448e2dbb852d31caceebd8eebc6acb3438f1 100644 (file)
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)));
}