
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
|
Issue Links:
|
Related
|
|
This issue is related to:
|
|
ZF-1827
Wrong variable names listed in docs for Gapps::insertNickname, insertEmailList, and insertEmailListRecipient
|
|
|
|
|
|
|
|
|
Zend_Gdata_Gapps::insertEmailListRecipient lists $emailList as a parameter, even though that parameter should be an EmailListRecipientEntry. To match this, the parameter should be changed to $recipient.
|
|
Description
|
Zend_Gdata_Gapps::insertEmailListRecipient lists $emailList as a parameter, even though that parameter should be an EmailListRecipientEntry. To match this, the parameter should be changed to $recipient. |
Show » |
|
ZF-1827, since they both involve the same parameter.