Subversion Repositories SmartDukaan

Rev

Rev 15667 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15667 Rev 16243
Line 248... Line 248...
248
			}
248
			}
249
		} elseif($storeId == 4){
249
		} elseif($storeId == 4){
250
			$next = str_replace('www','m',$url);	
250
			$next = str_replace('www','m',$url);	
251
			$url = $this->getAutoLoginUrl($userId,$next);
251
			$url = $this->getAutoLoginUrl($userId,$next);
252
			$url .= '?utm_source=profitmandi';
252
			$url .= '?utm_source=profitmandi';
-
 
253
		} else {
-
 
254
			$url .= "?user_id=$user_id";
253
		}
255
		}
254
		if( strpos($url, '?') === false ) {
256
		if( strpos($url, '?') === false ) {
255
			$firstChar = '?';
257
			$firstChar = '?';
256
		} else {
258
		} else {
257
			$firstChar = '&';
259
			$firstChar = '&';