Subversion Repositories SmartDukaan

Rev

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

Rev 11845 Rev 11885
Line 592... Line 592...
592
					$data->dealprice = $pojo->dealPojo->dealPrice;
592
					$data->dealprice = $pojo->dealPojo->dealPrice;
593
					$data->dealText = $pojo->dealPojo->dealText;
593
					$data->dealText = $pojo->dealPojo->dealText;
594
				}					
594
				}					
595
			} 
595
			} 
596
		}		
596
		}		
-
 
597
		$data->colorCount = sizeof($data->itemPojos);
597
	}
598
	}
598
	if(!$dealAvailable) {
599
	if(!$dealAvailable) {
599
		return false;
600
		return false;
600
	}
601
	}
601
	return $data;
602
	return $data;