From: hickert Date: Thu, 3 Nov 2005 05:05:44 +0000 (+0000) Subject: Some changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2a73f1fc5e5b6a053badc28bab518619453b1486;p=gosa.git Some changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1800 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc index da087b6ef..960647288 100644 --- a/plugins/admin/ogroups/class_phonequeue.inc +++ b/plugins/admin/ogroups/class_phonequeue.inc @@ -222,7 +222,7 @@ class phonequeue extends plugin $SQL = array(); if(!isset($_SESSION['config']->data['SERVERS']['FON'])){ - return(_("There is currently no asterisk server defined. Possibly you are missing a server that handles the asterisk management (goFonServer). Your settings can't be saved to asterisk database.")); + return(_("There is currently no asterisk server defined. Your settings can't be saved.")); return(false); }