summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0ff4bf)
raw | patch | inline | side by side (parent: a0ff4bf)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Aug 2005 14:12:12 +0000 (14:12 +0000) | ||
committer | cajus <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 | patch | blob | history |
index e074c60f77c760312091460c1082336afeef2801..737141d00d92aa263015769922acc6de55e5895e 100644 (file)
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;
}