Code

Fixed ldap error on first phone account create.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Jan 2007 08:56:01 +0000 (08:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Jan 2007 08:56:01 +0000 (08:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5529 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/phoneaccount/class_phoneAccount.inc

index 44084810f9510cb565ce7e6dece2597817fa66c0..6a052bf6a2c9d0f0ccaf0ed87df922a305816a78 100644 (file)
@@ -13,7 +13,7 @@ class phoneAccount extends plugin
   var $goFonFormat            = "wav";
   var $goFonPIN               = "";
   var $goFonVoicemailPIN      = "";
-  var $goFonDeliveryMode      = "";
+  var $goFonDeliveryMode      = "[]";
   var $phoneNumbers           = array();
   var $mail                   = "";
   var $hardware_list          = array();