[Vtigercrm-commits] [vtiger-commits] r5308 - /vtigercrm/branches/4.2/include/VtigerPDF.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 00:38:05 EDT 2006


Author: mmbrich
Date: Mon Apr 24 22:38:04 2006
New Revision: 5308

Log:
stretchx typo in VtigerPDF.php


Modified:
    vtigercrm/branches/4.2/include/VtigerPDF.php

Modified: vtigercrm/branches/4.2/include/VtigerPDF.php
==============================================================================
--- vtigercrm/branches/4.2/include/VtigerPDF.php (original)
+++ vtigercrm/branches/4.2/include/VtigerPDF.php Mon Apr 24 22:38:04 2006
@@ -444,7 +444,7 @@
     $x1 = $location[0];
     $y1 = $location[1];
     $stretchx = $location[2];
-    $stretchx = $location[3];
+    $stretchy = $location[3];
     $this->Image('test/logo/'.$logo_name,$x1,$y1,$stretchx,$stretchy);
 }
 





More information about the vtigercrm-commits mailing list