Subversion Repositories SmartDukaan

Rev

Rev 14233 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14233 Rev 16611
Line 5... Line 5...
5
if(isset($subView)){	
5
if(isset($subView)){	
6
	if($subView == 'b'){
6
	if($subView == 'b'){
7
		$temp['product_details_b'] = $data['product_details'];
7
		$temp['product_details_b'] = $data['product_details'];
8
	}elseif($subView == 'c'){
8
	}elseif($subView == 'c'){
9
		$temp['product_details_c'] = $data['product_details'];		
9
		$temp['product_details_c'] = $data['product_details'];		
-
 
10
	}elseif($subView == 'd'){
-
 
11
		$temp['product_details_d'] = $data['product_details'];
10
	}
12
	}		
11
	$data = $temp;
13
	$data = $temp;
12
}
14
}
13
if(isset($data) and !empty($data))
15
if(isset($data) and !empty($data))
14
{
16
{
15
foreach($data as $headkey=>$value)
17
foreach($data as $headkey=>$value)