Code

Fixed database name for asterisk cdr's
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Aug 2005 14:12:12 +0000 (14:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Aug 2005 14:12:12 +0000 (14:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1069 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/reports/class_fonreport.inc

index e074c60f77c760312091460c1082336afeef2801..737141d00d92aa263015769922acc6de55e5895e 100644 (file)
@@ -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;
        }