|
From: <ice...@us...> - 2013-07-19 15:00:54
|
Revision: 6113
http://sourceforge.net/p/web-erp/reponame/6113
Author: icedlava
Date: 2013-07-19 15:00:51 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
Fix a few syntax errors.
Modified Paths:
--------------
trunk/BOMIndented.php
trunk/GLTags.php
Modified: trunk/BOMIndented.php
===================================================================
--- trunk/BOMIndented.php 2013-07-19 10:07:00 UTC (rev 6112)
+++ trunk/BOMIndented.php 2013-07-19 15:00:51 UTC (rev 6113)
@@ -11,7 +11,7 @@
include('includes/PDFStarter.php');
$pdf->addInfo('Title',_('Indented BOM Listing'));
$pdf->addInfo('Subject',_('Indented BOM Listing'));
- $FontSize=9;put
+ $FontSize=9;
$PageNumber=1;
$line_height=12;
Modified: trunk/GLTags.php
===================================================================
--- trunk/GLTags.php 2013-07-19 10:07:00 UTC (rev 6112)
+++ trunk/GLTags.php 2013-07-19 15:00:51 UTC (rev 6113)
@@ -65,7 +65,7 @@
<td><input type="hidden" name="reference" value="'.$_GET['SelectedTag'].'" />';
if (isset($_GET['Action']) AND $_GET['Action']=='edit') {
- echo '<input type="submit" name="update" value="' . _('Update') . '" />';0
+ echo '<input type="submit" name="update" value="' . _('Update') . '" />';
} else {
echo '<input type="submit" name="submit" value="' . _('Insert') . '" />';
}
|