From 5fe26ced58fc0238a5178a2cba1b4d4715db4d86 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 22 Aug 2005 11:02:05 +0000 Subject: [PATCH] Full names will be saved for voicemail accounts git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1198 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2