summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d2b78e)
raw | patch | inline | side by side (parent: 7d2b78e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Aug 2005 05:31:33 +0000 (05:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Aug 2005 05:31:33 +0000 (05:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1142 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/class_phonequeue.inc | patch | blob | history |
diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc
index 5ff58af0dbd81a56c868c01502d87a5f0c4c1059..52bc8949d3cdecb2a27d9b4c360e623d9790e98a 100644 (file)
$a_ext[$i]['exten'] = $num;
$a_ext[$i]['priority'] = 5;
$a_ext[$i]['app'] = "SetVar";
- $a_ext[$i]['appdata'] = $prio;
+ $a_ext[$i]['appdata'] = "QUEUE_PRIO=".$prio;
$i ++ ;
$a_ext[$i]['context'] = 'GOsa';
$a_ext[$i]['exten'] = $num;