| 509 |
if ( hashGetString( ht, "country" , &p ) ) setCountry ( p ); |
if ( hashGetString( ht, "country" , &p ) ) setCountry ( p ); |
| 510 |
if ( hashGetString( ht, "zipcode" , &p ) ) setZipcode ( p ); |
if ( hashGetString( ht, "zipcode" , &p ) ) setZipcode ( p ); |
| 511 |
if ( hashGetString( ht, "fax" , &p ) ) setFax ( p ); |
if ( hashGetString( ht, "fax" , &p ) ) setFax ( p ); |
|
if ( hashGetString( ht, "base_url" , &p ) ) setBaseURL ( p ); |
|
| 512 |
if ( hashGetLong ( ht, "notice_mail" , &l ) ) setNoticeMail ( l ); |
if ( hashGetLong ( ht, "notice_mail" , &l ) ) setNoticeMail ( l ); |
| 513 |
if ( hashGetLong ( ht, "notice_mail_since" , &l ) ) setNoticeMailSince ( l ); |
if ( hashGetLong ( ht, "notice_mail_since" , &l ) ) setNoticeMailSince ( l ); |
| 514 |
if ( hashGetLong ( ht, "private_index_id " , &l ) ) setPrivateIndexID ( l ); |
if ( hashGetLong ( ht, "private_index_id " , &l ) ) setPrivateIndexID ( l ); |
| 1006 |
add_assoc_string( z, "country", ( char* )pAccount -> getCountry( ), 1 ); |
add_assoc_string( z, "country", ( char* )pAccount -> getCountry( ), 1 ); |
| 1007 |
add_assoc_string( z, "zipcode", ( char* )pAccount -> getZipcode( ), 1 ); |
add_assoc_string( z, "zipcode", ( char* )pAccount -> getZipcode( ), 1 ); |
| 1008 |
add_assoc_string( z, "fax", ( char* )pAccount -> getFax( ), 1 ); |
add_assoc_string( z, "fax", ( char* )pAccount -> getFax( ), 1 ); |
|
add_assoc_string( z, "base_url", ( char* )pAccount -> getBaseURL( ), 1 ); |
|
| 1009 |
add_assoc_long( z, "notice_mail", pAccount -> getNoticeMail( ) ); |
add_assoc_long( z, "notice_mail", pAccount -> getNoticeMail( ) ); |
| 1010 |
add_assoc_long( z, "notice_mail_since", pAccount -> getNoticeMailSince( ) ); |
add_assoc_long( z, "notice_mail_since", pAccount -> getNoticeMailSince( ) ); |
| 1011 |
add_assoc_long( z, "private_index_id", pAccount -> getPrivateIndexID( ) ); |
add_assoc_long( z, "private_index_id", pAccount -> getPrivateIndexID( ) ); |