Subversion Repositories SmartDukaan

Rev

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

Rev 16315 Rev 16397
Line 113... Line 113...
113
					}
113
					}
114
				}
114
				}
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==1){
118
			} elseif($storeId==6){
119
				$url = "http://clk.omgt5.com/?PID=13092&r=$url";
119
				$url = "http://clk.omgt5.com/?PID=11365&r=$url";
120
			}*/
120
			}
121
			if( strpos($url, '?') === false ) {
121
			if( strpos($url, '?') === false ) {
122
				$firstChar = '?';
122
				$firstChar = '?';
123
			} else {
123
			} else {
124
				$firstChar = '&';
124
				$firstChar = '&';
125
			}
125
			}