CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

handleAddress.diff

Michael Staatz, 2009-10-02 09:28

Download (405 Bytes)

 
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