Subversion Repositories SmartDukaan

Rev

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

Rev 16397 Rev 17025
Line 115... Line 115...
115
				$this->log(print_r($url,1),'headers');
115
				$this->log(print_r($url,1),'headers');
116
			} elseif($storeId==5){
116
			} elseif($storeId==5){
117
				$url = "http://clk.omgt5.com/?PID=10314&r=$url";
117
				$url = "http://clk.omgt5.com/?PID=10314&r=$url";
118
			} elseif($storeId==6){
118
			} elseif($storeId==6){
119
				$url = "http://clk.omgt5.com/?PID=11365&r=$url";
119
				$url = "http://clk.omgt5.com/?PID=11365&r=$url";
-
 
120
			} elseif($storeId==7){
-
 
121
				$url = "http://clk.omgt5.com/?PID=9419&r=$url";
120
			}
122
			}
121
			if( strpos($url, '?') === false ) {
123
			if( strpos($url, '?') === false ) {
122
				$firstChar = '?';
124
				$firstChar = '?';
123
			} else {
125
			} else {
124
				$firstChar = '&';
126
				$firstChar = '&';