Subversion Repositories wpShopGermany4

Rev

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

Rev 5382 Rev 6901
Line 84... Line 84...
84
			$pdf->setAlpha(1);
84
			$pdf->setAlpha(1);
85
			
85
			
86
		}
86
		}
87
		
87
		
88
	}
88
	}
-
 
89
 
-
 
90
    ob_end_clean();
89
	
91
	
90
	if ($this->view['preview'] !== true)
92
	if ($this->view['preview'] !== true) {
91
	{
-
 
92
		
93
		
93
		$pdf->Output($this->view['filename'], 'F');
94
		$pdf->Output($this->view['filename'], 'F');
94
	
95
	
95
	}
-
 
96
	else 
96
	} else {
97
	{
-
 
98
		
97
		
99
		$pdf->Output($this->view['filename'], 'I');
98
		$pdf->Output($this->view['filename'], 'I');
-
 
99
        
100
		die();
100
		exit;
-
 
101
        
101
	}
102
	}
102
		
103
		
103
?>
104
?>
104
105