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