handleAddress.diff
| pi3/class.tx_commerce_pi3.php (Arbeitskopie) | ||
|---|---|---|
| 1551 | 1551 |
* @return integer uid of user |
| 1552 | 1552 |
*/ |
| 1553 | 1553 |
function handleAddress($type) {
|
| 1554 |
if (!is_array($this->MYSESSION[$type])) {
|
|
| 1554 |
if (empty($this->MYSESSION[$type])) {
|
|
| 1555 | 1555 |
return; |
| 1556 | 1556 |
} |
| 1557 | 1557 | |