From 03eb70b16979032d860dbd695c2ac783d77f890f Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 5 Aug 2005 14:12:12 +0000 Subject: [PATCH] Fixed database name for asterisk cdr's git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1069 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/reports/class_fonreport.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gofon/reports/class_fonreport.inc b/plugins/gofon/reports/class_fonreport.inc index e074c60f7..737141d00 100644 --- a/plugins/gofon/reports/class_fonreport.inc +++ b/plugins/gofon/reports/class_fonreport.inc @@ -141,7 +141,7 @@ class fonreport extends plugin print_red(_("Can't connect to phone database, no reports can be shown!")); return; } - if (! @mysql_select_db("asteriskcdrdb")){ + if (! @mysql_select_db("gophone")){ print_red(_("Can't select phone database for report generation!")); return; } -- 2.30.2