From: hickert Date: Mon, 22 Aug 2005 11:02:05 +0000 (+0000) Subject: Full names will be saved for voicemail accounts X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5fe26ced58fc0238a5178a2cba1b4d4715db4d86;p=gosa.git Full names will be saved for voicemail accounts git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1198 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index e0ff5e385..91e449135 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -409,7 +409,7 @@ class phoneAccount extends plugin $SQL[]= "INSERT INTO ".$a_SETUP['VOICE_TABLE']." (`customer_id`,`context`,`mailbox`,`password`,`fullname`,`email`,`pager`) VALUES - ('".$this->phoneNumbers[$i_new_key]."','default','".$this->phoneNumbers[$i_new_key]."','".$this->goFonPINVoice."','".$this->sn."','".$s_mail."','');"; + ('".$this->phoneNumbers[$i_new_key]."','default','".$this->phoneNumbers[$i_new_key]."','".$this->goFonPINVoice."','".$this->cn."','".$s_mail."','');"; $i_is_accounted=false;