summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 20c27c1)
raw | patch | inline | side by side (parent: 20c27c1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Aug 2005 11:02:05 +0000 (11:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Aug 2005 11:02:05 +0000 (11:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1198 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index e0ff5e38542f437f90e191ed15729c10505b38e6..91e44913541d5795da514c9404fed909b5c61cce 100644 (file)
$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;