| @@ 178-182 (lines=5) @@ | ||
| 175 | // Contact and adresses |
|
| 176 | $email = unserialize($r['emailtype']); |
|
| 177 | $screenname = $db->getScreennamesToDiv($id); |
|
| 178 | if ('' == $r['phone'] || 0 == $r['phone']) { |
|
| 179 | $phone = 'xxx-xxx-xxxx'; |
|
| 180 | } else { |
|
| 181 | $phone = $r['phone']; |
|
| 182 | } |
|
| 183 | ||
| 184 | if ('' == $r['mobile'] || 0 == $r['mobile']) { |
|
| 185 | $gsm = 'xxx-xxx-xxxx'; |
|
| @@ 184-188 (lines=5) @@ | ||
| 181 | $phone = $r['phone']; |
|
| 182 | } |
|
| 183 | ||
| 184 | if ('' == $r['mobile'] || 0 == $r['mobile']) { |
|
| 185 | $gsm = 'xxx-xxx-xxxx'; |
|
| 186 | } else { |
|
| 187 | $gsm = $r['mobile']; |
|
| 188 | } |
|
| 189 | ||
| 190 | $adress = $r['adress']; |
|
| 191 | $website = $r['website']; |
|